DBA Data[Home] [Help]

APPS.FTE_VALIDATION_PKG dependencies on WSH_FREIGHT_COST_TYPES

Line 605: FROM wsh_freight_cost_types

601: END IF;
602: x_status := -1;
603:
604: SELECT name INTO l_subtype
605: FROM wsh_freight_cost_types
606: WHERE freight_cost_type_code = 'FTECHARGE'
607: AND name = upper(p_subtype);
608:
609: FTE_UTIL_PKG.EXIT_DEBUG(l_module_name);