DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on RA_CUSTOMER_TRX

Line 310: ra_customer_trx cust_trx

306: /* MOAC_SQL_CHANGE */
307: NVL(cust_type.subsequent_trx_type_id, cust_type.cust_trx_type_id)
308: INTO l_cust_trx_type_id
309: FROM ra_cust_trx_types_all cust_type,
310: ra_customer_trx cust_trx
311: WHERE cust_type.cust_trx_type_id = cust_trx.cust_trx_type_id
312: AND cust_type.org_id = cust_trx.org_id
313: AND cust_trx.customer_trx_id = l_commitment_id;
314: EXCEPTION