DBA Data[Home] [Help]

APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_AD_LOCATION_PKG

Line 2008: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

2004: IF (((old_references.exam_location_cd = new_references.exam_location_cd)) OR
2005: ((new_references.exam_location_cd IS NULL))) THEN
2006: NULL;
2007: ELSE
2008: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
2009: new_references.exam_location_cd,
2010: 'N'
2011: ) THEN
2012: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');