DBA Data[Home] [Help]

APPS.WSH_TRIPS_GRP dependencies on WSH_WV_UTILS

Line 1009: WSH_WV_UTILS.G_RESET_WV := 'Y'; -- set to Y to enable the update

1005: l_gc3_is_installed := WSH_UTIL_CORE.GC3_IS_INSTALLED;
1006: END IF;
1007:
1008: IF l_gc3_is_installed = 'Y' THEN
1009: WSH_WV_UTILS.G_RESET_WV := 'Y'; -- set to Y to enable the update
1010: END IF;
1011: -- End of OTM R12 : packing ECO
1012:
1013: WSH_TRIPS_ACTIONS.Trip_weight_volume(

Line 1027: WSH_WV_UTILS.G_RESET_WV := 'N'; -- after call, set it back to 'N'

1023: x_num_errors =>l_num_errors);
1024:
1025: -- OTM R12 : packing ECO
1026: IF l_gc3_is_installed = 'Y' THEN
1027: WSH_WV_UTILS.G_RESET_WV := 'N'; -- after call, set it back to 'N'
1028: END IF;
1029: -- End of OTM R12 : packing ECO
1030:
1031: ELSIF p_action_prms.action_code = 'DELETE' THEN