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


TABLE: GL.GL_CONCURRENCY_CONTROL

Object Details
Object Name: GL_CONCURRENCY_CONTROL
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_CONCURRENCY_CONTROL
Subobject Name:
Status: VALID


GL_CONCURRENCY_CONTROL is used internally by Oracle General Ledger programs to prevent deadlock situations from arising.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_CONCURRENCY_CONTROL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONCURRENCY_CLASS
ColumnCONCURRENCY_ENTITY_NAME
ColumnCONCURRENCY_ENTITY_ID
Columns
Name Datatype Length Mandatory Comments
CONCURRENCY_CLASS VARCHAR2 (30) Yes Action that is being performed
CONCURRENCY_ENTITY_NAME VARCHAR2 (30) Yes Entity for which action is being performed
CONCURRENCY_ENTITY_ID VARCHAR2 (240) Yes The internal ID of the entity for which the action is being performed
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT CONCURRENCY_CLASS
,      CONCURRENCY_ENTITY_NAME
,      CONCURRENCY_ENTITY_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM GL.GL_CONCURRENCY_CONTROL;

Dependencies

[top of page]

GL.GL_CONCURRENCY_CONTROL does not reference any database object

GL.GL_CONCURRENCY_CONTROL is referenced by following:

SchemaGL
ViewGL_CONCURRENCY_CONTROL#