DBA Data[Home] [Help]

APPS.ICX_LOGIN dependencies on FND_USER_RESP_GROUPS

Line 101: FND_USER_RESP_GROUPS b

97: cursor responsibilities is
98: select a.responsibility_id,
99: a.menu_id
100: from fnd_responsibility_vl a,
101: FND_USER_RESP_GROUPS b
102: where b.user_id = p_user_id
103: and b.start_date <= sysdate
104: and (b.end_date is null or b.end_date > sysdate)
105: and b.RESPONSIBILITY_application_id = a.responsibility_id