DBA Data[Home] [Help]

APPS.IGS_AS_SU_SETATMPT_PKG dependencies on IGS_AS_VAL_SUAAP

Line 172: IF igs_as_val_suaap.genp_val_sdtt_sess('IGS_AS_SU_SETATMPT') THEN

168: -- trigger. If wishing to disable the triggers, use a different table name as
169: -- an identifier eg. 'STUDENT_UNIT_SET_ATTEMPT2'
170: -- IGS_GE_NOTE: Any alterations to susa triggers should be applied to module
171: -- enrp_val_susa.
172: IF igs_as_val_suaap.genp_val_sdtt_sess('IGS_AS_SU_SETATMPT') THEN
173: IF p_inserting THEN
174: -- Validate the the IGS_PS_UNIT set is able to be created.
175: -- against the student IGS_PS_COURSE attempt.
176: IF IGS_EN_VAL_SUSA.enrp_val_susa_sca(

Line 371: IF igs_as_val_suaap.genp_val_sdtt_sess('IGS_AS_SU_SETATMPT') THEN

367: v_delete BOOLEAN;
368: cst_error CONSTANT CHAR := 'E';
369: v_message_name VARCHAR2(30);
370: BEGIN
371: IF igs_as_val_suaap.genp_val_sdtt_sess('IGS_AS_SU_SETATMPT') THEN
372: IF p_inserting THEN
373: -- Validate the the unit set is able to be created
374: -- with the unit set status being valid and the
375: -- expiry date not set. If set then person must have

Line 580: IF igs_as_val_suaap.genp_val_sdtt_sess('IGS_AS_SU_SETATMPT') THEN

576: -- Warning: disabling has been done for IGS_EN_GEN_013.ENRP_UPD_SUSA_END_DT and
577: -- IGS_EN_GEN_013.ENRP_UPD_SUSA_SCI processing which occurs within the after statment
578: -- trigger. If wishing to disable the triggers, use a different table name as
579: -- an identifier eg. 'STUDENT_UNIT_SET_ATTEMPT2'
580: IF igs_as_val_suaap.genp_val_sdtt_sess('IGS_AS_SU_SETATMPT') THEN
581: -- Validate the the IGS_PS_UNIT set is able to be created
582: -- with the IGS_PS_UNIT set status being valid and the
583: -- expiry date not set. If set then IGS_PE_PERSON must have
584: -- previously selected it.