DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 168: xla_transaction_entities_upg xet,

164: distev.transaction_date dist_ev_trx_date
165: FROM ra_customer_trx trx,
166: ra_cust_trx_line_gl_dist gld,
167: ra_cust_trx_types ctt,
168: xla_transaction_entities_upg xet,
169: xla_events ev,
170: xla_events distev
171: WHERE trx.customer_trx_id = p_source_id_int_1
172: AND trx.customer_trx_id = gld.customer_trx_id

Line 478: xla_transaction_entities_upg t

474: t.entity_code,
475: e.event_id,
476: 'XLA'
477: FROM xla_events e,
478: xla_transaction_entities_upg t
479: WHERE t.application_id = 222
480: AND t.ledger_id = arp_global.set_of_books_id
481: AND t.entity_code = p_entity_code
482: AND nvl(t.source_id_int_1,-99) = p_source_int_id

Line 1538: xla_transaction_entities_upg t

1534: IS
1535: CURSOR c_verif_date(p_entity_id IN NUMBER) IS
1536: SELECT e.event_date
1537: FROM xla_events e,
1538: xla_transaction_entities_upg t
1539: WHERE e.application_id = 222
1540: AND e.entity_id = p_entity_id
1541: AND t.application_id = 222
1542: AND t.entity_id = e.entity_id