DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_RU_ACTIONS

Line 4960: g_missing_inv_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act

4956: IF l_debug_on THEN
4957: WSH_DEBUG_SV.log(l_module_name,'g_missing_inv_severity - '|| g_missing_inv_severity);
4958: End If;
4959: If g_missing_inv_severity is null then
4960: g_missing_inv_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
4961: ,wsh_new_delivery_actions.g_missing_inv_cntl_msg);
4962: End If;
4963:
4964: -- bug 2283621 - pass the l_inv_ctrl_dd_ids to the warning message

Line 4992: g_missing_inv_severity := wsh_ru_actions.get_message_severity (

4988: IF l_debug_on THEN
4989: WSH_DEBUG_SV.log(l_module_name,'g_missing_inv_severity - '|| g_missing_inv_severity);
4990: End If;
4991: If g_missing_inv_severity is null then
4992: g_missing_inv_severity := wsh_ru_actions.get_message_severity (
4993: wsh_new_delivery_actions.g_ship_confirm_act,
4994: wsh_new_delivery_actions.g_invalid_material_status_msg);
4995: End If;
4996: