DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_AD_LOCATION

Line 230: -- may include a change to version_number, calendar type, IGS_AD_LOCATION

226:
227: BEGIN -- enrp_prc_sca_blk_trn
228: -- The process transfers already enrolled (or unconfirmed) students
229: -- between offering options within their selected course code. This
230: -- may include a change to version_number, calendar type, IGS_AD_LOCATION
231: -- code, attendance mode, attendance type or a combination thereof.
232: -- This is typically used as the result of the shutting of a version,
233: -- or the altering of the course offerings of the IGS_OR_INSTITUTION. eg. a
234: -- course which due to lack of numbers is no longer offered at a

Line 608: -- academic calendar instance have breached cross IGS_AD_LOCATION or cross mode

604: IF v_exit_proc THEN
605: RETURN;
606: END IF;
607: -- Validate whether any of the students IGS_PS_UNIT attempts for the nominated
608: -- academic calendar instance have breached cross IGS_AD_LOCATION or cross mode
609: -- rules.
610: IF p_course_attempt_status = 'ENROLLED' AND
611: NOT IGS_EN_VAL_SCA.enrp_val_sua_coo(
612: p_person_id,

Line 2702: -- This may include a change to version_number, IGS_AD_LOCATION code, IGS_PS_UNIT class

2698: --Purpose:
2699: -- enrp_prc_sua_blk_trn
2700: -- The process transfers already enrolled (or unconfirmed) students
2701: -- between IGS_PS_UNIT offering options within an already selected IGS_PS_UNIT attempt.
2702: -- This may include a change to version_number, IGS_AD_LOCATION code, IGS_PS_UNIT class
2703: -- or a combination thereof.
2704: -- This is typically used as the result of the shutting of a version, or
2705: -- the altering of the IGS_PS_UNIT offerings of the IGS_OR_INSTITUTION. eg. a IGS_PS_UNIT which
2706: -- due to lack of numbers is no longer offered at a campus ? all of the

Line 2930: p_location_cd IGS_AD_LOCATION.location_cd%TYPE,

2926: p_version_number IGS_PS_UNIT_VER.version_number%TYPE, --program version
2927: p_u_version_number IGS_PS_UNIT_VER.version_number%TYPE, --unit version
2928: p_from_uoo_id IGS_EN_SU_ATTEMPT.UOO_ID%TYPE,
2929: p_teach_end_dt IGS_CA_INST.end_dt%TYPE,
2930: p_location_cd IGS_AD_LOCATION.location_cd%TYPE,
2931: p_unit_class IGS_AS_UNIT_CLASS.unit_class%TYPE,
2932: p_unit_attempt_status IGS_EN_SU_ATTEMPT.unit_attempt_status%TYPE,
2933: p_enrolled_dt IGS_EN_SU_ATTEMPT.enrolled_dt%TYPE,
2934: p_to_uv_version_number IGS_PS_UNIT_VER.version_number%TYPE,

Line 2935: p_to_location_cd IGS_AD_LOCATION.location_cd%TYPE,

2931: p_unit_class IGS_AS_UNIT_CLASS.unit_class%TYPE,
2932: p_unit_attempt_status IGS_EN_SU_ATTEMPT.unit_attempt_status%TYPE,
2933: p_enrolled_dt IGS_EN_SU_ATTEMPT.enrolled_dt%TYPE,
2934: p_to_uv_version_number IGS_PS_UNIT_VER.version_number%TYPE,
2935: p_to_location_cd IGS_AD_LOCATION.location_cd%TYPE,
2936: p_to_unit_class IGS_AS_UNIT_CLASS.unit_class%TYPE,
2937: p_sua_error_count IN OUT NOCOPY NUMBER,
2938: p_sua_warn_count IN OUT NOCOPY NUMBER,
2939: p_sua_trnsfr_count IN OUT NOCOPY NUMBER,