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: END Lock_Row;
301:
302: END PO_RELEASES_PKG_S1;