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


TABLE: APPLSYS.FND_CONCURRENT_QUEUE_CONTENT

Object Details
Object Name: FND_CONCURRENT_QUEUE_CONTENT
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_CONCURRENT_QUEUE_CONTENT
Subobject Name:
Status: VALID


FND_CONCURRENT_QUEUE_CONTENT stores information about
specialization rules for concurrent managers. Each row includes
INCLUDE_FLAG, which indicates if the overall rule is an include or
exclude rule, and the type of item (an item can be a program, a
user, an ORACLE ID, or a request type) to be included or excluded
by the rule. Each row also includes values that identify the item
and the application with which the item is defined. You need
one row for each rule for each concurrent manager that has
specialization rules. Oracle Application Object Library uses this
information to allow a system administrator to tailor concurrent
managers to the needs of the site.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_CONCURRENT_QUEUE_CONT_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnQUEUE_APPLICATION_ID
ColumnCONCURRENT_QUEUE_ID
ColumnTYPE_CODE
ColumnTYPE_APPLICATION_ID
ColumnTYPE_ID
Columns
Name Datatype Length Mandatory Comments
QUEUE_APPLICATION_ID NUMBER (15) Yes Application identifier of the concurrent manager
CONCURRENT_QUEUE_ID NUMBER (15) Yes Concurrent manager identifier
TYPE_CODE VARCHAR2 (1) Yes The type of specialization rule assigned to the concurrent manager
TYPE_APPLICATION_ID NUMBER (15)
Identifier of the application with which the type is defined (only used for Combined Rule, Program, and Request Type)
TYPE_ID NUMBER (15)
Type identifier
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) Yes Standard Who column
INCLUDE_FLAG VARCHAR2 (1) Yes Flag to indicate if the overall rule is an include or exclude rule
Query Text

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


SELECT QUEUE_APPLICATION_ID
,      CONCURRENT_QUEUE_ID
,      TYPE_CODE
,      TYPE_APPLICATION_ID
,      TYPE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      INCLUDE_FLAG
FROM APPLSYS.FND_CONCURRENT_QUEUE_CONTENT;

Dependencies

[top of page]

APPLSYS.FND_CONCURRENT_QUEUE_CONTENT does not reference any database object

APPLSYS.FND_CONCURRENT_QUEUE_CONTENT is referenced by following:

SchemaAPPS
SynonymFND_CONCURRENT_QUEUE_CONTENT