DBA Data[Home] [Help]

APPS.PO_PDOI_ATTR_PROCESS_PVT dependencies on PO_CORE_S

Line 250: l_key := PO_CORE_S.get_session_gt_nextval;

246:
247: x_sync_attr_id_tbl := PO_TBL_NUMBER();
248: x_sync_draft_id_tbl := PO_TBL_NUMBER();
249:
250: l_key := PO_CORE_S.get_session_gt_nextval;
251:
252: -- first check whether record exists in draft table
253: FORALL i IN INDICES OF x_processing_row_tbl
254: INSERT INTO po_session_gt(key, num1, num2, char1)

Line 625: l_key := PO_CORE_S.get_session_gt_nextval;

621:
622: x_sync_attr_tlp_id_tbl := PO_TBL_NUMBER();
623: x_sync_draft_id_tbl := PO_TBL_NUMBER();
624:
625: l_key := PO_CORE_S.get_session_gt_nextval;
626:
627: -- first check whether record exists in draft table
628: FORALL i IN INDICES OF x_processing_row_tbl
629: INSERT INTO po_session_gt(key, num1, num2, char1)