DBA Data[Home] [Help]

APPS.GHR_PA_REQUESTS_PKG dependencies on PER_POSITIONS

Line 2023: ,p_position_id IN per_positions.position_id%type

2019: return(l_name);
2020: END get_full_name_fml;
2021:
2022: FUNCTION get_upd34_pay_basis (p_person_id IN per_people_f.person_id%TYPE
2023: ,p_position_id IN per_positions.position_id%type
2024: ,p_prd IN ghr_pa_requests.pay_rate_determinant%TYPE
2025: ,p_noa_code IN varchar2 DEFAULT NULL
2026: ,p_pa_request_id IN NUMBER DEFAULT NULL
2027: ,p_effective_date IN DATE)