DBA Data[Home] [Help]

APPS.JTF_PC_CATEGORIES_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:
183: if (

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: AND (X_Category_Description IS NULL)))) then
253: return;
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: