DBA Data[Home] [Help]

APPS.PO_INTG_DOCUMENT_FUNDS_GRP dependencies on RCV_ACCRUALUTILITIES_GRP

Line 410: RCV_ACCRUALUTILITIES_GRP.Get_encumReversalAmt(

406: -- Bug 3455267: CST API
407: -- Use an API from CST to determine the amount of PO encumbrance
408: -- relieved by delivery transactions.
409: l_amount_moved_to_actual :=
410: RCV_ACCRUALUTILITIES_GRP.Get_encumReversalAmt(
411: p_po_distribution_id => p_distribution_id
412: , p_start_txn_date => NULL
413: , p_end_txn_date => NULL
414: ); --bug 3450228: removed '* -1' added in bug 3330335