DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on HR_POSITIONS_F

Line 54: p_org_id IN hr_positions_f.organization_id%TYPE,

50: RETURN DATE;
51:
52: --
53: FUNCTION perf_certified(p_agency_code IN ghr_pa_requests.from_Agency_code%TYPE,
54: p_org_id IN hr_positions_f.organization_id%TYPE,
55: p_pay_plan IN ghr_pa_Requests.from_pay_plan%TYPE,
56: p_effective_date IN ghr_pa_Requests.effective_date%TYPE)
57: RETURN BOOLEAN;
58: