DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on PER_ALL_PEOPLE_F

Line 150: ,p_person_id IN per_all_people_f.person_id%type

146: ,p_effective_date IN date)
147: RETURN NUMBER;
148: --
149: FUNCTION get_open_pay_range (p_position_id IN hr_all_positions_f.position_id%TYPE
150: ,p_person_id IN per_all_people_f.person_id%type
151: ,p_prd IN ghr_pa_requests.pay_rate_determinant%type
152: ,p_pa_request_id IN ghr_pa_requests.pa_request_id%type
153: ,p_effective_date IN date)
154: