DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_WV_UTILS

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

1200: -- before calling delivery_weight_volume so the procedure will know
1201: -- to invoke update tms_interface_flag process.
1202:
1203: IF l_gc3_is_installed = 'Y' THEN
1204: WSH_WV_UTILS.G_RESET_WV := 'Y'; -- set to Y to enable the update
1205: END IF;
1206: -- End of OTM R12 : packing ECO
1207:
1208: WSH_WV_UTILS.Delivery_Weight_Volume(

Line 1208: WSH_WV_UTILS.Delivery_Weight_Volume(

1204: WSH_WV_UTILS.G_RESET_WV := 'Y'; -- set to Y to enable the update
1205: END IF;
1206: -- End of OTM R12 : packing ECO
1207:
1208: WSH_WV_UTILS.Delivery_Weight_Volume(
1209: p_del_rows => l_delivery_id_tab,
1210: p_update_flag => p_action_prms.override_flag,
1211: x_return_status => l_return_status);
1212: --

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

1220: x_num_errors => l_num_errors);
1221:
1222: -- OTM R12 : packing ECO
1223: IF l_gc3_is_installed = 'Y' THEN
1224: WSH_WV_UTILS.G_RESET_WV := 'N'; -- after call, set it back to 'N'
1225: END IF;
1226: -- End of OTM R12 : packing ECO
1227:
1228: ELSIF p_action_prms.action_code = 'AUTO-PACK' THEN