DBA Data[Home] [Help]

APPS.PER_ORS_BUS dependencies on PER_SECURITY_PROFILES

Line 196: from per_security_profiles

192: ,p_argument_value => p_organization_structure_id
193: );
194: select count(*)
195: into l_count
196: from per_security_profiles
197: where organization_structure_id = p_organization_structure_id;
198: if l_count >0 then
199: hr_utility.set_message('801','PAY_7694_PER_NO_DEL_STRUCTURE');
200: hr_utility.raise_error;