DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on RCV_BILL_UPDATING_SV

Line 1616: RCV_BILL_UPDATING_SV.ap_update_po_line_locations(x_po_line_location_id => x_po_line_location_id,

1612: current_calling_sequence := 'Update_PO_Line_Locations<-'||x_calling_sequence;
1613:
1614: l_debug_info := 'Calling the PO api to update Po_Line_Locations';
1615:
1616: RCV_BILL_UPDATING_SV.ap_update_po_line_locations(x_po_line_location_id => x_po_line_location_id,
1617: x_quantity_billed => Null,
1618: x_uom_lookup_code => x_uom_lookup_code,
1619: x_amount_billed => x_match_amount,
1620: x_matching_basis => 'AMOUNT');

Line 3433: RCV_BILL_UPDATING_SV.ap_update_po_line_locations(

3429: l_debug_info := 'Call PO api to update the po_line_location with quantity/amount billed
3430: information';
3431:
3432:
3433: RCV_BILL_UPDATING_SV.ap_update_po_line_locations(
3434: x_po_line_location_id => x_po_line_location_id,
3435: x_quantity_billed => Null,
3436: x_uom_lookup_code => x_uom_lookup_code,
3437: x_amount_billed => x_amount,