DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_APPL_STAT_PKG

Line 3278: IF NOT IGS_AD_APPL_STAT_PKG.Get_PK_For_Validation (

3274: IF (((old_references.appl_inst_status = new_references.appl_inst_status)) OR --arvsrini igsm
3275: ((new_references.appl_inst_status IS NULL))) THEN
3276: NULL;
3277: ELSE
3278: IF NOT IGS_AD_APPL_STAT_PKG.Get_PK_For_Validation (
3279: new_references.appl_inst_status ,'N'
3280: )THEN
3281: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
3282: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_APPL_INST_STAT'));