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


TABLE: AMS.AMS_EXP_TEMPLATE

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


This table stores the export template.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_EXP_TEMPLATE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnEXP_TEMPLATE_ID
Columns
Name Datatype Length Mandatory Comments
EXP_TEMPLATE_ID NUMBER

Unique Identifier
CREATION_DATE DATE

Standard who column.
CREATED_BY NUMBER (15)
Standard who column.
LAST_UPDATE_DATE DATE

Standard who column.
LAST_UPDATED_BY NUMBER (15)
Standard who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column.
OBJECT_VERSION_NUMBER NUMBER

This column is used for locking purposes.
EXPORT_TYPE VARCHAR2 (30)
Type of export.
TEMPLATE_NAME VARCHAR2 (120)
Name of the template.
FROM_CLAUSE VARCHAR2 (4000)
From clause
JOIN_CONDITION VARCHAR2 (4000)
Join condition for the select.
SET_CLAUSE VARCHAR2 (4000)
Will seed the set clause for export.
SEEDED_SELECT_CLAUSE LONG (0)
Seeded select clause.
Query Text

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


SELECT EXP_TEMPLATE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      EXPORT_TYPE
,      TEMPLATE_NAME
,      FROM_CLAUSE
,      JOIN_CONDITION
,      SET_CLAUSE
,      SEEDED_SELECT_CLAUSE
FROM AMS.AMS_EXP_TEMPLATE;

Dependencies

[top of page]

AMS.AMS_EXP_TEMPLATE does not reference any database object

AMS.AMS_EXP_TEMPLATE is referenced by following:

SchemaAPPS
SynonymAMS_EXP_TEMPLATE