DBA Data[Home] [Help]

APPS.PO_REQUISITION_LINES_PKG3 dependencies on APP_EXCEPTION

Line 57: APP_EXCEPTION.Raise_Exception;

53: FETCH C INTO Recinfo;
54: if (C%NOTFOUND) then
55: CLOSE C;
56: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
57: APP_EXCEPTION.Raise_Exception;
58: end if;
59: CLOSE C;
60: /* Bug 2679432 - Added the trunc function for the rate_date column
61: as the date coming from REQIMPORT could have

Line 258: APP_EXCEPTION.RAISE_EXCEPTION;

254: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form vendor_contact_id'||X_Vendor_Contact_Id ||' Database vendor_contact_id '|| Recinfo.vendor_contact_id);
255: END IF;
256: END IF;
257: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
258: APP_EXCEPTION.RAISE_EXCEPTION;
259: end if;
260: END Lock3_Row;
261:
262: END PO_REQUISITION_LINES_PKG3;