DBA Data[Home] [Help]

APPS.JTF_PREFAB_CA_COMPS_PKG dependencies on APP_EXCEPTION

Line 171: app_exception.raise_exception;

167: fetch c into recinfo;
168: if (c%notfound) then
169: close c;
170: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
171: app_exception.raise_exception;
172: end if;
173: close c;
174: if (
175: (recinfo.APPLICATION_ID = X_APPLICATION_ID)

Line 194: app_exception.raise_exception;

190: ) then
191: null;
192: else
193: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
194: app_exception.raise_exception;
195: end if;
196:
197: for tlinfo in c1 loop
198: if (tlinfo.BASELANG = 'Y') then

Line 204: app_exception.raise_exception;

200: ) then
201: null;
202: else
203: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
204: app_exception.raise_exception;
205: end if;
206: end if;
207: end loop;
208: return;