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


TABLE: XNP.XNP_MSG_ATTR_VALUES

Object Details
Object Name: XNP_MSG_ATTR_VALUES
Object Type: TABLE
Owner: XNP
FND Design Data: TableXNP.XNP_MSG_ATTR_VALUES
Subobject Name:
Status: VALID


XNP_MSG_ATTR_VALUES contains attribute values for XML message elements. This table will not be used in the current release and elements will not have attributes.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XNP_MSG_ATTR_VALUES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMSG_ATTR_VALUE_ID
XNP_MSG_ATTR_VALUES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnMSG_ELEMENT_ATTR_ID
Columns
Name Datatype Length Mandatory Comments
MSG_ATTR_VALUE_ID NUMBER
Yes Attribute value identifier
MSG_ELEMENT_ATTR_ID NUMBER
Yes Message element attribute to which this attribute value belongs
ATTR_VALUE VARCHAR2 (80) Yes Value of the attribute
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
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT MSG_ATTR_VALUE_ID
,      MSG_ELEMENT_ATTR_ID
,      ATTR_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XNP.XNP_MSG_ATTR_VALUES;

Dependencies

[top of page]

XNP.XNP_MSG_ATTR_VALUES does not reference any database object

XNP.XNP_MSG_ATTR_VALUES is referenced by following:

SchemaAPPS
SynonymXNP_MSG_ATTR_VALUES