DBA Data[Home] [Help]

APPS.PO_REQ_DOCUMENT_UPDATE_PVT dependencies on DUAL

Line 88: select po_session_gt_s.nextval into l_key from dual;

84: -- num9 Req Line Sequence
85: -- num10 Req Distribution ID
86: ----------------------------------------------------------------
87:
88: select po_session_gt_s.nextval into l_key from dual;
89:
90: -- Derive LineTotal and DistributionQuantity
91: FORALL i IN 1..l_line_count
92: INSERT