DBA Data[Home] [Help]

APPS.PA_OBJ_STATUS_LISTS_PKG dependencies on APP_EXCEPTION

Line 85: app_exception.raise_exception;

81: ) then
82: null;
83: else
84: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
85: app_exception.raise_exception;
86: end if;
87: end loop;
88: return;
89: end LOCK_ROW;