DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on RCV_BILL_UPDATING_SV

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

1713: current_calling_sequence := 'Update_PO_Line_Locations<-'||x_calling_sequence;
1714:
1715: l_debug_info := 'Calling the PO api to update Po_Line_Locations';
1716:
1717: RCV_BILL_UPDATING_SV.ap_update_po_line_locations(x_po_line_location_id => x_po_line_location_id,
1718: x_quantity_billed => Null,
1719: x_uom_lookup_code => x_uom_lookup_code,
1720: x_amount_billed => x_match_amount,
1721: x_matching_basis => 'AMOUNT');

Line 3588: RCV_BILL_UPDATING_SV.ap_update_po_line_locations(

3584: l_debug_info := 'Call PO api to update the po_line_location with quantity/amount billed
3585: information';
3586:
3587:
3588: RCV_BILL_UPDATING_SV.ap_update_po_line_locations(
3589: x_po_line_location_id => x_po_line_location_id,
3590: x_quantity_billed => Null,
3591: x_uom_lookup_code => x_uom_lookup_code,
3592: x_amount_billed => x_amount,