DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 1669: xla_transaction_entities_upg xet ,

1665: l_event_status_code
1666: from
1667: ra_customer_trx ct ,
1668: ra_cust_trx_types ctt,
1669: xla_transaction_entities_upg xet ,
1670: xla_events xe
1671: where ct.customer_trx_id = p_customer_trx_id
1672: and ctt.cust_trx_type_id = ct.cust_trx_type_id
1673: and ct.customer_trx_id = nvl(xet.source_id_int_1,-99)