DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on PER_POS_STRUCTURE_ELEMENTS

Line 2198: from per_pos_structure_elements

2194: --
2195: cursor c_parent_position_id (p_position_id number)
2196: is
2197: select parent_position_id
2198: from per_pos_structure_elements
2199: where subordinate_position_id = p_position_id
2200: and pos_structure_version_id = p_pos_structure_version_id;
2201: --
2202: cursor c_manager_id (p_position_id number)