DBA Data[Home] [Help]

APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_GEN_015

Line 72: ayedubat 07-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with

68: )
69: AS
70: /* HISTORY
71: WHO WHEN WHAT
72: ayedubat 07-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with
73: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the
74: given load calendar rather than current academic calendar for the bug fix:2381603
75: */
76:

Line 2777: IF igs_en_gen_015.eval_core_unit_drop

2773: IF l_core_indicator_code = 'CORE' THEN
2774: -- If the unit attempt being dropped is Core check whether user can
2775: -- drop/discontinue core unit attempt. If Yes then only proceed
2776: -- otherwise log an error and return from the procedure.
2777: IF igs_en_gen_015.eval_core_unit_drop
2778: (
2779: p_person_id,
2780: p_program_cd,
2781: p_uoo_id,

Line 4262: NOT Igs_En_Gen_015.validation_step_is_overridden (

4258: -- Check whether Special Permission step has setup and not been overridden.
4259:
4260: -- Check whether Audit Permission step has setup and not been overridden.
4261: IF l_notification_flag ='DENY' AND
4262: NOT Igs_En_Gen_015.validation_step_is_overridden (
4263: 'AUDIT_PERM',
4264: p_load_cal_type,
4265: p_load_sequence_number ,
4266: p_person_id ,