DBA Data[Home] [Help]

APPS.PER_POSITION_STRUCTURES_PKG dependencies on FND_PROFILE

Line 51: where psp.security_profile_id = fnd_profile.value('PER_SECURITY_PROFILE_ID')

47: into p_view_all_poss
48: , p_security_profile_id
49: from per_security_profiles psp
50: -- where psp.security_profile_id = hr_security.get_security_profile
51: where psp.security_profile_id = fnd_profile.value('PER_SECURITY_PROFILE_ID')
52: and (psp.business_group_id + 0 = p_Business_group_id
53: or psp.business_group_id is null);
54:
55: --