DBA Data[Home] [Help]

APPS.WSH_DELIVERY_VALIDATIONS dependencies on WSH_RU_ACTIONS

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