DBA Data[Home] [Help]

APPS.PER_ORG_STRUCTURES_PKG dependencies on FND_PROFILE

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

48: psp.security_profile_id
49: into p_view_all_orgs,
50: p_security_profile_id
51: from per_security_profiles psp
52: where psp.security_profile_id = fnd_profile.value('PER_SECURITY_PROFILE_ID')
53: and ( psp.business_group_id + 0 = p_business_group_id
54: or psp.business_group_id is null);
55: exception
56: when no_data_found then