DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on HR_POSITIONS_X

Line 1786: from hr_positions_x

1782: p_position_id number) return varchar2 is
1783: --
1784: cursor csr_position is
1785: select name
1786: from hr_positions_x
1787: where position_id = p_position_id;
1788: --
1789: v_position_current_name hr_positions_x.name%TYPE := null;
1790: --

Line 1789: v_position_current_name hr_positions_x.name%TYPE := null;

1785: select name
1786: from hr_positions_x
1787: where position_id = p_position_id;
1788: --
1789: v_position_current_name hr_positions_x.name%TYPE := null;
1790: --
1791: begin
1792: --
1793: -- Only open the cursor if the parameter is going to retrieve anything