DBA Data[Home] [Help]

APPS.PO_REQUISITION_LINES_PKG3 dependencies on APP_EXCEPTION

Line 51: APP_EXCEPTION.Raise_Exception;

47: FETCH C INTO Recinfo;
48: if (C%NOTFOUND) then
49: CLOSE C;
50: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
51: APP_EXCEPTION.Raise_Exception;
52: end if;
53: CLOSE C;
54: /* Bug 2679432 - Added the trunc function for the rate_date column
55: as the date coming from REQIMPORT could have

Line 157: APP_EXCEPTION.RAISE_EXCEPTION;

153: ) then
154: return;
155: else
156: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
157: APP_EXCEPTION.RAISE_EXCEPTION;
158: end if;
159: END Lock3_Row;
160:
161: END PO_REQUISITION_LINES_PKG3;