DBA Data[Home] [Help]

APPS.PO_LOCKS dependencies on DUAL

Line 185: FROM DUAL

181: -- Put the header ids into the scratchpad so that the cursors work.
182:
183: SELECT PO_SESSION_GT_S.nextval
184: INTO l_doc_id_key
185: FROM DUAL
186: ;
187:
188: l_progress := '030';
189:

Line 413: FROM DUAL

409: -- cursors will work (PL/SQL locking limitations).
410:
411: SELECT PO_SESSION_GT_S.nextval
412: INTO l_dist_id_key
413: FROM DUAL
414: ;
415:
416: l_progress := '020';
417: