DBA Data[Home] [Help]

APPS.GL_JAHE_PKG dependencies on FND_USER_RESP_GROUPS

Line 361: from fnd_user_resp_groups

357: IS
358:
359: CURSOR resp (uid number) IS
360: select responsibility_id, responsibility_application_id
361: from fnd_user_resp_groups
362: where user_id = uid
363: -- and responsibility_application_id = 101
364: and (start_date is null or start_date < sysdate)
365: and (end_date is null or end_date > sysdate);