DBA Data[Home] [Help]

APPS.AR_DEP_BAL_RPT_PKG dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 167: ,ra_cust_trx_line_gl_dist_all RCTD

163: BEGIN
164: SELECT NVL( ln_commitment_bal, 0) - (NVL(SUM( ARA.AMOUNT),0) * -1)
165: INTO ln_invoice_bal
166: FROM ra_customer_trx RCT
167: ,ra_cust_trx_line_gl_dist_all RCTD
168: ,ra_cust_trx_types_all RCTT
169: ,hz_cust_accounts HCA
170: ,hz_parties HZP
171: ,gl_code_combinations GCC