DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_PKG dependencies on DUAL

Line 3244: FOR c1 in (SELECT mtl_material_transactions_s.nextval txn_header_id FROM DUAL) LOOP

3240: -- actions for the child plans, since action firing for the parent record
3241: -- was taken care in collection import code. We just needs to fire actions
3242: -- for the child records.
3243: -- rponnusa Tue May 28 01:52:47 PDT 2002
3244: FOR c1 in (SELECT mtl_material_transactions_s.nextval txn_header_id FROM DUAL) LOOP
3245:
3246: l_child_txn_header_id := c1.txn_header_id;
3247: EXIT;
3248: END LOOP;