DBA Data[Home] [Help]

APPS.JTF_IH_OUTCOMES_SEED_PKG dependencies on APP_EXCEPTION

Line 180: app_exception.raise_exception;

176: fetch c into recinfo;
177: if (c%notfound) then
178: close c;
179: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
180: app_exception.raise_exception;
181: end if;
182: close c;
183: if ( ((recinfo.GENERATE_PUBLIC_CALLBACK = X_GENERATE_PUBLIC_CALLBACK)
184: OR ((recinfo.GENERATE_PUBLIC_CALLBACK is null) AND (X_GENERATE_PUBLIC_CALLBACK is null)))

Line 200: app_exception.raise_exception;

196: ) then
197: null;
198: else
199: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
200: app_exception.raise_exception;
201: end if;
202:
203: for tlinfo in c1 loop
204: if (tlinfo.BASELANG = 'Y') then

Line 215: app_exception.raise_exception;

211: ) then
212: null;
213: else
214: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
215: app_exception.raise_exception;
216: end if;
217: end if;
218: end loop;
219: return;