DBA Data[Home] [Help]

APPS.AMW_VIOLATION_USERS_PKG dependencies on APP_EXCEPTION

Line 113: app_exception.raise_exception;

109: fetch c into recinfo;
110: if (c%notfound) then
111: close c;
112: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
113: app_exception.raise_exception;
114: end if;
115: close c;
116: if (
117: ((recinfo.VIOLATION_ID = X_VIOLATION_ID)

Line 131: app_exception.raise_exception;

127: ) then
128: null;
129: else
130: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
131: app_exception.raise_exception;
132: end if;
133:
134: return;
135: end LOCK_ROW;