DBA Data[Home] [Help]

APPS.PO_ATTR_VALUES_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 94: DELETE FROM po_session_gt

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