DBA Data[Home] [Help]

APPS.IGS_GR_GRD_LGCY_PUB dependencies on IGS_GR_CRMN_ROUND_PKG

Line 666: --Foreign key validation with the table IGS_GR_CRMN_ROUND_PKG column grd_cal_type and grd_ci_sequence_number

662: l_return_value := 'E';--Continue
663: END IF;
664: -- End of Foreign key validation with the table IGS_PS_AWARD_PKG Columns award_course_cd, award_crs_version_number and Award_Cd
665:
666: --Foreign key validation with the table IGS_GR_CRMN_ROUND_PKG column grd_cal_type and grd_ci_sequence_number
667: IF NOT IGS_GR_CRMN_ROUND_PKG.Get_PK_For_Validation(
668: X_GRD_CAL_TYPE => p_cal_type ,
669: X_GRD_CI_SEQUENCE_NUMBER => p_sequence_number
670: )

Line 667: IF NOT IGS_GR_CRMN_ROUND_PKG.Get_PK_For_Validation(

663: END IF;
664: -- End of Foreign key validation with the table IGS_PS_AWARD_PKG Columns award_course_cd, award_crs_version_number and Award_Cd
665:
666: --Foreign key validation with the table IGS_GR_CRMN_ROUND_PKG column grd_cal_type and grd_ci_sequence_number
667: IF NOT IGS_GR_CRMN_ROUND_PKG.Get_PK_For_Validation(
668: X_GRD_CAL_TYPE => p_cal_type ,
669: X_GRD_CI_SEQUENCE_NUMBER => p_sequence_number
670: )
671: THEN

Line 676: --End of Foreign key validation with the table IGS_GR_CRMN_ROUND_PKG column grd_cal_type and grd_ci_sequence_number

672: FND_MESSAGE.SET_NAME ('IGS', 'IGS_GR_CRMRND_FK_NOT_EXISTS');
673: FND_MSG_PUB.ADD;
674: l_return_value := 'E';--Continue
675: END IF;
676: --End of Foreign key validation with the table IGS_GR_CRMN_ROUND_PKG column grd_cal_type and grd_ci_sequence_number
677:
678: --7Foreign key validation with the table IGS_GR_APRV_STAT_PKG column graduand_appr_status
679: IF NOT IGS_GR_APRV_STAT_PKG.Get_PK_For_Validation(X_GRADUAND_APPR_STATUS => p_lgcy_grd_rec.GRADUAND_APPR_STATUS)
680: THEN