DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_PKG dependencies on DUAL

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

2923: -- actions for the child plans, since action firing for the parent record
2924: -- was taken care in collection import code. We just needs to fire actions
2925: -- for the child records.
2926: -- rponnusa Tue May 28 01:52:47 PDT 2002
2927: FOR c1 in (SELECT mtl_material_transactions_s.nextval txn_header_id FROM DUAL) LOOP
2928:
2929: l_child_txn_header_id := c1.txn_header_id;
2930: EXIT;
2931: END LOOP;