DBA Data[Home] [Help]

APPS.FUN_WF_COMMON dependencies on WF_USER_ROLE_ASSIGNMENTS

Line 1173: WF_USER_ROLE_ASSIGNMENTS role

1169:
1170: CURSOR c_chk_user IS
1171: SELECT 'X'
1172: FROM fnd_user usr,
1173: WF_USER_ROLE_ASSIGNMENTS role
1174: WHERE usr.user_id = p_user_id
1175: AND usr.user_name = role.user_name
1176: AND role.role_name = 'FUN_ADHOC_RECI_'||p_transaction_id;
1177: -- Bug No: 5897122