DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER dependencies on XLA_TRANSACTION_ENTITIES_UPG

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)