DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_USER_RESP_GROUPS

Line 2061: from fnd_user_resp_groups u

2057: begin
2058:
2059: select count(*)
2060: into v_count
2061: from fnd_user_resp_groups u
2062: where sysdate between u.start_date and nvl(u.end_date, sysdate)
2063: and u.security_group_id in (0, v_sgid)
2064: and u.user_id = v_uid
2065: and u.responsibility_id = v_rid