DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER dependencies on XLA_TRANSACTION_ENTITIES

Line 432: Select entity_id from xla_transaction_entities

428: AND gld.event_id is not null
429: AND exists
430: (Select 1 from xla_events
431: where entity_id in (
432: Select entity_id from xla_transaction_entities
433: where entity_code = 'TRANSACTIONS'
434: and nvl(source_id_int_1 , -99) = ra.customer_trx_id
435: and ledger_id = ra.set_of_books_id
436: and application_id = 222 ));

Line 1749: xla_transaction_entities_upg xet ,

1745: l_event_status_code
1746: from
1747: ra_customer_trx ct ,
1748: ra_cust_trx_types ctt,
1749: xla_transaction_entities_upg xet ,
1750: xla_events xe
1751: where ct.customer_trx_id = p_customer_trx_id
1752: and ctt.cust_trx_type_id = ct.cust_trx_type_id
1753: and ct.customer_trx_id = nvl(xet.source_id_int_1,-99)