DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on PO_AP_INVOICE_MATCH_GRP

Line 2120: PO_AP_INVOICE_MATCH_GRP.Get_po_ship_amounts(

2116: x_received_amt => l_amount_received,
2117: x_delivered_amt => l_amount_delivered,
2118: x_corrected_amt => l_amount_corrected);
2119:
2120: PO_AP_INVOICE_MATCH_GRP.Get_po_ship_amounts(
2121: p_api_version => 1.0,
2122: p_receive_transaction_id => l_rcv_transaction_id,
2123: x_ship_amt_ordered => l_amount_ordered,
2124: x_ship_amt_cancelled => l_amount_cancelled,

Line 2346: PO_AP_INVOICE_MATCH_GRP.Get_po_ship_amounts(

2342: x_received_amt => l_amount_received,
2343: x_delivered_amt => l_amount_delivered,
2344: x_corrected_amt => l_amount_corrected);
2345:
2346: PO_AP_INVOICE_MATCH_GRP.Get_po_ship_amounts(
2347: p_api_version => 1.0,
2348: p_receive_transaction_id => l_rcv_transaction_id,
2349: x_ship_amt_ordered => l_amount_ordered,
2350: x_ship_amt_cancelled => l_amount_cancelled,