DBA Data[Home] [Help]

APPS.BIS_RG_SEND_NOTIFICATIONS_PVT dependencies on FND_USER

Line 70: FROM fnd_user WHERE user_id = p_user_id;

66: -- Send to the Role setup for the schedule instead of the user
67: --Email Component check role and then assign it
68:
69: SELECT user_name INTO l_user_name
70: FROM fnd_user WHERE user_id = p_user_id;
71:
72: IF ( p_role is not null) then
73: l_role_name := p_role;
74: else