DBA Data[Home] [Help]

APPS.FUN_RECIPIENT_WF dependencies on WF_USER_ROLE_ASSIGNMENTS

Line 4199: from WF_USER_ROLE_ASSIGNMENTS role

4195: -- l_userTable WF_DIRECTORY.UserTable;
4196:
4197: CURSOR get_user_names IS
4198: select 'X'
4199: from WF_USER_ROLE_ASSIGNMENTS role
4200: where role.role_name = 'FUN_ADHOC_RECI_'||trx_id
4201: and role.user_name = FND_GLOBAL.USER_NAME;
4202: BEGIN
4203: OPEN get_user_names;