DBA Data[Home] [Help]

APPS.ARP_PROC_TRANSACTION_HISTORY dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 366: xla_transaction_entities_upg xet

362: l_event_source_info.ledger_id,
363: l_event_source_info.entity_type_code
364: from
365: ra_customer_trx trx ,
366: xla_transaction_entities_upg xet
367: where trx.customer_trx_id = p_trh_rec.customer_trx_id
368: and trx.customer_trx_id = xet.source_id_int_1
369: and xet.entity_code ='BILLS_RECEIVABLE'
370: AND xet.application_id = 222