DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_MAINPROC_PVT dependencies on PO_LINE_LOCATIONS_DRAFT_PKG

Line 151: PO_LINE_LOCATIONS_DRAFT_PKG.sync_draft_from_txn (p_line_location_id_tbl => po_line_loc_id_tbl ,

147: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name, p_token => l_progress, p_message => 'No of Matched Shipment Records : '||po_line_loc_id_tbl.Count );
148: END IF;
149:
150: l_progress := '040';
151: PO_LINE_LOCATIONS_DRAFT_PKG.sync_draft_from_txn (p_line_location_id_tbl => po_line_loc_id_tbl ,
152: p_draft_id_tbl => draft_id_tbl ,
153: p_delete_flag_tbl => delete_flag_tbl ,
154: x_record_already_exist_tbl => x_record_already_exist_tbl );
155: --