DBA Data[Home] [Help]

APPS.IGS_AD_AUS_SEC_EDU_PKG dependencies on IGS_AD_AUSE_ED_AS_TY_PKG

Line 235: IF NOT IGS_AD_AUSE_ED_AS_TY_PKG.Get_PK_For_Validation (

231: IF (((old_references.aus_scndry_edu_ass_type = new_references.aus_scndry_edu_ass_type)) OR
232: ((new_references.aus_scndry_edu_ass_type IS NULL))) THEN
233: NULL;
234: ELSE
235: IF NOT IGS_AD_AUSE_ED_AS_TY_PKG.Get_PK_For_Validation (
236: new_references.aus_scndry_edu_ass_type,
237: 'N'
238: ) THEN
239: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');