DBA Data[Home] [Help]

APPS.FTE_TL_RATING dependencies on WSH_CARRIERS

Line 582: wsh_carriers c

578: IS
579: SELECT count(a.delivery_id)
580: FROM wsh_new_deliveries a,
581: mtl_parameters b,
582: wsh_carriers c
583: WHERE a.organization_id = b.organization_id
584: AND a.carrier_id = c.carrier_id
585: AND c.manifesting_enabled_flag = 'Y'
586: AND b.carrier_manifesting_flag = 'Y'

Line 640: wsh_carriers c

636: IS
637: SELECT count(a.delivery_id)
638: FROM wsh_new_deliveries a,
639: mtl_parameters b,
640: wsh_carriers c
641: WHERE a.organization_id = b.organization_id
642: AND a.carrier_id = c.carrier_id
643: AND c.manifesting_enabled_flag = 'Y'
644: AND b.carrier_manifesting_flag = 'Y'