DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on PO_AP_INVOICE_MATCH_GRP

Line 4381: PO_AP_INVOICE_MATCH_GRP.set_final_match_flag

4377: l_po_line_loc_tab.extend;
4378: l_po_line_loc_tab(l_po_line_loc_tab.last) := l_line_location_id;
4379:
4380: --bug 7696098 removed the quotes in p_api_version => '1.0'
4381: PO_AP_INVOICE_MATCH_GRP.set_final_match_flag
4382: (p_api_version => 1.0,
4383: p_entity_type => 'PO_LINE_LOCATIONS',
4384: p_entity_id_tbl => l_po_line_loc_tab,
4385: p_final_match_flag => 'Y',