DBA Data[Home] [Help]

APPS.UMX_REGISTER_USER_PVT dependencies on FND_NEW_MESSAGES

Line 150: x_message_name out nocopy fnd_new_messages.message_name%type,

146: ----------------------------------------------------------------------------
147: Procedure TestUserName (p_user_name in fnd_user.user_name%type,
148: x_return_status out nocopy pls_integer,
149: x_message_app_name out nocopy fnd_application.application_short_name%type,
150: x_message_name out nocopy fnd_new_messages.message_name%type,
151: x_message_text out nocopy fnd_new_messages.message_text%type);
152:
153: end UMX_REGISTER_USER_PVT;

Line 151: x_message_text out nocopy fnd_new_messages.message_text%type);

147: Procedure TestUserName (p_user_name in fnd_user.user_name%type,
148: x_return_status out nocopy pls_integer,
149: x_message_app_name out nocopy fnd_application.application_short_name%type,
150: x_message_name out nocopy fnd_new_messages.message_name%type,
151: x_message_text out nocopy fnd_new_messages.message_text%type);
152:
153: end UMX_REGISTER_USER_PVT;