[Home] [Help]
[Dependency Information]
Object Name: | FND_CONCURRENT_QUEUE_CONTENT |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
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.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_CONCURRENT_QUEUE_CONT_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
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 |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM APPLSYS.FND_CONCURRENT_QUEUE_CONTENT;
APPLSYS.FND_CONCURRENT_QUEUE_CONTENT does not reference any database object
APPLSYS.FND_CONCURRENT_QUEUE_CONTENT is referenced by following:
|
|
|