DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_UTIL_VALIDATE

Line 2949: (wsh_util_validate.Check_Wms_Org(l_line_inv_rec.organization_id) = 'Y')

2945: -- Call wrapper API to default catchweight if null.
2946: -- If required and not defaulted raise error.
2947:
2948: IF
2949: (wsh_util_validate.Check_Wms_Org(l_line_inv_rec.organization_id) = 'Y')
2950: AND (NVL(l_line_inv_rec.picked_quantity2,0) = 0) THEN
2951:
2952:
2953: IF l_debug_on THEN

Line 3066: select DECODE(wsh_util_validate.Check_Wms_Org(l_line_inv_rec.organization_id),'Y','TRUE','FALSE')

3062:
3063: /****************Material Status Control**************/
3064: IF l_line_inv_flag_rec.details_required_flag <> 'Y' THEN
3065:
3066: select DECODE(wsh_util_validate.Check_Wms_Org(l_line_inv_rec.organization_id),'Y','TRUE','FALSE')
3067: into l_wms_enabled
3068: from dual;
3069:
3070: WSH_DELIVERY_DETAILS_INV.get_trx_type_id(

Line 6441: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_VALIDATE.GET_ORG_TYPE',WSH_DEBUG_SV.C_PROC_LEVEL);

6437: l_org_type := l_cache_org_type;
6438: ELSE
6439: --
6440: IF l_debug_on THEN
6441: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_VALIDATE.GET_ORG_TYPE',WSH_DEBUG_SV.C_PROC_LEVEL);
6442: END IF;
6443: --
6444: l_org_type := wsh_util_validate.get_org_type(
6445: p_organization_id => p_dlvy_rec_tab(j).organization_id,

Line 6444: l_org_type := wsh_util_validate.get_org_type(

6440: IF l_debug_on THEN
6441: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_UTIL_VALIDATE.GET_ORG_TYPE',WSH_DEBUG_SV.C_PROC_LEVEL);
6442: END IF;
6443: --
6444: l_org_type := wsh_util_validate.get_org_type(
6445: p_organization_id => p_dlvy_rec_tab(j).organization_id,
6446: p_delivery_id => p_dlvy_rec_tab(j).delivery_id,
6447: p_msg_display => 'N',
6448: x_return_status => l_return_status );

Line 6451: wsh_debug_sv.log(l_module_name, 'Return status after wsh_util_validate.get_org_type', l_return_status);

6447: p_msg_display => 'N',
6448: x_return_status => l_return_status );
6449: --
6450: IF l_debug_on THEN
6451: wsh_debug_sv.log(l_module_name, 'Return status after wsh_util_validate.get_org_type', l_return_status);
6452: wsh_debug_sv.log(l_module_name, 'l_org_type is: ', l_org_type);
6453: END IF;
6454: --
6455: IF l_return_status = wsh_util_core.g_ret_sts_unexp_error THEN

Line 10401: WSH_UTIL_VALIDATE.validate_lookup(

10397: THEN
10398: IF x_rtd_expt_txn_code = FND_API.G_MISS_CHAR THEN
10399: x_rtd_expt_txn_code := NULL;
10400: END IF;
10401: WSH_UTIL_VALIDATE.validate_lookup(
10402: p_lookup_type => 'YES_NO',
10403: p_lookup_code => x_rtd_expt_txn_code,
10404: p_meaning => p_rtd_expt_txn_meaning,
10405: x_return_status => x_return_status);