DBA Data[Home] [Help]

APPS.ARP_XLA_UPGRADE dependencies on AR_TRANSACTION_HISTORY_ALL

Line 1116: ar_transaction_history_all trh,

1112: ct.doc_sequence_value DOC_SEQ_VAL ,
1113: tty.name CAT_CODE ,
1114: te.entity_id ENTITY_ID
1115: FROM ra_customer_trx_all ct,
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,

Line 1118: ar_transaction_history_all trh1,

1114: te.entity_id ENTITY_ID
1115: FROM ra_customer_trx_all ct,
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

Line 1434: ar_transaction_history_all trh,

1430: hdr.accounting_date accounting_date,
1431: hdr.ledger_id ledger_id,
1432: 1 ln_order
1433: from ra_customer_trx_all ct,
1434: ar_transaction_history_all trh,
1435: xla_upgrade_dates gps,
1436: xla_transaction_entities_upg ent,
1437: xla_events ev,
1438: xla_ae_headers hdr,