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


TABLE: GL.GL_LEDGER_SET_REQUESTS

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


GL_LEDGER_SET_REQUESTS stores information about all the child requests spawned by a parent request submitted for a ledger set. The child requests are submitted for each of the ledgers contained in the ledger set.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_LEDGER_SET_REQUESTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_REQUEST_ID
ColumnCHILD_REQUEST_ID
ColumnLEDGER_SET_ID
ColumnLEDGER_ID
Columns
Name Datatype Length Mandatory Comments
PARENT_REQUEST_ID NUMBER (15) Yes Parent request defining column
CHILD_REQUEST_ID NUMBER (15) Yes Child request defining column
STATUS_CODE VARCHAR2 (1) Yes The current status of the child concurrent request
LEDGER_SET_ID NUMBER (15) Yes Ledger set defining column
LEDGER_ID NUMBER (15) Yes Ledger defining column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
ERROR_MESSAGE VARCHAR2 (240)
Error message text
Query Text

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


SELECT PARENT_REQUEST_ID
,      CHILD_REQUEST_ID
,      STATUS_CODE
,      LEDGER_SET_ID
,      LEDGER_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ERROR_MESSAGE
FROM GL.GL_LEDGER_SET_REQUESTS;

Dependencies

[top of page]

GL.GL_LEDGER_SET_REQUESTS does not reference any database object

GL.GL_LEDGER_SET_REQUESTS is referenced by following:

SchemaGL
ViewGL_LEDGER_SET_REQUESTS#