DBA Data[Home] [Help]

APPS.PAY_BATCH_OBJECT_STATUS_PKG dependencies on APP_EXCEPTION

Line 178: app_exception.raise_exception;

174: if (p_object_status = nvl(l_object_status, p_default_status)) then
175: null;
176: else
177: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
178: app_exception.raise_exception;
179: end if;
180: end if;
181:
182: end lock_batch_object;