DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 167: xla_transaction_entities_upg xet,

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

Line 476: xla_transaction_entities_upg t

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

Line 1536: xla_transaction_entities_upg t

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