DBA Data[Home] [Help]

APPS.WMS_OBJECTS_PKG dependencies on APP_EXCEPTION

Line 194: app_exception.raise_exception;

190: fetch c into recinfo;
191: if (c%notfound) then
192: close c;
193: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
194: app_exception.raise_exception;
195: end if;
196: close c;
197: if ( ((recinfo.STRAT_ASGMT_DB_OBJECT_ID = X_STRAT_ASGMT_DB_OBJECT_ID)
198: OR ((recinfo.STRAT_ASGMT_DB_OBJECT_ID is null) AND (X_STRAT_ASGMT_DB_OBJECT_ID is null)))

Line 238: app_exception.raise_exception;

234: ) then
235: null;
236: else
237: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
238: app_exception.raise_exception;
239: end if;
240:
241: for tlinfo in c1 loop
242: if (tlinfo.BASELANG = 'Y') then

Line 250: app_exception.raise_exception;

246: ) then
247: null;
248: else
249: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
250: app_exception.raise_exception;
251: end if;
252: end if;
253: end loop;
254: return;