DBA Data[Home] [Help]

APPS.OE_BULK_TAX_UTIL dependencies on RA_CUSTOMER_TRX

Line 709: ra_customer_trx cust_trx

705:
706: select /* MOAC_SQL_CHANGE */ nvl(cust_type.subsequent_trx_type_id, cust_type.cust_trx_type_id)
707: into l_cust_trx_type_id
708: from ra_cust_trx_types_all cust_type,
709: ra_customer_trx cust_trx
710: where
711: cust_type.cust_trx_type_id = cust_trx.cust_trx_type_id
712: and cust_type.org_id = cust_trx.org_id
713: and cust_trx.customer_trx_id = l_commitment_id;