DBA Data[Home] [Help]

APPS.STGLN_ASSG_PKG dependencies on APP_EXCEPTION

Line 179: app_exception.raise_exception;

175: fetch get_lock into recinfo;
176: if (get_lock%notfound) then
177: close get_lock;
178: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
179: app_exception.raise_exception;
180: end if;
181: close get_lock;
182:
183: if

Line 224: app_exception.raise_exception;

220: then
221: return;
222: else
223: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
224: app_exception.raise_exception;
225: end if;
226:
227: end LOCK_ROW;
228: