DBA Data[Home] [Help]

APPS.PO_HEADERS_DRAFT_PVT dependencies on PO_SESSION_GT

Line 74: INSERT INTO po_session_gt

70:
71: d_position := 20;
72:
73: FORALL i IN 1..p_draft_id_tbl.COUNT
74: INSERT INTO po_session_gt
75: ( key,
76: num1
77: )
78: SELECT l_key,

Line 93: DELETE FROM po_session_gt

89: d_position := 30;
90:
91: -- All the num1 returned from this DELETE statement are indexes for
92: -- records that contain draft changes
93: DELETE FROM po_session_gt
94: WHERE key = l_key
95: RETURNING num1
96: BULK COLLECT INTO l_dft_exists_index_tbl;
97: