DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_RU_ACTIONS

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 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: