DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_CNDNL_OFRSTAT_PKG

Line 3145: IF NOT IGS_AD_CNDNL_OFRSTAT_PKG.Get_PK_For_Validation (

3141: IF (((old_references.adm_cndtnl_offer_status = new_references.adm_cndtnl_offer_status)) OR
3142: ((new_references.adm_cndtnl_offer_status IS NULL))) THEN
3143: NULL;
3144: ELSE
3145: IF NOT IGS_AD_CNDNL_OFRSTAT_PKG.Get_PK_For_Validation (
3146: new_references.adm_cndtnl_offer_status
3147: )THEN
3148: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
3149: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_COND_OFR_STATUS'));