DBA Data[Home] [Help]

APPS.PO_LOCKS dependencies on PO_SESSION_GT_S

Line 183: SELECT PO_SESSION_GT_S.nextval

179: l_progress := '020';
180:
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:

Line 411: SELECT PO_SESSION_GT_S.nextval

407:
408: -- Put the distribution ids in the scratchpad, so that the
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: