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


TABLE: AMS.AMS_CPAG_QUERIES

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_CPAG_QUERIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnQUERY_ID
SYS_IL0000192153C00005$$ LOB UNIQUE TablespaceAPPS_TS_ARCHIVE
Columns
Name Datatype Length Mandatory Comments
QUERY_ID NUMBER
Yes Unique Identifier for context field
QUERY_TEXT VARCHAR2 (4000)
Text of the Query when Query Text is less than or equal to 4000 characters.
UPLOAD_DATE DATE

Date when the Query was uploaded in the table.
EXPIRATION_DATE DATE

Date when the Query expires. This query should not be used after the Expiration Date.
QUERY_CLOB CLOB (4000)
The text of the Query when the Query text is longer than 4000 characters.
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
SECURITY_GROUP_ID NUMBER

Used for hosting purpose
OBJECT_VERSION_NUMBER NUMBER

Used for locking purposes
Query Text

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


SELECT QUERY_ID
,      QUERY_TEXT
,      UPLOAD_DATE
,      EXPIRATION_DATE
,      QUERY_CLOB
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM AMS.AMS_CPAG_QUERIES;

Dependencies

[top of page]

AMS.AMS_CPAG_QUERIES does not reference any database object

AMS.AMS_CPAG_QUERIES is referenced by following:

SchemaAPPS
SynonymAMS_CPAG_QUERIES