DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on RCV_INVOICE_MATCHING_SV

Line 2423: RCV_INVOICE_MATCHING_SV.get_quantities (

2419: If ( l_match_option = 'R' ) Then
2420:
2421: If l_matching_basis = 'QUANTITY' Then -- Amount Based Matching
2422:
2423: RCV_INVOICE_MATCHING_SV.get_quantities (
2424: top_transaction_id => l_rcv_transaction_id, -- IN
2425: ordered_po_qty => l_ordered_po_qty, -- IN OUT
2426: cancelled_po_qty => l_cancelled_po_qty, -- IN OUT
2427: received_po_qty => l_received_po_qty, -- IN OUT

Line 2451: RCV_INVOICE_MATCHING_SV.Get_ReceiveAmount(

2447: --like Rate Based cannot be different on the receipt.
2448: --So we don't have to worry about the coversions between
2449: --different UOMs for the case of service order receipts.
2450:
2451: RCV_INVOICE_MATCHING_SV.Get_ReceiveAmount(
2452: P_Api_version => 1.0,
2453: P_Init_Msg_List => 'T',
2454: x_return_status => l_ret_status,
2455: x_msg_count => l_msg_count,