DBA Data[Home] [Help]

APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on IGS_AD_LOCATION_PKG

Line 251: IF NOT(IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

247: IF (((old_references.location_cd = new_references.location_cd)) OR
248: ((new_references.location_cd is NULL))) THEN
249: NULL;
250: ELSE
251: IF NOT(IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
252: new_references.location_cd ,
253: 'N'
254: ))THEN
255: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');