DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_AD_CNDNL_OFRSTAT_PKG

Line 604: IF NOT IGS_AD_CNDNL_OFRSTAT_PKG.Get_PK_For_Validation (

600: IF (((old_references.adm_cndtnl_offer_status = new_references.adm_cndtnl_offer_status)) OR
601: ((new_references.adm_cndtnl_offer_status IS NULL))) THEN
602: NULL;
603: ELSE
604: IF NOT IGS_AD_CNDNL_OFRSTAT_PKG.Get_PK_For_Validation (
605: new_references.adm_cndtnl_offer_status
606: )THEN
607: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
608: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_COND_OFR_STATUS'));