DBA Data[Home] [Help]

APPS.JTF_SEEDED_QUAL_PKG dependencies on APP_EXCEPTION

Line 197: APP_EXCEPTION.RAISE_EXCEPTION;

193: FETCH C INTO Recinfo;
194: If (C%NOTFOUND) then
195: CLOSE C;
196: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_DELETED');
197: APP_EXCEPTION.RAISE_EXCEPTION;
198: End If;
199: CLOSE C;
200: if (
201: ( ( Recinfo.SEEDED_QUAL_ID = x_SEEDED_QUAL_ID)

Line 232: APP_EXCEPTION.RAISE_EXCEPTION;

228: ) then
229: null;
230: else
231: FND_MESSAGE.SET_NAME('FND', 'FORM_RECORD_DELETED');
232: APP_EXCEPTION.RAISE_EXCEPTION;
233: End If;
234:
235: -- Lock the transalation Table
236: for tlinfo in c1 loop

Line 243: app_exception.raise_exception;

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