[Home] [Help]
[Dependency Information]
| Object Name: | XNP_MSG_ELEMENT_ATTR |
|---|---|
| Object Type: | TABLE |
| Owner: | XNP |
| FND Design Data: | XNP.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XNP_MSG_ELEMENT_ATTR_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
MSG_ELEMENT_ATTR_ID
ZD_EDITION_NAME
|
| XNP_MSG_ELEMENT_ATTR_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAME
MSG_ELEMENT_ID
ZD_EDITION_NAME
|
| 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 | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM XNP.XNP_MSG_ELEMENT_ATTR;
XNP.XNP_MSG_ELEMENT_ATTR does not reference any database object
XNP.XNP_MSG_ELEMENT_ATTR is referenced by following:
XNP
XNP_MSG_ELEMENT_ATTR#
|
|
|
|