DBA Data[Home] [Help]

APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_EN_GEN_010

Line 1357: IF IGS_EN_GEN_010.unit_effect_or_future_term(

1353:
1354: FOR v_sua_del_exists IN c_sua_del(v_sua_rec.uoo_id) LOOP
1355:
1356: -- Delete the unit attempt only if it is in the effective and future terms
1357: IF IGS_EN_GEN_010.unit_effect_or_future_term(
1358: p_person_id => p_person_id,
1359: p_dest_course_cd => p_dest_course_cd,
1360: p_uoo_id => v_sua_rec.uoo_id,
1361: p_term_cal_type => p_term_cal_type ,

Line 1437: IF IGS_EN_GEN_010.unit_effect_or_future_term(

1433:
1434: FOR v_sua_upd_exists IN c_sua_upd(v_sua_rec.uoo_id) LOOP
1435:
1436: -- Update the unit attempt only if it is in the effective and future terms
1437: IF IGS_EN_GEN_010.unit_effect_or_future_term(
1438: p_person_id => p_person_id,
1439: p_dest_course_cd => p_dest_course_cd,
1440: p_uoo_id => v_sua_rec.uoo_id,
1441: p_term_cal_type => p_term_cal_type ,