DBA Data[Home] [Help]

APPS.IGS_AD_TER_EDU_PKG dependencies on IGS_PE_COUNTRY_CD_PKG

Line 376: IF NOT IGS_PE_COUNTRY_CD_PKG.Get_PK_For_Validation (

372: IF (((old_references.country_cd = new_references.country_cd)) OR
373: ((new_references.country_cd IS NULL))) THEN
374: NULL;
375: ELSE
376: IF NOT IGS_PE_COUNTRY_CD_PKG.Get_PK_For_Validation (
377: new_references.country_cd
378: ) THEN
379: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
380: IGS_GE_MSG_STACK.ADD;