DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on PER_ALL_PEOPLE_F

Line 23: ,p_person_id IN per_all_people_f.person_id%type

19:
20: --
21:
22: FUNCTION get_open_pay_range (p_position_id IN hr_all_positions_f.position_id%TYPE
23: ,p_person_id IN per_all_people_f.person_id%type
24: ,p_prd IN ghr_pa_requests.pay_rate_determinant%type
25: ,p_pa_request_id IN ghr_pa_requests.pa_request_id%type
26: ,p_effective_date IN date)
27: RETURN BOOLEAN IS