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


TABLE: XNP.XNP_MSG_ELEMENT_ATTR

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


XNP_MSG_ELEMENT_ATTR contains attributes of Extensible Markup Language (XML) elements. XML is markup language for documents containing structured information. This table is used to store the attributes or context of a message element. 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_ELEMENT_ATTR_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnMSG_ELEMENT_ATTR_ID
XNP_MSG_ELEMENT_ATTR_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
ColumnMSG_ELEMENT_ID
Columns
Name Datatype Length Mandatory Comments
MSG_ELEMENT_ATTR_ID NUMBER
Yes XML Message Element Attribute identifier
MSG_ELEMENT_ID NUMBER
Yes XML Message Element identifier to which the attribute belongs
NAME VARCHAR2 (40) Yes Element attribute name
ATTR_DATATYPE VARCHAR2 (40)
Data type of the element attribute
DATA_SOURCE_REFERENCE VARCHAR2 (1996)
Data source for the message element
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_ELEMENT_ATTR_ID
,      MSG_ELEMENT_ID
,      NAME
,      ATTR_DATATYPE
,      DATA_SOURCE_REFERENCE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XNP.XNP_MSG_ELEMENT_ATTR;

Dependencies

[top of page]

XNP.XNP_MSG_ELEMENT_ATTR does not reference any database object

XNP.XNP_MSG_ELEMENT_ATTR is referenced by following:

SchemaAPPS
SynonymXNP_MSG_ELEMENT_ATTR