DBA Data[Home] [Help]

APPS.GHR_PDC_API dependencies on GHR_POSITION_DESCRIPTIONS

Line 40: * GHR_POSITION_DESCRIPTIONS.POSITION_DESCRIPTION_ID}

36: * @param p_pd_classification_id If p_validate is false, then this uniquely
37: * identifies the Position Description Classification created. If p_validate is
38: * true, then set to null.
39: * @param p_position_description_id {@rep:casecolumn
40: * GHR_POSITION_DESCRIPTIONS.POSITION_DESCRIPTION_ID}
41: * @param p_class_grade_by Class grade by. Valid values are defined by
42: * 'GHR_US_CLASS_GRADE_BY' lookup type.
43: * @param p_official_title Official Title
44: * @param p_pay_plan Pay Plan. Valid values are defined in the table

Line 102: * GHR_POSITION_DESCRIPTIONS.POSITION_DESCRIPTION_ID}

98: * database is modified.
99: * @param p_pd_classification_id Identifies the Position Description
100: * Classification record to modify
101: * @param p_position_description_id {@rep:casecolumn
102: * GHR_POSITION_DESCRIPTIONS.POSITION_DESCRIPTION_ID}
103: * @param p_class_grade_by Class grade by. Valid values are defined by
104: * 'GHR_US_CLASS_GRADE_BY' lookup type.
105: * @param p_official_title Official Title
106: * @param p_pay_plan Pay Plan. Valid values are defined in the table

Line 131: p_position_description_id IN ghr_position_descriptions.position_description_id%TYPE,

127: PROCEDURE update_pdc
128: (
129: p_validate IN BOOLEAN default false,
130: p_pd_classification_id IN ghr_pd_classifications.pd_classification_id%TYPE,
131: p_position_description_id IN ghr_position_descriptions.position_description_id%TYPE,
132: p_class_grade_by IN ghr_pd_classifications.class_grade_by%TYPE,
133: p_official_title IN ghr_pd_classifications.official_title%TYPE,
134: p_pay_plan IN ghr_pd_classifications.pay_plan%TYPE,
135: p_occupational_code IN ghr_pd_classifications.occupational_code%TYPE,