DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_RU_ACTIONS

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

4872: IF l_debug_on THEN
4873: WSH_DEBUG_SV.log(l_module_name,'g_missing_inv_severity - '|| g_missing_inv_severity);
4874: End If;
4875: If g_missing_inv_severity is null then
4876: g_missing_inv_severity := wsh_ru_actions.get_message_severity (wsh_new_delivery_actions.g_ship_confirm_act
4877: ,wsh_new_delivery_actions.g_missing_inv_cntl_msg);
4878: End If;
4879:
4880: -- bug 2283621 - pass the l_inv_ctrl_dd_ids to the warning message

Line 4908: g_missing_inv_severity := wsh_ru_actions.get_message_severity (

4904: IF l_debug_on THEN
4905: WSH_DEBUG_SV.log(l_module_name,'g_missing_inv_severity - '|| g_missing_inv_severity);
4906: End If;
4907: If g_missing_inv_severity is null then
4908: g_missing_inv_severity := wsh_ru_actions.get_message_severity (
4909: wsh_new_delivery_actions.g_ship_confirm_act,
4910: wsh_new_delivery_actions.g_invalid_material_status_msg);
4911: End If;
4912: