DBA Data[Home] [Help]

APPS.ARP_XLA_UPGRADE dependencies on RA_CUST_TRX_TYPES_ALL

Line 271: ra_cust_trx_types_all tty,

267: ra_customer_trx_all ct,
268: ra_cust_trx_line_gl_dist_all ctlgd,
269: xla_upgrade_dates gps,
270: ar_system_parameters_all sys,
271: ra_cust_trx_types_all tty,
272: ra_cust_trx_line_gl_dist_all ctlgd1,
273: xla_transaction_entities_upg te
274: WHERE ct.rowid >= l_start_rowid
275: AND ct.rowid <= l_end_rowid

Line 376: ra_cust_trx_types_all tty,

372: FROM ra_customer_trx_all ct,
373: ar_receivable_applications_all app,
374: xla_upgrade_dates gps,
375: ar_system_parameters_all sys,
376: ra_cust_trx_types_all tty,
377: ra_cust_trx_line_gl_dist_all ctlgd,
378: xla_transaction_entities_upg te
379: WHERE ct.rowid >= l_start_rowid
380: AND ct.rowid <= l_end_rowid

Line 1120: ra_cust_trx_types_all tty,

1116: ar_transaction_history_all trh,
1117: xla_upgrade_dates gps,
1118: ar_transaction_history_all trh1,
1119: ar_system_parameters_all sys,
1120: ra_cust_trx_types_all tty,
1121: xla_transaction_entities_upg te
1122: WHERE ct.rowid >= l_start_rowid
1123: AND ct.rowid <= l_end_rowid
1124: AND NVL(ct.ax_accounted_flag,'N') = 'N'

Line 2793: ra_cust_trx_types_all tty,

2789: FROM ar_adjustments_all adj,
2790: xla_upgrade_dates gps,
2791: ar_system_parameters_all sys,
2792: ra_customer_trx_all ct,
2793: ra_cust_trx_types_all tty,
2794: xla_transaction_entities_upg te
2795: WHERE adj.rowid >= l_start_rowid
2796: AND adj.rowid <= l_end_rowid
2797: AND NVL(adj.ax_accounted_flag,'N') = 'N'