DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_AD_VAL_ACAI

Line 33: -- is changed to igs_ad_val_acai.genp_val_staff_prsn

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
37: -- Also removed the execute immediate and calling the package directly for bug, 3305858

Line 3176: IF igs_ad_val_acai.genp_val_staff_prsn(v_uoo_rec.unit_contact,

3172: v_latest_gs_version,
3173: p_message_name) = TRUE) THEN
3174:
3175: -- Validate IGS_PS_UNIT contact is a staff member
3176: IF igs_ad_val_acai.genp_val_staff_prsn(v_uoo_rec.unit_contact,
3177: v_message_name) = TRUE THEN
3178: v_unit_contact := v_uoo_rec.unit_contact;
3179: ELSE
3180: v_unit_contact := NULL;