DBA Data[Home] [Help]

APPS.WSH_CUST_MERGE dependencies on WSH_FREIGHT_COST_TYPES

Line 1293: FROM wsh_freight_cost_types

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