DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_NEW_DELIVERY_ACTIONS

Line 1447: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);

1443: --
1444: -- Debug Statements
1445: --
1446: IF l_debug_on THEN
1447: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
1448: END IF;
1449: --
1450: wsh_new_delivery_actions.update_leg_sequence(
1451: p_delivery_id => p_delivery_id,

Line 1450: wsh_new_delivery_actions.update_leg_sequence(

1446: IF l_debug_on THEN
1447: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
1448: END IF;
1449: --
1450: wsh_new_delivery_actions.update_leg_sequence(
1451: p_delivery_id => p_delivery_id,
1452: x_return_status => l_return_status);
1453:
1454: IF (l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN

Line 3377: g_break_smc_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act

3373: WSH_DEBUG_SV.log(l_module_name,'g_break_smc_severity',g_break_smc_severity);
3374: END IF;
3375:
3376: If g_break_smc_severity is NULL then
3377: g_break_smc_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3378: ,wsh_new_delivery_actions.g_break_smc_msg);
3379: End If;
3380:
3381: IF l_debug_on THEN

Line 3378: ,wsh_new_delivery_actions.g_break_smc_msg);

3374: END IF;
3375:
3376: If g_break_smc_severity is NULL then
3377: g_break_smc_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3378: ,wsh_new_delivery_actions.g_break_smc_msg);
3379: End If;
3380:
3381: IF l_debug_on THEN
3382: WSH_DEBUG_SV.log(l_module_name,'g_break_smc_severity',g_break_smc_severity);

Line 3387: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated

3383: END IF;
3384:
3385: If g_break_smc_severity = 'E' then
3386: --Note. Setting return status to 'W' and message severity to 'E'. The return
3387: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3388: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3389: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3390: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3391: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;

Line 3388: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.

3384:
3385: If g_break_smc_severity = 'E' then
3386: --Note. Setting return status to 'W' and message severity to 'E'. The return
3387: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3388: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3389: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3390: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3391: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3392: IF l_debug_on THEN

Line 3391: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;

3387: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3388: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3389: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3390: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3391: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3392: IF l_debug_on THEN
3393: WSH_DEBUG_SV.log(l_module_name,'Going to exit wsh_delivery_validations due to message severity set to (SMC) ',g_break_smc_severity);
3394: WSH_DEBUG_SV.pop(l_module_name);
3395: END IF;

Line 3434: g_break_ship_set_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act

3430: WSH_DEBUG_SV.log(l_module_name,'g_break_ship_set_severity',g_break_ship_set_severity);
3431: END IF;
3432:
3433: If g_break_ship_set_severity is null then
3434: g_break_ship_set_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3435: ,wsh_new_delivery_actions.g_break_ship_set_msg);
3436:
3437: End If;
3438:

Line 3435: ,wsh_new_delivery_actions.g_break_ship_set_msg);

3431: END IF;
3432:
3433: If g_break_ship_set_severity is null then
3434: g_break_ship_set_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3435: ,wsh_new_delivery_actions.g_break_ship_set_msg);
3436:
3437: End If;
3438:
3439: IF l_debug_on THEN

Line 3445: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated

3441: END IF;
3442:
3443: If g_break_ship_set_severity = 'E' then
3444: --Note. Setting return status to 'W' and message severity to 'E'. The return
3445: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3446: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3447: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3448: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3449: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;

Line 3446: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.

3442:
3443: If g_break_ship_set_severity = 'E' then
3444: --Note. Setting return status to 'W' and message severity to 'E'. The return
3445: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3446: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3447: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3448: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3449: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3450: IF l_debug_on THEN

Line 3449: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;

3445: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3446: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3447: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3448: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3449: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3450: IF l_debug_on THEN
3451: WSH_DEBUG_SV.log(l_module_name,'Going to exit wsh_delivery_validations due to message severity set to (ShipSet) ',g_break_ship_set_severity);
3452: WSH_DEBUG_SV.pop(l_module_name);
3453: END IF;

Line 3467: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);

3463: /** --
3464: -- Debug Statements
3465: --
3466: IF l_debug_on THEN
3467: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
3468: END IF;
3469: --
3470: wsh_new_delivery_actions.update_leg_sequence(
3471: p_delivery_id => p_delivery_id,

Line 3470: wsh_new_delivery_actions.update_leg_sequence(

3466: IF l_debug_on THEN
3467: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
3468: END IF;
3469: --
3470: wsh_new_delivery_actions.update_leg_sequence(
3471: p_delivery_id => p_delivery_id,
3472: x_return_status => l_return_status);
3473:
3474: IF (l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN