DBA Data[Home] [Help]

APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_GEN_010

Line 377: svanukur 29-APR-03 Passing uoo_id to IGS_EN_GEN_010.ENRP_INS_SUAO_DISCON as part of MUS build # 2829262

373: ayedubat 19-APR-2002 Changed the message names in the app_exception call from 'IGS_GE_RECORD_ALREADY_EXISTS'
374: to 'IGS_EN_SUA_NOTENR_RECENR_WIN' while validating the record cutoff date and in the remaining
375: places to the message returned by the calling function as part of the bug fix:2332137
376: Sudhir 23-MAY-2002 To show token for the new message in calling the procedure IGS_EN_VAL_SUA.enrp_val_discont_aus
377: svanukur 29-APR-03 Passing uoo_id to IGS_EN_GEN_010.ENRP_INS_SUAO_DISCON as part of MUS build # 2829262
378: myoganat 21-MAY-03 Set override enrolled and override achievable CP to zero for a unit section attempt that is being audited and
379: when the record is an audit attempt record the procedure IGS_EN_VAL_SUA.ENRP_VAL_SUA_OVRD_CP will not get called.
380: - as part of the build ENCR032 - Audit Attempt Credit Points. Bug #2855870
381: kkillams 25-07-2003 New cursor c_unit_opt added to lock the unit oferring option table for a uoo_id, to avoid duplicate

Line 908: IF IGS_EN_GEN_010.ENRP_INS_SUAO_DISCON(

904: old_references.uoo_id);
905: END IF;
906: -- Insert student unit attempt outcome
907: IF new_references.discontinued_dt IS NOT NULL THEN
908: IF IGS_EN_GEN_010.ENRP_INS_SUAO_DISCON(
909: new_references.person_id,
910: new_references.course_cd,
911: new_references.unit_cd,
912: new_references.cal_type,

Line 946: IF IGS_EN_GEN_010.ENRP_INS_SUAO_DISCON(

942: old_references.uoo_id);
943: END IF;
944: -- Insert student unit attempt outcome
945: IF new_references.discontinued_dt IS NOT NULL THEN
946: IF IGS_EN_GEN_010.ENRP_INS_SUAO_DISCON(
947: new_references.person_id,
948: new_references.course_cd,
949: new_references.unit_cd,
950: new_references.cal_type,

Line 1438: IGS_EN_GEN_010.ENRP_INS_SUA_HIST( old_references.person_id,

1434: p_deleting IN BOOLEAN
1435: ) AS
1436: BEGIN
1437: -- create a history
1438: IGS_EN_GEN_010.ENRP_INS_SUA_HIST( old_references.person_id,
1439: old_references.course_cd,
1440: old_references.unit_cd,
1441: old_references.cal_type,
1442: old_references.ci_sequence_number,