DBA Data[Home] [Help]

APPS.ONT_CHARGE_UTIL dependencies on WSH_LOOKUPS

Line 46: from wsh_lookups

42:
43: BEGIN
44:
45: select meaning into l_meaning
46: from wsh_lookups
47: where lookup_code = l_charge_type_code
48: and lookup_type = 'FREIGHT_COST_TYPE';
49:
50: EXCEPTION