DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_OU_STAT_PKG

Line 2910: IF NOT IGS_AD_OU_STAT_PKG.Get_PK_For_Validation (

2906: IF (((old_references.adm_outcome_status = new_references.adm_outcome_status)) OR
2907: ((new_references.adm_outcome_status IS NULL))) THEN
2908: NULL;
2909: ELSE
2910: IF NOT IGS_AD_OU_STAT_PKG.Get_PK_For_Validation (
2911: new_references.adm_outcome_status
2912: )THEN
2913: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
2914: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_OUTCOME_STATUS'));