DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_OVERRIDE dependencies on IGS_EN_ELGB_OVR_STEP_PKG

Line 14: -- of IGS_EN_ELGB_OVR_STEP_PKG.

10: --Change History:
11: --Who When What
12: --amuthu 29-JAN-2003 As part of bug 2744715 change the message logging format for the
13: -- this job and also truncated the date being passed to the insert row
14: -- of IGS_EN_ELGB_OVR_STEP_PKG.
15: --svanukur 16-jun-2003 modified the UI and Validations associated with this job as part of
16: -- Validations ImpactCR , ENCR34, bug #2881385
17: --ptandon 02-Jul-2003 Modified the function enrp_chk_unit_over to allow unit level override
18: for multiple units/unit sections to a student in case of same unit

Line 113: -- | Igs_En_Elgb_Ovr_Step_Pkg.insert_row ( ** create override record for the step )

109: -- | Igs_En_Elgb_Ovr_Pkg.insert_row (** If not exists )
110: -- | Procedure ENRP_INS_STEP_OVER ( ** create override records for all steps passed )
111: -- | Procedure enrp_chk_pers_over/enrp_chk_prg_over/enrp_chk_unit_over ( ** based on the step type different call)
112: -- | Igs_En_Gen_015.validation_step_is_overridden ( ** whether step is overriden )
113: -- | Igs_En_Elgb_Ovr_Step_Pkg.insert_row ( ** create override record for the step )
114: --
115: --
116: --Known limitations/enhancements and/or remarks:
117: --

Line 823: Igs_En_Elgb_Ovr_Step_Pkg.insert_row(x_rowid => l_rowid,

819: FETCH cur_check_override INTO lr_cur_check_override;
820: BEGIN
821: IF cur_check_override%NOTFOUND THEN
822:
823: Igs_En_Elgb_Ovr_Step_Pkg.insert_row(x_rowid => l_rowid,
824: x_elgb_ovr_step_id => l_elgb_ovr_step_id,
825: x_elgb_override_id => p_elgb_override_id, -- from parameter of container procedure
826:
827: x_step_override_type => p_elgb_step,

Line 954: Igs_En_Elgb_Ovr_Step_Pkg.insert_row(x_rowid => l_rowid,

950: -- in upfront.
951:
952: l_rowid:=NULL;
953:
954: Igs_En_Elgb_Ovr_Step_Pkg.insert_row(x_rowid => l_rowid,
955: x_elgb_ovr_step_id => l_elgb_ovr_step_id,
956: x_elgb_override_id => p_elgb_override_id, -- from parameter of container procedure
957: x_step_override_type => p_elgb_step,
958: x_step_override_dt => TRUNC(SYSDATE),

Line 1131: Igs_En_Elgb_Ovr_Step_Pkg.insert_row(x_rowid => l_rowid,

1127: FETCH cur_check_override INTO lr_cur_check_override;
1128: BEGIN
1129: IF cur_check_override%NOTFOUND THEN
1130:
1131: Igs_En_Elgb_Ovr_Step_Pkg.insert_row(x_rowid => l_rowid,
1132: x_elgb_ovr_step_id => l_elgb_ovr_step_id,
1133: x_elgb_override_id => p_elgb_override_id, -- from parameter of container procedure
1134:
1135: x_step_override_type => p_elgb_step,