DBA Data[Home] [Help]

APPS.IGS_GR_VENUE_PKG dependencies on IGS_AD_LOCATION_PKG

Line 150: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

146: IF (((old_references.exam_location_cd = new_references.exam_location_cd)) OR
147: ((new_references.exam_location_cd IS NULL))) THEN
148: NULL;
149: ELSE
150: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
151: new_references.exam_location_cd,
152: 'N'
153: ) THEN
154: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');