DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on RCV_INVOICE_MATCHING_SV

Line 2186: RCV_INVOICE_MATCHING_SV.get_quantities (

2182: If ( l_match_option = 'R' ) Then
2183:
2184: If l_matching_basis = 'QUANTITY' Then -- Amount Based Matching
2185:
2186: RCV_INVOICE_MATCHING_SV.get_quantities (
2187: top_transaction_id => l_rcv_transaction_id, -- IN
2188: ordered_po_qty => l_ordered_po_qty, -- IN OUT
2189: cancelled_po_qty => l_cancelled_po_qty, -- IN OUT
2190: received_po_qty => l_received_po_qty, -- IN OUT

Line 2214: RCV_INVOICE_MATCHING_SV.Get_ReceiveAmount(

2210: --like Rate Based cannot be different on the receipt.
2211: --So we don't have to worry about the coversions between
2212: --different UOMs for the case of service order receipts.
2213:
2214: RCV_INVOICE_MATCHING_SV.Get_ReceiveAmount(
2215: P_Api_version => 1.0,
2216: P_Init_Msg_List => 'T',
2217: x_return_status => l_ret_status,
2218: x_msg_count => l_msg_count,