DBA Data[Home] [Help]

APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_EN_VAL_SCA

Line 447: IF Igs_En_Val_Sca.enrp_val_sca_lapse(

443: (old_references.lapsed_dt <> new_references.lapsed_dt)) THEN
444: -- Validate the lapsed date against the course attempt status and the
445: -- permitted dates.
446:
447: IF Igs_En_Val_Sca.enrp_val_sca_lapse(
448: new_references.course_attempt_status,
449: new_references.lapsed_dt,
450: v_message_name,
451: 'N') = FALSE THEN

Line 483: IF Igs_En_Val_Sca.enrp_val_trnsfr_acpt(

479: -- Validate confirming an admission course transfer
480: IF p_inserting OR
481: (p_updating AND
482: new_references.student_confirmed_ind <> old_references.student_confirmed_ind) THEN
483: IF Igs_En_Val_Sca.enrp_val_trnsfr_acpt(
484: neW_references.person_id,
485: new_references.course_cd,
486: new_references.student_confirmed_ind,
487: new_references.adm_admission_appl_number,

Line 505: IF Igs_En_Val_Sca.enrp_val_sca_discont(

501: (new_references.discontinued_dt IS NOT NULL AND
502: old_references.discontinued_dt IS NULL) OR
503: (new_references.discontinued_dt IS NOT NULL AND
504: old_references.discontinued_dt <>new_references.discontinued_dt))) THEN
505: IF Igs_En_Val_Sca.enrp_val_sca_discont(
506: new_references.person_id,
507: new_references.course_cd,
508: new_references.version_number,
509: new_references.course_attempt_status,

Line 529: IF Igs_En_Val_Sca.enrp_val_sca_dr(

525: (new_references.discontinuation_reason_cd IS NOT NULL AND
526: old_references.discontinuation_reason_cd IS NULL) OR
527: (new_references.discontinuation_reason_cd IS NOT NULL AND
528: old_references.discontinuation_reason_cd <> new_references.discontinuation_reason_cd))) THEN
529: IF Igs_En_Val_Sca.enrp_val_sca_dr(
530: new_references.person_id,
531: new_references.course_cd,
532: new_references.discontinuation_reason_cd,
533: new_references.discontinued_dt,

Line 801: -- removed call to procedure Igs_En_Val_Sca.enrp_val_sca_fc.

797: r_sca.course_cd := new_references.course_cd;
798:
799: -- a validation to check whether the fee category which is being updated is used for any fee assessment.
800: -- in case assessment record exists for this program attempt then the fee categoryu could not be changed
801: -- removed call to procedure Igs_En_Val_Sca.enrp_val_sca_fc.
802: -- this validation has been removed as a requirement for the fee calc build (bug# 1851586)
803:
804:
805: -- Update the offer response status/date