questions about apex collections sequence number vs. attribute number?
517508Jun 5 2012 — edited Jun 12 2012For 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);