DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_NEW_DELIVERY_ACTIONS

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

1470: --
1471: -- Debug Statements
1472: --
1473: IF l_debug_on THEN
1474: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
1475: END IF;
1476: --
1477: wsh_new_delivery_actions.update_leg_sequence(
1478: p_delivery_id => p_delivery_id,

Line 1477: wsh_new_delivery_actions.update_leg_sequence(

1473: IF l_debug_on THEN
1474: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
1475: END IF;
1476: --
1477: wsh_new_delivery_actions.update_leg_sequence(
1478: p_delivery_id => p_delivery_id,
1479: x_return_status => l_return_status);
1480:
1481: IF (l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN

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

3449: WSH_DEBUG_SV.log(l_module_name,'g_break_smc_severity',g_break_smc_severity);
3450: END IF;
3451:
3452: If g_break_smc_severity is NULL then
3453: g_break_smc_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3454: ,wsh_new_delivery_actions.g_break_smc_msg);
3455: End If;
3456:
3457: IF l_debug_on THEN

Line 3454: ,wsh_new_delivery_actions.g_break_smc_msg);

3450: END IF;
3451:
3452: If g_break_smc_severity is NULL then
3453: g_break_smc_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3454: ,wsh_new_delivery_actions.g_break_smc_msg);
3455: End If;
3456:
3457: IF l_debug_on THEN
3458: WSH_DEBUG_SV.log(l_module_name,'g_break_smc_severity',g_break_smc_severity);

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

3459: END IF;
3460:
3461: If g_break_smc_severity = 'E' then
3462: --Note. Setting return status to 'W' and message severity to 'E'. The return
3463: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3464: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3465: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3466: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3467: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;

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

3460:
3461: If g_break_smc_severity = 'E' then
3462: --Note. Setting return status to 'W' and message severity to 'E'. The return
3463: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3464: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3465: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3466: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3467: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3468: IF l_debug_on THEN

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

3463: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3464: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3465: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3466: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3467: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3468: IF l_debug_on THEN
3469: WSH_DEBUG_SV.log(l_module_name,'Going to exit wsh_delivery_validations due to message severity set to (SMC) ',g_break_smc_severity);
3470: WSH_DEBUG_SV.pop(l_module_name);
3471: END IF;

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

3506: WSH_DEBUG_SV.log(l_module_name,'g_break_ship_set_severity',g_break_ship_set_severity);
3507: END IF;
3508:
3509: If g_break_ship_set_severity is null then
3510: g_break_ship_set_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3511: ,wsh_new_delivery_actions.g_break_ship_set_msg);
3512:
3513: End If;
3514:

Line 3511: ,wsh_new_delivery_actions.g_break_ship_set_msg);

3507: END IF;
3508:
3509: If g_break_ship_set_severity is null then
3510: g_break_ship_set_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
3511: ,wsh_new_delivery_actions.g_break_ship_set_msg);
3512:
3513: End If;
3514:
3515: IF l_debug_on THEN

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

3517: END IF;
3518:
3519: If g_break_ship_set_severity = 'E' then
3520: --Note. Setting return status to 'W' and message severity to 'E'. The return
3521: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3522: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3523: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3524: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3525: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;

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

3518:
3519: If g_break_ship_set_severity = 'E' then
3520: --Note. Setting return status to 'W' and message severity to 'E'. The return
3521: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3522: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3523: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3524: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3525: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3526: IF l_debug_on THEN

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

3521: --status is checked in wsh_new_delivery_actions.confirm_delivery and treated
3522: --as error if WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc.count > 0.
3523: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
3524: WSH_UTIL_CORE.ADD_MESSAGE(WSH_UTIL_CORE.G_RET_STS_ERROR);
3525: WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc := nvl(WSH_NEW_DELIVERY_ACTIONS.g_break_ship_set_or_smc,0) + 1;
3526: IF l_debug_on THEN
3527: 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);
3528: WSH_DEBUG_SV.pop(l_module_name);
3529: END IF;

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

3539: /** --
3540: -- Debug Statements
3541: --
3542: IF l_debug_on THEN
3543: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
3544: END IF;
3545: --
3546: wsh_new_delivery_actions.update_leg_sequence(
3547: p_delivery_id => p_delivery_id,

Line 3546: wsh_new_delivery_actions.update_leg_sequence(

3542: IF l_debug_on THEN
3543: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERY_ACTIONS.UPDATE_LEG_SEQUENCE',WSH_DEBUG_SV.C_PROC_LEVEL);
3544: END IF;
3545: --
3546: wsh_new_delivery_actions.update_leg_sequence(
3547: p_delivery_id => p_delivery_id,
3548: x_return_status => l_return_status);
3549:
3550: IF (l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN