DBA Data[Home] [Help]

APPS.PER_PST_BUS dependencies on PER_SECURITY_PROFILES

Line 204: from per_security_profiles

200: ,p_argument_value => p_position_structure_id
201: );
202: select count(*)
203: into l_count
204: from per_security_profiles
205: where position_structure_id = p_position_structure_id;
206: if l_count >0 then
207: hr_utility.set_message('801','PAY_7694_PER_NO_DEL_STRUCTURE');
208: hr_utility.raise_error;