DBA Data[Home] [Help]

APPS.AHL_SIMULATION_PLANS_PKG dependencies on APP_EXCEPTION

Line 199: app_exception.raise_exception;

195: fetch c into recinfo;
196: if (c%notfound) then
197: close c;
198: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
199: app_exception.raise_exception;
200: end if;
201: close c;
202: if ( (recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
203: AND (recinfo.PRIMARY_PLAN_FLAG = X_PRIMARY_PLAN_FLAG)

Line 244: app_exception.raise_exception;

240: ) then
241: null;
242: else
243: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
244: app_exception.raise_exception;
245: end if;
246:
247: for tlinfo in c1 loop
248: if (tlinfo.BASELANG = 'Y') then

Line 256: app_exception.raise_exception;

252: ) then
253: null;
254: else
255: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
256: app_exception.raise_exception;
257: end if;
258: end if;
259: end loop;
260: return;

Line 492: --app_exception.raise_exception;

488: THEN
489: CLOSE c_chk_pri_plan_exists;
490: ELSE
491: CLOSE c_chk_pri_plan_exists;
492: --app_exception.raise_exception;
493: RETURN;
494: END IF;
495: END IF;
496: