DBA Data[Home] [Help]

APPS.ARP_BAL_UTIL dependencies on OE_PAYMENTS_UTIL

Line 2023: -- replace OE_ACCOUNTING with OE_Payments_Util

2019: | ** commitment balance |
2020: +---------------------------------------------------------------*/
2021:
2022:
2023: -- replace OE_ACCOUNTING with OE_Payments_Util
2024: SELECT NVL( l_commitment_bal, 0 ) -
2025: NVL(OE_Payments_Util.Get_Uninvoiced_Commitment_Bal(p_customer_trx_id), 0)
2026: INTO l_commitment_bal
2027: FROM dual;

Line 2025: NVL(OE_Payments_Util.Get_Uninvoiced_Commitment_Bal(p_customer_trx_id), 0)

2021:
2022:
2023: -- replace OE_ACCOUNTING with OE_Payments_Util
2024: SELECT NVL( l_commitment_bal, 0 ) -
2025: NVL(OE_Payments_Util.Get_Uninvoiced_Commitment_Bal(p_customer_trx_id), 0)
2026: INTO l_commitment_bal
2027: FROM dual;
2028:
2029: /*------------------------------------------------------------+