DBA Data[Home] [Help]

APPS.IGS_EN_TRANSFER_APIS dependencies on IGS_EN_VAL_SCT

Line 1519: IF IGS_EN_VAL_SCT.enrp_val_sua_acad (p_person_id,

1515: FETCH c_sca_detls INTO l_new_cal_type;
1516: CLOSE c_sca_detls;
1517:
1518: IF l_old_cal_type <> l_new_cal_type THEN
1519: IF IGS_EN_VAL_SCT.enrp_val_sua_acad (p_person_id,
1520: p_source_program_cd,
1521: p_uoo_id,
1522: l_new_cal_type,
1523: p_message_name) = FALSE THEN

Line 1714: l_enrp_sua_trans_status := IGS_EN_VAL_SCT.enrp_val_sua_trnsfr(p_person_id,

1710: END IF;
1711:
1712: ELSE
1713:
1714: l_enrp_sua_trans_status := IGS_EN_VAL_SCT.enrp_val_sua_trnsfr(p_person_id,
1715: p_source_program_cd,
1716: l_unit_dtls_rec.unit_cd ,
1717: l_unit_dtls_rec.cal_type,
1718: l_unit_dtls_rec.ci_sequence_number,

Line 1742: -- if IGS_EN_VAL_SCT.enrp_val_sua_trnsfr validation passed then proceed

1738: END IF;-- end of NOT l_error_occured IF THEN
1739: FND_MESSAGE.SET_NAME( 'IGS' , l_message_name);
1740: FND_MSG_PUB.ADD;
1741:
1742: -- if IGS_EN_VAL_SCT.enrp_val_sua_trnsfr validation passed then proceed
1743: ELSE
1744: -- for completed and discontinued unit attempts perform the 2 validations
1745: IF l_unit_dtls_rec.unit_attempt_status IN ('COMPLETED','DISCONTIN') THEN
1746: -- if unit attempt is failed then show a warning to the user and proceed