DBA Data[Home] [Help]

APPS.PO_LOCKS dependencies on PO_SESSION_GT_S

Line 147: SELECT PO_SESSION_GT_S.nextval

143: l_progress := '020';
144:
145: -- Put the header ids into the scratchpad so that the cursors work.
146:
147: SELECT PO_SESSION_GT_S.nextval
148: INTO l_doc_id_key
149: FROM DUAL
150: ;
151:

Line 323: SELECT PO_SESSION_GT_S.nextval

319:
320: -- Put the distribution ids in the scratchpad, so that the
321: -- cursors will work (PL/SQL locking limitations).
322:
323: SELECT PO_SESSION_GT_S.nextval
324: INTO l_dist_id_key
325: FROM DUAL
326: ;
327: