DBA Data[Home] [Help]

APPS.WSH_CUST_MERGE dependencies on WSH_FREIGHT_COST_TYPES

Line 1290: FROM wsh_freight_cost_types

1286:
1287: -- getting freight cost type id for the OTM freight cost
1288: CURSOR c_get_frcost_type_id IS
1289: SELECT freight_cost_type_id
1290: FROM wsh_freight_cost_types
1291: WHERE name = 'OTM Freight Cost'
1292: AND freight_cost_type_code = 'FREIGHT';
1293:
1294: l_trip_id NUMBER;