292: EXCEPTION
293:
294: WHEN others THEN
295:
296: x_return_status := Fnd_Api.G_Ret_Sts_Unexp_Error;
297:
298: Fnd_Msg_Pub.Add_Exc_Msg
299: (
300: p_pkg_name => G_PKG_NAME,
300: p_pkg_name => G_PKG_NAME,
301: p_procedure_name => l_api_name
302: );
303:
304: RAISE Fnd_Api.G_Exc_Unexpected_Error;
305:
306: END Send_Notification;
307:
308: ---------------------------------------------------------------------------