DBA Data[Home] [Help]

APPS.PA_SECURITY dependencies on FND_GRANTS

Line 570: fnd_grants fg,

566: CURSOR c1 IS
567: SELECT '1'
568: FROM pa_projects_all ppa,
569: pa_project_role_types_b ppr, -- Added for bug 3224170
570: fnd_grants fg,
571: fnd_objects fo
572: WHERE
573: --fg.grantee_key = 'PER:'||X_person_id and /* commenting this line for 11.5.10 security changes */
574: fg.grantee_key = PA_SECURITY_PVT.get_grantee_key( 'PERSON', X_person_id, 'N') and

Line 678: fnd_grants fg,

674: IS
675: CURSOR c1 IS
676: SELECT '1'
677: FROM pa_projects_all ppa,
678: fnd_grants fg,
679: fnd_objects fo,
680: fnd_menus fm
681: WHERE */
682: --fg.grantee_key = 'PER:'||X_person_id and /* commenting this line for 11.5.10 security changes */