DBA Data[Home] [Help]

APPS.HR_WPM_UTIL dependencies on PER_PERF_MGMT_PLANS

Line 4: FUNCTION is_appraisal_started (p_plan_id IN per_perf_mgmt_plans.plan_id%TYPE)

1: PACKAGE HR_WPM_UTIL AS
2: /* $Header: hrwpmutl.pkh 120.1 2008/01/17 11:44:29 arumukhe ship $*/
3:
4: FUNCTION is_appraisal_started (p_plan_id IN per_perf_mgmt_plans.plan_id%TYPE)
5: RETURN varchar2;
6:
7: FUNCTION is_los_enabled (p_obj_id IN per_objectives.objective_id%TYPE, p_align_id IN per_objectives.aligned_with_objective_id%TYPE)
8: RETURN varchar2;