DBA Data[Home] [Help]

APPS.IGS_AD_APPL_PKG dependencies on IGS_AD_FEE_STAT_PKG

Line 527: IF NOT IGS_AD_FEE_STAT_PKG.Get_PK_For_Validation (

523: IF (((old_references.adm_fee_status = new_references.adm_fee_status)) OR
524: ((new_references.adm_fee_status IS NULL))) THEN
525: NULL;
526: ELSE
527: IF NOT IGS_AD_FEE_STAT_PKG.Get_PK_For_Validation (
528: new_references.adm_fee_status , 'N'
529: )THEN
530: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
531: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_FEE_STATUS'));