DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_REL_PKG dependencies on IGS_AD_LOCATION_PKG

Line 175: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

171: IF (((old_references.location_cd = new_references.location_cd)) OR
172: ((new_references.location_cd IS NULL))) THEN
173: NULL;
174: ELSE
175: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
176: new_references.location_cd,
177: 'N'
178: ) THEN
179: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');

Line 189: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

185: IF (((old_references.sub_location_cd = new_references.sub_location_cd)) OR
186: ((new_references.sub_location_cd IS NULL))) THEN
187: NULL;
188: ELSE
189: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
190: new_references.sub_location_cd,
191: 'N'
192: ) THEN
193: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');