DBA Data[Home] [Help]

APPS.AR_UNPOSTED_ITEM_UPG dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 344: ra_cust_trx_line_gl_dist_all ctlgd

340: org_id ) app,
341: ar_system_parameters_all ars,
342: ra_customer_trx_all trx,
343: ra_customer_trx_lines_all ctl,
344: ra_cust_trx_line_gl_dist_all ctlgd
345: WHERE ars.accounting_method = 'CASH'
346: AND app.org_id = ars.org_id
347: AND app.applied_customer_trx_id = trx.customer_trx_id
348: AND trx.customer_trx_id = ctl.customer_trx_id

Line 1132: ra_cust_trx_line_gl_dist_all ctlgd

1128: org_id ) app,
1129: ar_system_parameters_all ars,
1130: ra_customer_trx_all trx,
1131: ra_customer_trx_lines_all ctl,
1132: ra_cust_trx_line_gl_dist_all ctlgd
1133: WHERE ars.accounting_method = 'CASH'
1134: AND app.org_id = ars.org_id
1135: AND app.customer_trx_id = trx.customer_trx_id
1136: AND trx.customer_trx_id = ctl.customer_trx_id