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


TABLE: APPLSYS.FND_CONCURRENT_QUEUE_SIZE

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


FND_CONCURRENT_QUEUE_SIZE stores information about the number of
requests a concurrent manager can process at once, according to its
work shift. Each row includes values that identify the concurrent
manager and the work shift assigned to it. MIN_PROCESSES contains
the maximum number of requests this manager can process at one time
during this work shift. Oracle Application Object Library does not
use MAX_PROCESSES. You need one row for each work
shift assignment for each concurrent manager. Oracle Application
Object Library uses this information to allow system administrators
to tailor concurrent processing throughput 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_SIZE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnQUEUE_APPLICATION_ID
ColumnCONCURRENT_QUEUE_ID
ColumnPERIOD_APPLICATION_ID
ColumnCONCURRENT_TIME_PERIOD_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
PERIOD_APPLICATION_ID NUMBER (15) Yes Application identifier of the concurrent manager work shift
CONCURRENT_TIME_PERIOD_ID NUMBER (15) Yes Concurrent manager work shift 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
MIN_PROCESSES NUMBER (4) Yes The maximum number of request the manager can process at one time during the work shift
MAX_PROCESSES NUMBER (4)
Not currently used
SLEEP_SECONDS NUMBER (4)
The number of seconds the concurrent manager waits between checking the list of pending requests
SERVICE_PARAMETERS VARCHAR2 (2000)
Service parameter for this work shift
FAILOVER_MIN NUMBER (5)
Minimum processes to be running during failover
FAILOVER_MAX NUMBER (4)
Minimum processes to be running during failover
Query Text

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


SELECT QUEUE_APPLICATION_ID
,      CONCURRENT_QUEUE_ID
,      PERIOD_APPLICATION_ID
,      CONCURRENT_TIME_PERIOD_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      MIN_PROCESSES
,      MAX_PROCESSES
,      SLEEP_SECONDS
,      SERVICE_PARAMETERS
,      FAILOVER_MIN
,      FAILOVER_MAX
FROM APPLSYS.FND_CONCURRENT_QUEUE_SIZE;

Dependencies

[top of page]

APPLSYS.FND_CONCURRENT_QUEUE_SIZE does not reference any database object

APPLSYS.FND_CONCURRENT_QUEUE_SIZE is referenced by following:

SchemaAPPS
SynonymFND_CONCURRENT_QUEUE_SIZE
TriggerMAX_PROCESSES_FIX