DBA Data[Home] [Help]

APPS.PER_POS_STRUCTURE_VERSIONS_PKG dependencies on PER_SECURITY_PROFILES

Line 251: from per_security_profiles

247: select null
248: into l_dummy
249: from sys.dual
250: where exists(select null
251: from per_security_profiles
252: where business_group_id + 0 = X_Business_Group_Id
253: and position_structure_id = X_Position_Structure_Id);
254: --
255: hr_utility.set_message('801','PAY_7694_PER_NO_DEL_STRUCTURE');