DBA Data[Home] [Help]

APPS.AR_UNPOSTED_ITEM_UPG dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 338: ra_cust_trx_line_gl_dist_all ctlgd

334: org_id ) app,
335: ar_system_parameters_all ars,
336: ra_customer_trx_all trx,
337: ra_customer_trx_lines_all ctl,
338: ra_cust_trx_line_gl_dist_all ctlgd
339: WHERE ars.accounting_method = 'CASH'
340: AND app.org_id = ars.org_id
341: AND app.applied_customer_trx_id = trx.customer_trx_id
342: AND trx.customer_trx_id = ctl.customer_trx_id

Line 1119: ra_cust_trx_line_gl_dist_all ctlgd

1115: org_id ) app,
1116: ar_system_parameters_all ars,
1117: ra_customer_trx_all trx,
1118: ra_customer_trx_lines_all ctl,
1119: ra_cust_trx_line_gl_dist_all ctlgd
1120: WHERE ars.accounting_method = 'CASH'
1121: AND app.org_id = ars.org_id
1122: AND app.customer_trx_id = trx.customer_trx_id
1123: AND trx.customer_trx_id = ctl.customer_trx_id