DBA Data[Home] [Help]

APPS.AR_UPG_PSA_DIST_PKG dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 1402: , xla_transaction_entities_upg ent

1398: , ln.ledger_id
1399: FROM ra_customer_trx_all ct
1400: , ra_cust_trx_line_gl_dist_all ctlgd
1401: , xla_upgrade_dates gud
1402: , xla_transaction_entities_upg ent
1403: , xla_events ev
1404: , xla_ae_headers hdr
1405: , xla_ae_lines ln
1406: , xla_distribution_links lnk

Line 1526: , xla_transaction_entities_upg ent

1522: , ln.ledger_id
1523: FROM ra_customer_trx_all ct
1524: , ra_cust_trx_line_gl_dist_all ctlgd
1525: , xla_upgrade_dates gud
1526: , xla_transaction_entities_upg ent
1527: , xla_events ev
1528: , xla_ae_headers hdr
1529: , xla_ae_lines ln
1530: , xla_distribution_links lnk

Line 1541: FROM xla_transaction_entities_upg xte,

1537: AND pdist.ROWID >= l_start_rowid
1538: AND pdist.ROWID <= l_end_rowid
1539: AND NOT EXISTS
1540: ( SELECT /*+ordered */ 'x'
1541: FROM xla_transaction_entities_upg xte,
1542: xla_ae_headers xah,
1543: xla_ae_lines xal
1544: WHERE nvl(xte.source_id_int_1,-99) = dist.customer_trx_id
1545: AND xte.ledger_id = dist.set_of_books_id