DBA Data[Home] [Help]

APPS.FTE_FREIGHT_PRICING_SPECIAL dependencies on WSH_GLOBAL_PARAMETERS

Line 33: FROM wsh_global_parameters;

29:
30: CURSOR get_uom_for_each
31: IS
32: SELECT uom_for_num_of_units
33: FROM wsh_global_parameters;
34:
35: -- prints contents of the global parameter table
36: PROCEDURE print_params IS
37: i NUMBER;