DBA Data[Home] [Help]

APPS.GHR_SF52_VALIDN_PKG dependencies on GHR_UPD_HR_VALIDATION

Line 144: ghr_upd_hr_validation.form_item_name := 'PAR.EFFECTIVE_DATE';

140:
141: -- Check that an effective_date is entered
142: If p_pa_request_rec.effective_date is null then
143: hr_utility.set_message(8301,'GHR_38185_EFF_DATE_REQUIRED');
144: ghr_upd_hr_validation.form_item_name := 'PAR.EFFECTIVE_DATE';
145: hr_utility.raise_error;
146: End if;
147:
148:

Line 163: ghr_upd_hr_validation.form_item_name := 'PAR.EMPLOYEE_LAST_NAME';

159: If p_pa_request_rec.noa_family_code = 'APP' and l_person_type = 'EX_EMP' then
160: Null;
161: Else
162: hr_utility.set_message(8301,'GHR_38146_ASSIGNMENT_ID_NULL');
163: ghr_upd_hr_validation.form_item_name := 'PAR.EMPLOYEE_LAST_NAME';
164: hr_utility.raise_error;
165: End if;
166: End if;
167: End if;