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


TABLE: GL.GL_MGT_SEG_UPGRADE

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


GL_MGT_SEG_UPGRADE stores all of the journal batches that were not initially processed by the management segment upgrade preparation program because they were unposted. After these journal batches are posted, they will be processed when the management segment upgrade preparation program is rerun or when the management segment upgrade completion program is run. Each row in this table includes the chart of accounts and journal batch identifying number for all journal batches that have not been processed.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CHART_OF_ACCOUNTS_ID NUMBER
Yes Key flexfield structure defining column
JE_BATCH_ID NUMBER
Yes Journal entry batch defining column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
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 CHART_OF_ACCOUNTS_ID
,      JE_BATCH_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM GL.GL_MGT_SEG_UPGRADE;

Dependencies

[top of page]

GL.GL_MGT_SEG_UPGRADE does not reference any database object

GL.GL_MGT_SEG_UPGRADE is referenced by following:

SchemaAPPS
SynonymGL_MGT_SEG_UPGRADE