DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 2150: xla_transaction_entities_upg xet,

2146: trx.customer_trx_id customer_trx_id,
2147: trx.org_id org_id
2148: FROM ra_customer_trx trx,
2149: ra_cust_trx_line_gl_dist gld,
2150: xla_transaction_entities_upg xet,
2151: xla_events ev
2152: WHERE trx.customer_trx_id = p_customer_trx_id
2153: AND trx.customer_trx_id = gld.customer_trx_id
2154: AND gld.account_class = 'REC'