DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on RA_BATCH_SOURCES

Line 2118: FROM ra_batch_sources ra,

2114: SELECT SUM(NVL(AMOUNT_DUE_REMAINING, 0 )),
2115: SUM(NVL(ACCTD_AMOUNT_DUE_REMAINING, 0 ))
2116: INTO x_amount_due_remaining,
2117: x_acctd_amount_due_remaining
2118: FROM ra_batch_sources ra,
2119: ra_customer_trx ct,
2120: ra_customer_trx_lines ctl
2121: WHERE ra.batch_source_id = ct.batch_source_id
2122: AND ct.customer_trx_id = ctl.customer_trx_id