DBA Data[Home] [Help]

APPS.PQH_FR_UTILITY dependencies on HR_POSITIONS_F

Line 1951: FROM hr_positions_f

1947: RETURN VARCHAR2 IS
1948: --Cursor to get the Corp id for the current Position
1949: Cursor csr_pos_corp is
1950: SELECT information10 corps_id
1951: FROM hr_positions_f
1952: WHERE p_effective_date between effective_start_date and effective_end_date
1953: AND position_id = p_pos_id;
1954:
1955: --Cursor to get the Corp id for the Career Definition for the person