DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_AD_OFR_RESP_STAT_PKG

Line 2897: IF NOT IGS_AD_OFR_RESP_STAT_PKG.Get_PK_For_Validation (

2893: IF (((old_references.adm_offer_resp_status = new_references.adm_offer_resp_status)) OR
2894: ((new_references.adm_offer_resp_status IS NULL))) THEN
2895: NULL;
2896: ELSE
2897: IF NOT IGS_AD_OFR_RESP_STAT_PKG.Get_PK_For_Validation (
2898: new_references.adm_offer_resp_status
2899: )THEN
2900: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');
2901: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_ADM_OFFER_RESP_STATUS'));