DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on PER_POS_STRUCTURE_ELEMENTS

Line 2225: from per_pos_structure_elements

2221: --
2222: cursor c_parent_position_id (p_position_id number)
2223: is
2224: select parent_position_id
2225: from per_pos_structure_elements
2226: where subordinate_position_id = p_position_id
2227: and pos_structure_version_id = p_pos_structure_version_id;
2228: --
2229: cursor c_manager_id (p_position_id number)