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 630: l_key := PO_CORE_S.get_session_gt_nextval;

626:
627: x_sync_attr_tlp_id_tbl := PO_TBL_NUMBER();
628: x_sync_draft_id_tbl := PO_TBL_NUMBER();
629:
630: l_key := PO_CORE_S.get_session_gt_nextval;
631:
632: -- first check whether record exists in draft table
633: FORALL i IN INDICES OF x_processing_row_tbl
634: INSERT INTO po_session_gt(key, num1, num2, char1)