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


TABLE: APPLSYS.FND_CONCURRENT_QUEUES_TL

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


FND_CONCURRENT_QUEUES_TL stores translated information about
concurrent managers in each of the installed languages. Each
row includes the language the information is translated to,
identifiers that identify the concurrent manager and the application
the concurrent manager is registered with, and the concurrent
manager name. You need one row for each concurrent manager in
each language installed at your site.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_CONCURRENT_QUEUES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCONCURRENT_QUEUE_ID
ColumnLANGUAGE
FND_CONCURRENT_QUEUES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCONCURRENT_QUEUE_NAME
ColumnLANGUAGE
FND_CONCURRENT_QUEUES_TL_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnUSER_CONCURRENT_QUEUE_NAME
ColumnLANGUAGE
FND_CONCURRENT_QUEUES_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_CONCURRENT_QUEUE_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application identifier
CONCURRENT_QUEUE_ID NUMBER
Yes Concurrent manager identifier
LANGUAGE VARCHAR2 (4) Yes Language
CONCURRENT_QUEUE_NAME VARCHAR2 (30) Yes Concurrent manager name
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
DESCRIPTION VARCHAR2 (240)
Description
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
USER_CONCURRENT_QUEUE_NAME VARCHAR2 (240)
User name for the concurrent queue
Query Text

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


SELECT APPLICATION_ID
,      CONCURRENT_QUEUE_ID
,      LANGUAGE
,      CONCURRENT_QUEUE_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
,      SOURCE_LANG
,      USER_CONCURRENT_QUEUE_NAME
FROM APPLSYS.FND_CONCURRENT_QUEUES_TL;

Dependencies

[top of page]

APPLSYS.FND_CONCURRENT_QUEUES_TL does not reference any database object

APPLSYS.FND_CONCURRENT_QUEUES_TL is referenced by following:

SchemaAPPS
SynonymFND_CONCURRENT_QUEUES_TL