DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on RA_CUSTOMER_TRX

Line 263: ra_customer_trx cust_trx

259:
260: select /* MOAC_SQL_CHANGE */ nvl(cust_type.subsequent_trx_type_id, cust_type.cust_trx_type_id)
261: into l_cust_trx_type_id
262: from ra_cust_trx_types_all cust_type,
263: ra_customer_trx cust_trx
264: where
265: cust_type.cust_trx_type_id = cust_trx.cust_trx_type_id
266: and cust_type.org_id = cust_trx.org_id
267: and cust_trx.customer_trx_id = l_commitment_id;