DBA Data[Home] [Help]

APPS.PO_LOCKS dependencies on DUAL

Line 149: FROM DUAL

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:
152: l_progress := '030';
153:

Line 325: FROM DUAL

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:
328: l_progress := '020';
329: