DBA Data[Home] [Help]

APPS.PER_PERRPRPH_XMLP_PKG dependencies on PER_POS_STRUCTURE_ELEMENTS

Line 90: from per_pos_structure_elements pse

86: begin
87:
88: select nvl(count(*),0)
89: into v_count_child_pos
90: from per_pos_structure_elements pse
91: where pse.pos_structure_version_id = p_pos_structure_version_id
92: --and pse.parent_position_id = parent_position_id;
93: and pse.parent_position_id = arg_parent_position_id;
94: