DBA Data[Home] [Help]

APPS.IGS_GR_GEN_002 dependencies on IGS_GR_PRC_GAC

Line 1148: IF IGS_GR_PRC_GAC.grdp_prc_awc_close(

1144: -- IGS_GR_CRMN_ROUND and loop through them.
1145: FOR v_awc_rec IN c_awc LOOP
1146: -- 2.2 Call GENP_PRC_AWC_CLOSE to process the graduands for the
1147: -- IGS_GR_AWD_CEREMONY record and then delete it.
1148: IF IGS_GR_PRC_GAC.grdp_prc_awc_close(
1149: p_grd_cal_type,
1150: p_grd_ci_sequence_number,
1151: v_awc_rec.ceremony_number,
1152: v_awc_rec.award_course_cd,

Line 1167: IF IGS_GR_PRC_GAC.grdp_prc_acusg_close(

1163: -- IGS_GR_CRMN_ROUND and loop through them.
1164: FOR v_acusg_rec IN c_acusg LOOP
1165: -- 3.2 Call GENP_PRC_ACUSG_CLOSE to process the graduands for the
1166: -- IGS_GR_AWD_CRM_US_GP record and then delete it.
1167: IF IGS_GR_PRC_GAC.grdp_prc_acusg_close(
1168: p_grd_cal_type,
1169: p_grd_ci_sequence_number,
1170: v_acusg_rec.ceremony_number,
1171: v_acusg_rec.award_course_cd,

Line 1260: IF IGS_GR_PRC_GAC.grdp_ins_gac(

1256: END IF;
1257: -- 4.3 Call GENP_PRC_GAC_CRMNY for each IGS_GR_GRADUAND record found which will
1258: -- create a IGS_GR_AWD_CRMN record allocating it to an appropriate
1259: -- ceremony if one is available.
1260: IF IGS_GR_PRC_GAC.grdp_ins_gac(
1261: v_gr_rec.person_id,
1262: v_gr_rec.create_dt ,
1263: v_gr_rec.grd_cal_type,
1264: v_gr_rec.grd_ci_sequence_number,