DBA Data[Home] [Help]

APPS.PO_RELEASES_PKG_S1 dependencies on APP_EXCEPTION

Line 95: APP_EXCEPTION.Raise_Exception;

91: FETCH C INTO Recinfo;
92: if (C%NOTFOUND) then
93: CLOSE C;
94: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
95: APP_EXCEPTION.Raise_Exception;
96: end if;
97: CLOSE C;
98: /* Bug 2032728. Modified the lock row procedures for headers to compare truncated
99: dates so that the time stamp is not compared as the time stamp

Line 298: APP_EXCEPTION.RAISE_EXCEPTION;

294: ) then
295: return;
296: else
297: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
298: APP_EXCEPTION.RAISE_EXCEPTION;
299: end if;
300:
301: EXCEPTION --Bug 12373682
302: WHEN app_exception.record_lock_exception THEN

Line 302: WHEN app_exception.record_lock_exception THEN

298: APP_EXCEPTION.RAISE_EXCEPTION;
299: end if;
300:
301: EXCEPTION --Bug 12373682
302: WHEN app_exception.record_lock_exception THEN
303: po_message_s.app_error ('PO_ALL_CANNOT_RESERVE_RECORD');
304: END Lock_Row;
305:
306: END PO_RELEASES_PKG_S1;