DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_FREIGHT_COST_TYPES

Line 2877: FROM wsh_freight_cost_types

2873: AND INTERFACE_ACTION_CODE = '94X_INBOUND';
2874:
2875: CURSOR fc_type_id(l_fc_type_code VARCHAR2) IS
2876: SELECT freight_cost_type_id
2877: FROM wsh_freight_cost_types
2878: WHERE name = l_fc_type_code;
2879:
2880: --exceptions
2881: no_freight_record exception;