DBA Data[Home] [Help]

APPS.PO_LINK_REQ_DIST_PVT dependencies on PO_LINE_LOCATIONS_DRAFT_PKG

Line 2613: PO_LINE_LOCATIONS_DRAFT_PKG.sync_draft_from_txn(

2609:
2610: -- Transfer these Shipment records to Draft, and update change_status appropriately
2611: IF po_line_loc_id_tbl.Count > 0 THEN
2612:
2613: PO_LINE_LOCATIONS_DRAFT_PKG.sync_draft_from_txn(
2614: p_line_location_id_tbl => po_line_loc_id_tbl,
2615: p_draft_id_tbl => draft_id_tbl,
2616: p_delete_flag_tbl => delete_flag_tbl,
2617: x_record_already_exist_tbl => x_record_already_exist_tbl);