DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_OFRDFRMT_STAT_PKG

Line 2884: IF NOT IGS_AD_OFRDFRMT_STAT_PKG.Get_PK_For_Validation (

2880: IF (((old_references.adm_offer_dfrmnt_status = new_references.adm_offer_dfrmnt_status)) OR
2881: ((new_references.adm_offer_dfrmnt_status IS NULL))) THEN
2882: NULL;
2883: ELSE
2884: IF NOT IGS_AD_OFRDFRMT_STAT_PKG.Get_PK_For_Validation (
2885: new_references.adm_offer_dfrmnt_status
2886: )THEN
2887: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
2888: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_OFFER_DFRMNT_STATUS'));