DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on PER_ALL_PEOPLE_F

Line 153: ,p_person_id IN per_all_people_f.person_id%type

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