DBA Data[Home] [Help]

APPS.FUN_RECIPIENT_WF dependencies on WF_LOCAL_USER_ROLES

Line 3804: from wf_local_user_roles role

3800: -- l_userTable WF_DIRECTORY.UserTable;
3801:
3802: CURSOR get_user_names IS
3803: select 'X'
3804: from wf_local_user_roles role
3805: where role.role_name = 'FUN_ADHOC_RECI_'||trx_id
3806: and role.user_name = FND_GLOBAL.USER_NAME;
3807: BEGIN
3808: OPEN get_user_names;