DBA Data[Home] [Help]

APPS.PO_EXHIBITS_PVT dependencies on PO_SESSION_GT

Line 626: INSERT INTO po_session_gt

622:
623: d_position := 20;
624:
625: FORALL i IN 1..p_draft_id_tbl.COUNT
626: INSERT INTO po_session_gt
627: ( key,
628: num1
629: )
630: SELECT l_key,

Line 646: DELETE FROM po_session_gt

642: d_position := 30;
643:
644: -- All the num1 returned from this DELETE statement are indexes for
645: -- records that contain draft changes
646: DELETE FROM po_session_gt
647: WHERE key = l_key
648: RETURNING num1
649: BULK COLLECT INTO l_dft_exists_index_tbl;
650: