DBA Data[Home] [Help]

APPS.IEU_UWQM_WORK_SOURCES_PKG dependencies on APP_EXCEPTION

Line 148: app_exception.raise_exception;

144:
145: if (c%notfound) then
146: close c;
147: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
148: app_exception.raise_exception;
149: end if;
150:
151: close c;
152:

Line 166: app_exception.raise_exception;

162: then
163: null;
164: else
165: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
166: app_exception.raise_exception;
167: end if;
168:
169: for tlinfo in c1 loop
170: if (tlinfo.BASELANG = 'Y') then

Line 177: app_exception.raise_exception;

173: then
174: null;
175: else
176: fnd_message.set_name('FND','FORM_RECORD_CHANGED');
177: app_exception.raise_exception;
178: end if;
179: end if;
180: end loop;
181: return;