DBA Data[Home] [Help]

APPS.IGW_UTILS dependencies on FND_MSG_PUB

Line 298: Fnd_Msg_Pub.Add_Exc_Msg

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,
301: p_procedure_name => l_api_name
302: );