DBA Data[Home] [Help]

APPS.HZ_TIMEZONE_PKG dependencies on APP_EXCEPTION

Line 179: app_exception.raise_exception;

175: fetch c into recinfo;
176: if (c%notfound) then
177: close c;
178: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
179: app_exception.raise_exception;
180: end if;
181: close c;
182: if ( (recinfo.GLOBAL_TIMEZONE_NAME = X_GLOBAL_TIMEZONE_NAME)
183: AND (recinfo.STANDARD_TIME_SHORT_CODE = X_STANDARD_TIME_SHORT_CODE)

Line 213: app_exception.raise_exception;

209: ) then
210: null;
211: else
212: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
213: app_exception.raise_exception;
214: end if;
215:
216: for tlinfo in c1 loop
217: if (tlinfo.BASELANG = 'Y') then

Line 225: app_exception.raise_exception;

221: ) then
222: null;
223: else
224: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
225: app_exception.raise_exception;
226: end if;
227: end if;
228: end loop;
229: return;