[Home] [Help]
351:
352: --Evaluate the Min CP step if setup. Pass the eftsu calculated in step 2. If Min CP fails set the warning message depending on whether the step is deny or warn. If step is deny, then return.
353: l_message := NULL;
354: IF p_deny_warn_min_cp IS NOT NULL AND
355: NOT igs_en_elgbl_program.eval_min_cp(
356: p_person_id => p_person_id,
357: p_load_calendar_type => p_load_cal_type,
358: p_load_cal_sequence_number => p_load_sequence_number,
359: p_uoo_id => l_uoo_id,
404:
405: -- If the Attendance Type validation step has been setup, evaluate the same.
406: l_message := NULL;
407: IF p_deny_warn_att_type IS NOT NULL AND
408: NOT igs_en_elgbl_program.eval_unit_forced_type(
409: p_person_id => p_person_id,
410: p_load_calendar_type => p_load_cal_type,
411: p_load_cal_sequence_number => p_load_sequence_number,
412: p_uoo_id => l_uoo_id ,