DBA Data[Home] [Help]

APPS.AK_CRITERIA_PKG dependencies on APP_EXCEPTION

Line 130: app_exception.raise_exception;

126: fetch C into recinfo;
127: if (C%notfound) then
128: close C;
129: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
130: app_exception.raise_exception;
131: end if;
132: close C;
133:
134: if (((recinfo.CUSTOMIZATION_APPLICATION_ID = X_CUSTOMIZATION_APPLICATION_ID)

Line 171: app_exception.raise_exception;

167: ) then
168: null;
169: else
170: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
171: app_exception.raise_exception;
172: end if;
173: return;
174: end LOCK_ROW;
175: