DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on RA_CUST_TRX_TYPES_ALL

Line 2519: from ra_cust_trx_types_all

2515: SELECT 'Y' INTO l_valid FROM dual
2516: WHERE
2517: exists
2518: (select cust_trx_type_id
2519: from ra_cust_trx_types_all
2520: where
2521: sysdate between nvl(start_date, sysdate-1)
2522: and nvl(end_date, sysdate+1)
2523: and org_id = p_ship_organization_id