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


TABLE: AMS.AMS_QUERY_TEMPLATE_INSTANCE

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


This table stores the query template instance information in Audience Workbench. There can be only one admin instance and every time the template is used by a List etc, one end user instance is created.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_QUERY_TEMPLATE_INSTANCE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSTANCE_USED_BY_ID
ColumnINSTANCE_USED_BY
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_INSTANCE_ID NUMBER

Unique Identifier
TEMPLATE_ID NUMBER
Yes The template identifier for which the instance has been created.
ADMIN_INDICATOR_FLAG VARCHAR2 (1)
Indicates if the instance is for Admin or End User.
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes.
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
VIEW_APPLICATION_ID NUMBER

Application Id of Oracle Product that created the lov.
SECURITY_GROUP_ID NUMBER

Column not currently used.
INSTANCE_USED_BY VARCHAR2 (30)
The end user level object ( LIST etc.) which uses the template instance.
INSTANCE_USED_BY_ID NUMBER

The unique identifier of the end user level object ( LIST etc.) which uses the template instance.
Query Text

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


SELECT TEMPLATE_INSTANCE_ID
,      TEMPLATE_ID
,      ADMIN_INDICATOR_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      VIEW_APPLICATION_ID
,      SECURITY_GROUP_ID
,      INSTANCE_USED_BY
,      INSTANCE_USED_BY_ID
FROM AMS.AMS_QUERY_TEMPLATE_INSTANCE;

Dependencies

[top of page]

AMS.AMS_QUERY_TEMPLATE_INSTANCE does not reference any database object

AMS.AMS_QUERY_TEMPLATE_INSTANCE is referenced by following:

SchemaAPPS
SynonymAMS_QUERY_TEMPLATE_INSTANCE