DBA Data[Home] [Help]

APPS.HR_POSITION_API dependencies on DUAL

Line 122: from dual

118: return boolean is
119: --
120: cursor c_per_pos_def_used(p_position_definition_id number) is
121: SELECT 'x'
122: from dual
123: where exists (
124: select null
125: from hr_all_positions_f
126: where position_definition_id = p_position_definition_id)