DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 2120: xla_transaction_entities_upg xet,

2116: trx.customer_trx_id customer_trx_id,
2117: trx.org_id org_id
2118: FROM ra_customer_trx trx,
2119: ra_cust_trx_line_gl_dist gld,
2120: xla_transaction_entities_upg xet,
2121: xla_events ev
2122: WHERE trx.customer_trx_id = p_customer_trx_id
2123: AND trx.customer_trx_id = gld.customer_trx_id
2124: AND gld.account_class = 'REC'