DBA Data[Home] [Help] [Dependency Information]


TABLE: IEO.IEO_LNA_PARAMETERS

Object Details
Object Name: IEO_LNA_PARAMETERS
Object Type: TABLE
Owner: IEO
Subobject Name:
Status: VALID


The parameters for a particular description. This provides a very efficient method for producers to emitt logging information quickly. Consumers (i.e., a viewer application) use this when displaying details of a log or alert.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEO_LNA_PARAMETERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECORD_ID
ColumnDESC_POS
ColumnPARAM_POS
Columns
Name Datatype Length Mandatory Comments
RECORD_ID NUMBER (30) Yes Identifies the record that the parameter is associated with.
DESC_POS NUMBER (3) Yes DESC_POS of the description that the parameter belongs to.
PARAM_POS NUMBER (3) Yes Position of the parameter (orders the parameters).
CREATED_BY NUMBER (15) Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column.
VALUE_TYPE NUMBER (2) Yes Type of value the parameter represents (Java types).
VALUE VARCHAR2 (2000) Yes Actual value of the parameter.
PNAME_MSG_NAME VARCHAR2 (30)
MSG_ID used for translation when displaying parameter name.
PNAME_RESOURCE_GUID VARCHAR2 (32)
Resource that the PNAME_MSG_ID translation can be found in.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
OBJECT_VERSION_NUMBER NUMBER

Standard column used by HTML utilities.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RECORD_ID
,      DESC_POS
,      PARAM_POS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      VALUE_TYPE
,      VALUE
,      PNAME_MSG_NAME
,      PNAME_RESOURCE_GUID
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM IEO.IEO_LNA_PARAMETERS;

Dependencies

[top of page]

IEO.IEO_LNA_PARAMETERS does not reference any database object

IEO.IEO_LNA_PARAMETERS is referenced by following:

SchemaIEO
ViewIEO_LNA_PARAMETERS#