DBA Data[Home] [Help]

APPS.FND_USER_RESP_GROUPS_API dependencies on WF_ALL_USER_ROLE_ASSIGNMENTS

Line 399: from wf_all_user_role_assignments --BUG5467610

395: is
396: cursor c (user varchar2, role varchar2) is
397: select start_date,
398: end_date
399: from wf_all_user_role_assignments --BUG5467610
400: where user_name = user
401: and role_name = role
402: and rownum = 1
403: for update of start_date nowait;