[Home] [Help]
[Dependency Information]
Object Name: | GL_MGT_SEG_UPGRADE |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
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 |
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;
GL.GL_MGT_SEG_UPGRADE does not reference any database object
GL.GL_MGT_SEG_UPGRADE is referenced by following:
|
|
|