DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_AD_OFR_RESP_STAT_PKG

Line 376: IF NOT IGS_AD_OFR_RESP_STAT_PKG.Get_PK_For_Validation (

372: IF (((old_references.adm_offer_resp_status = new_references.adm_offer_resp_status)) OR
373: ((new_references.adm_offer_resp_status IS NULL))) THEN
374: NULL;
375: ELSE
376: IF NOT IGS_AD_OFR_RESP_STAT_PKG.Get_PK_For_Validation (
377: new_references.adm_offer_resp_status
378: )THEN
379: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
380: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_OFFER_RESP_STATUS'));