DBA Data[Home] [Help]

APPS.UMX_REGISTER_USER_PVT dependencies on FND_NEW_MESSAGES

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

721: ----------------------------------------------------------------------------
722: Procedure TestUserName (p_user_name in fnd_user.user_name%type,
723: x_return_status out nocopy pls_integer,
724: x_message_app_name out nocopy fnd_application.application_short_name%type,
725: x_message_name out nocopy fnd_new_messages.message_name%type,
726: x_message_text out nocopy fnd_new_messages.message_text%type) is
727:
728: l_encoded_message varchar2 (32100);
729:

Line 726: x_message_text out nocopy fnd_new_messages.message_text%type) is

722: Procedure TestUserName (p_user_name in fnd_user.user_name%type,
723: x_return_status out nocopy pls_integer,
724: x_message_app_name out nocopy fnd_application.application_short_name%type,
725: x_message_name out nocopy fnd_new_messages.message_name%type,
726: x_message_text out nocopy fnd_new_messages.message_text%type) is
727:
728: l_encoded_message varchar2 (32100);
729:
730: begin