DBA Data[Home] [Help]

APPS.QPR_PRICE_PLANS_PKG dependencies on APP_EXCEPTION

Line 182: app_exception.raise_exception;

178: fetch c into recinfo;
179: if (c%notfound) then
180: close c;
181: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
182: app_exception.raise_exception;
183: end if;
184: close c;
185: if ( ((recinfo.REQUEST_ID = X_REQUEST_ID)
186: OR ((recinfo.REQUEST_ID is null) AND (X_REQUEST_ID is null)))

Line 216: app_exception.raise_exception;

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

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: end if;
231: end loop;
232: return;