DBA Data[Home] [Help]

APPS.IGS_AD_OS_SEC_EDU_PKG dependencies on IGS_PE_COUNTRY_CD_PKG

Line 184: IF NOT IGS_PE_COUNTRY_CD_PKG.Get_PK_For_Validation (

180: IF (((old_references.country_cd = new_references.country_cd)) OR
181: ((new_references.country_cd IS NULL))) THEN
182: NULL;
183: ELSE
184: IF NOT IGS_PE_COUNTRY_CD_PKG.Get_PK_For_Validation (
185: new_references.country_cd
186: ) THEN
187: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
188: IGS_GE_MSG_STACK.ADD;