DBA Data[Home] [Help]

APPS.ARP_BAL_UTIL dependencies on DUAL

Line 2027: FROM dual;

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: /*------------------------------------------------------------+
2030: | Include OE transactions that are in the AutoInvoice |
2031: | interface tables and have not yet been transferred to AR. |