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


TABLE: AMS.AMS_IMP_XML_ATTRIBUTES

Object Details
Object Name: AMS_IMP_XML_ATTRIBUTES
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_IMP_XML_ATTRIBUTES
Subobject Name:
Status: VALID


This store the attribute information from a xml document.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_IMP_XML_ATTRIBUTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnIMP_XML_ATTRIBUTE_ID
Columns
Name Datatype Length Mandatory Comments
IMP_XML_ATTRIBUTE_ID NUMBER

Unique Identifier.
LAST_UPDATE_DATE DATE

Standard WHO Column
LAST_UPDATED_BY NUMBER (15)
Standard WHO Column
CREATION_DATE DATE

Standard WHO Column
CREATED_BY NUMBER (15)
Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes.
IMP_XML_DOCUMENT_ID NUMBER
Yes FK to AMS_IMP_DOCUMENTS.
ATT_SEQ NUMBER

Sequence of the attribute.
ATT_NAME VARCHAR2 (256)
Name of the attribute.
ATT_VALUE VARCHAR2 (4000)
Value of the attribute.
DATA_TYPE VARCHAR2 (1)
Data type of the attribute.
ORDER_INITIAL NUMBER

Used in traverse algorithms.
ORDER_FINAL NUMBER

Used in traverse algorithms.
LOAD_STATUS VARCHAR2 (30)
Processing status of the row.
ERROR_TEXT VARCHAR2 (4000)
Error text for the record.
Query Text

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


SELECT IMP_XML_ATTRIBUTE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      IMP_XML_DOCUMENT_ID
,      ATT_SEQ
,      ATT_NAME
,      ATT_VALUE
,      DATA_TYPE
,      ORDER_INITIAL
,      ORDER_FINAL
,      LOAD_STATUS
,      ERROR_TEXT
FROM AMS.AMS_IMP_XML_ATTRIBUTES;

Dependencies

[top of page]

AMS.AMS_IMP_XML_ATTRIBUTES does not reference any database object

AMS.AMS_IMP_XML_ATTRIBUTES is referenced by following:

SchemaAPPS
SynonymAMS_IMP_XML_ATTRIBUTES