DBA Data[Home] [Help]

APPS.CS_KB_VISIBILITIES_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.POSITION = X_POSITION)
198: AND ((recinfo.START_DATE_ACTIVE = X_START_DATE_ACTIVE)

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;