DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_EN_ENROLMENT_CAT_PKG

Line 2990: IF NOT IGS_EN_ENROLMENT_CAT_PKG.Get_PK_For_Validation (

2986: IF (((old_references.enrolment_cat = new_references.enrolment_cat)) OR
2987: ((new_references.enrolment_cat IS NULL))) THEN
2988: NULL;
2989: ELSE
2990: IF NOT IGS_EN_ENROLMENT_CAT_PKG.Get_PK_For_Validation (
2991: new_references.enrolment_cat
2992: )THEN
2993: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
2994: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ENROLMENT_CAT'));