DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_WV_UTILS

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

1160: -- before calling delivery_weight_volume so the procedure will know
1161: -- to invoke update tms_interface_flag process.
1162:
1163: IF l_gc3_is_installed = 'Y' THEN
1164: WSH_WV_UTILS.G_RESET_WV := 'Y'; -- set to Y to enable the update
1165: END IF;
1166: -- End of OTM R12 : packing ECO
1167:
1168: WSH_WV_UTILS.Delivery_Weight_Volume(

Line 1168: WSH_WV_UTILS.Delivery_Weight_Volume(

1164: WSH_WV_UTILS.G_RESET_WV := 'Y'; -- set to Y to enable the update
1165: END IF;
1166: -- End of OTM R12 : packing ECO
1167:
1168: WSH_WV_UTILS.Delivery_Weight_Volume(
1169: p_del_rows => l_delivery_id_tab,
1170: p_update_flag => p_action_prms.override_flag,
1171: x_return_status => l_return_status);
1172: --

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

1180: x_num_errors => l_num_errors);
1181:
1182: -- OTM R12 : packing ECO
1183: IF l_gc3_is_installed = 'Y' THEN
1184: WSH_WV_UTILS.G_RESET_WV := 'N'; -- after call, set it back to 'N'
1185: END IF;
1186: -- End of OTM R12 : packing ECO
1187:
1188: ELSIF p_action_prms.action_code = 'AUTO-PACK' THEN