DBA Data[Home] [Help]

APPS.JL_ZZ_AUTO_INVOICE dependencies on RA_CUST_TRX_TYPES

Line 1485: ra_cust_trx_types trx_type

1481: update ra_customer_trx
1482: set status_trx ='VD'
1483: where customer_trx_id in (select trx.previous_customer_trx_id
1484: from ra_customer_trx trx,
1485: ra_cust_trx_types trx_type
1486: where trx.cust_trx_type_id = trx_type.cust_trx_type_id
1487: and trx.request_id = p_request_id
1488: and trx_type.type = 'CM'
1489: and trx_type.default_status = 'VD'