DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_FREIGHT_COST_TYPES

Line 3887: FROM wsh_freight_cost_types

3883: AND INTERFACE_ACTION_CODE = '94X_INBOUND';
3884:
3885: CURSOR fc_type_id(l_fc_type_code VARCHAR2) IS
3886: SELECT freight_cost_type_id
3887: FROM wsh_freight_cost_types
3888: WHERE name = l_fc_type_code;
3889:
3890: --exceptions
3891: no_freight_record exception;