DBA Data[Home] [Help]

APPS.AHL_PART_CHANGES_PKG dependencies on APP_EXCEPTION

Line 227: app_exception.raise_exception;

223: fetch c into recinfo;
224: if (c%notfound) then
225: close c;
226: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
227: app_exception.raise_exception;
228: end if;
229: close c;
230: if ( ((recinfo.UNIT_CONFIG_HEADER_ID = X_UNIT_CONFIG_HEADER_ID)
231: OR ((recinfo.UNIT_CONFIG_HEADER_ID is null) AND (X_UNIT_CONFIG_HEADER_ID is null)))

Line 299: app_exception.raise_exception;

295: ) then
296: null;
297: else
298: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
299: app_exception.raise_exception;
300: end if;
301:
302: return;
303: end LOCK_ROW;