DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_USER_RESP_GROUPS

Line 1740: from fnd_user_resp_groups u

1736: begin
1737:
1738: select count(*)
1739: into v_count
1740: from fnd_user_resp_groups u
1741: where sysdate between u.start_date and nvl(u.end_date, sysdate)
1742: and u.security_group_id in (0, v_sgid)
1743: and u.user_id = v_uid
1744: and u.responsibility_id = v_rid