DBA Data[Home] [Help]

APPS.HR_ORU_INS dependencies on FND_PROFILE

Line 465: l_security_profile_id := fnd_profile.value('PER_SECURITY_PROFILE_ID');

461: ,p_rec
462: );
463: --
464: -- Fix 3565334
465: l_security_profile_id := fnd_profile.value('PER_SECURITY_PROFILE_ID');
466: open csr_sec_profile( l_security_profile_id );
467: fetch csr_sec_profile into l_view_all_orgs;
468: close csr_sec_profile;
469: if l_view_all_orgs = 'N' then