DBA Data[Home] [Help]

APPS.WMS_CROSSDOCK_CRITERIA_PKG dependencies on APP_EXCEPTION

Line 179: app_exception.raise_exception;

175: fetch c into recinfo;
176: if (c%notfound) then
177: close c;
178: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
179: app_exception.raise_exception;
180: end if;
181: close c;
182: if ( (recinfo.CRITERION_TYPE = X_CRITERION_TYPE)
183: AND (recinfo.WINDOW_INTERVAL = X_WINDOW_INTERVAL)

Line 208: app_exception.raise_exception;

204: ) then
205: null;
206: else
207: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
208: app_exception.raise_exception;
209: end if;
210:
211: for tlinfo in c1 loop
212: if (tlinfo.BASELANG = 'Y') then

Line 220: app_exception.raise_exception;

216: ) then
217: null;
218: else
219: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
220: app_exception.raise_exception;
221: end if;
222: end if;
223: end loop;
224: return;