DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on PO_AP_INVOICE_MATCH_GRP

Line 3938: PO_AP_INVOICE_MATCH_GRP.set_final_match_flag

3934: l_po_line_loc_tab.extend;
3935: l_po_line_loc_tab(l_po_line_loc_tab.last) := l_line_location_id;
3936:
3937: --bug 7696098 removed the quotes in p_api_version => '1.0'
3938: PO_AP_INVOICE_MATCH_GRP.set_final_match_flag
3939: (p_api_version => 1.0,
3940: p_entity_type => 'PO_LINE_LOCATIONS',
3941: p_entity_id_tbl => l_po_line_loc_tab,
3942: p_final_match_flag => 'Y',