DBA Data[Home] [Help]

APPS.FTE_FREIGHT_PRICING dependencies on MTL_PARAMETERS

Line 139: mtl_parameters b,

135: CURSOR c_check_del_manifesting(c_delivery_id NUMBER)
136: IS
137: SELECT count(a.delivery_id)
138: FROM wsh_new_deliveries a,
139: mtl_parameters b,
140: wsh_carriers c
141: WHERE a.organization_id = b.organization_id
142: AND a.carrier_id = c.carrier_id
143: AND c.manifesting_enabled_flag = 'Y'

Line 152: mtl_parameters b,

148: CURSOR c_check_del_manifesting2(c_trip_id NUMBER)
149: IS
150: SELECT count(a.delivery_id)
151: FROM wsh_new_deliveries a,
152: mtl_parameters b,
153: wsh_carriers c
154: WHERE a.organization_id = b.organization_id
155: AND a.carrier_id = c.carrier_id
156: AND c.manifesting_enabled_flag = 'Y'