DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_PS_VAL_UOO

Line 32: -- smadathi 28-AUG-2001 Bug No. 1956374 .The call to igs_ps_val_uoo.genp_val_staff_prsn

28: -- ayedubat 30-JAN-2002 Changed the crsp_ins_unit_ver procedure to add the HESA functionality
29: -- as per the HESA Integration DLD ( Bug # 2201753)
30: -- ddey 01-FEB-2002 Added columns anon_unit_grading_ind and anon_assess_grading_ind in the calls
31: -- for the package IGS_PS_UNIT_OFR_OPT_PKG
32: -- smadathi 28-AUG-2001 Bug No. 1956374 .The call to igs_ps_val_uoo.genp_val_staff_prsn
33: -- is changed to igs_ad_val_acai.genp_val_staff_prsn
34: -- nalkumar 02-Jan-2002 Modified the crspl_ins_unit_assmnt_item procedure as per the
35: -- Calculation of Results Part-1 DLD. Bug# 2162831
36: -- ayedubat 14-Jan-2003 Removed the cursor, cur_uv_obj_exist which checks for the HESA Package existence

Line 3159: (igs_ps_val_uoo.crsp_val_loc_cd (

3155: FETCH c_latest_gs_version INTO v_latest_gs_version;
3156: CLOSE c_latest_gs_version;
3157:
3158: IF -- if location_cd is open or = 'CAMPUS', continue validation
3159: (igs_ps_val_uoo.crsp_val_loc_cd (
3160: v_uoo_rec.location_cd,
3161: p_message_name) = TRUE
3162: ) AND
3163: -- if IGS_AS_UNIT_CLASS is open, continue validation

Line 3164: (igs_ps_val_uoo.crsp_val_uoo_uc (

3160: v_uoo_rec.location_cd,
3161: p_message_name) = TRUE
3162: ) AND
3163: -- if IGS_AS_UNIT_CLASS is open, continue validation
3164: (igs_ps_val_uoo.crsp_val_uoo_uc (
3165: v_uoo_rec.unit_class,
3166: p_message_name) = TRUE
3167: ) AND
3168: -- if grading schema is in the current or future,