DBA Data[Home] [Help]

APPS.IGS_AD_OS_SEC_EDU_QF_PKG dependencies on IGS_PE_COUNTRY_CD_PKG

Line 110: IF NOT IGS_PE_COUNTRY_CD_PKG.Get_PK_For_Validation (

106: IF (((old_references.country_cd = new_references.country_cd)) OR
107: ((new_references.country_cd IS NULL))) THEN
108: NULL;
109: ELSE
110: IF NOT IGS_PE_COUNTRY_CD_PKG.Get_PK_For_Validation (
111: new_references.country_cd
112: ) THEN
113: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
114: IGS_GE_MSG_STACK.ADD;