DBA Data[Home] [Help]

APPS.PER_PST_BUS dependencies on PER_POS_STRUCTURE_VERSIONS

Line 171: from PER_POS_STRUCTURE_VERSIONS

167: ,p_argument_value => p_position_structure_id
168: );
169: select count(*)
170: into l_count
171: from PER_POS_STRUCTURE_VERSIONS
172: where POSITION_STRUCTURE_ID = p_position_Structure_Id;
173: if l_count >0 then
174: hr_utility.set_message('801','HR_6084_PO_POS_HAS_HIER_VER');
175: hr_utility.raise_error;