DBA Data[Home] [Help]

APPS.ICX_LOGIN dependencies on FND_RESPONSIBILITY_VL

Line 100: from fnd_responsibility_vl a,

96:
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)