DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_AD_OU_STAT_PKG

Line 390: IF NOT IGS_AD_OU_STAT_PKG.Get_PK_For_Validation (

386: IF (((old_references.adm_outcome_status = new_references.adm_outcome_status)) OR
387: ((new_references.adm_outcome_status IS NULL))) THEN
388: NULL;
389: ELSE
390: IF NOT IGS_AD_OU_STAT_PKG.Get_PK_For_Validation (
391: new_references.adm_outcome_status
392: )THEN
393: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
394: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_OUTCOME_STATUS'));