DBA Data[Home] [Help]

APPS.OZF_WORKSHEET_HEADERS_PKG dependencies on APP_EXCEPTION

Line 189: app_exception.raise_exception;

185: fetch c into recinfo;
186: if (c%notfound) then
187: close c;
188: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
189: app_exception.raise_exception;
190: end if;
191: close c;
192: if ( ((recinfo.FORECAST_START_DATE = X_FORECAST_START_DATE)
193: OR ((recinfo.FORECAST_START_DATE is null) AND (X_FORECAST_START_DATE is null)))

Line 228: app_exception.raise_exception;

224: ) then
225: null;
226: else
227: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
228: app_exception.raise_exception;
229: end if;
230:
231: for tlinfo in c1 loop
232: if (tlinfo.BASELANG = 'Y') then

Line 242: app_exception.raise_exception;

238: ) then
239: null;
240: else
241: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
242: app_exception.raise_exception;
243: end if;
244: end if;
245: end loop;
246: return;