Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

questions about apex collections sequence number vs. attribute number?

517508Jun 5 2012 — edited Jun 12 2012
For whatever reason, every time I need to use collections (and I often do to get around the multiple record report regions on my pages) I tie myself in knots with the logic. There must be a simple answer that could help me understand this better.

What is the difference between the sequence_nbr and attribute number?

can I have several collections created and referenced on a page and can each one be up to 50 columns in length? if yes, then I can reference say c0009 in collection1 and collection2 without issue?


APEX_COLLECTION.UPDATE_MEMBER_ATTRIBUTE (
p_collection_name IN VARCHAR2,
p_seq IN VARCHAR2,
p_attr_number IN VARCHAR2,
p_attr_value IN VARCHAR2);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2012
Added on Jun 5 2012
38 comments
3,795 views