[Home] [Help]
[Dependency Information]
| Object Name: | GL_MC_UPGRADE_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | GL |
| FND Design Data: | SQLGL.GL_MC_UPGRADE_HISTORY
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_MC_UPGRADE_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PRIMARY_SET_OF_BOOKS_ID
REPORTING_SET_OF_BOOKS_ID
APPLICATION_ID
TABLE_NAME
PERIOD_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRIMARY_SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Primary accounting book defining column |
| REPORTING_SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Reporting accounting book defining column |
| APPLICATION_ID | NUMBER | (15) | Yes | Application defining column |
| TABLE_NAME | VARCHAR2 | (30) | Yes | Converted table name |
| PERIOD_NAME | VARCHAR2 | (15) | Yes | Accounting period |
| CONVERSION_STATUS | VARCHAR2 | (1) | Yes | Status code to indicate if the table is converted |
| ROUNDING_STATUS | VARCHAR2 | (1) | Yes | Status code to indicate if the records are rounded |
| UPGRADE_RUN_ID | NUMBER | (15) | Yes | Upgrade run defining column, every table converted in the same run will have the same UPGRADE_RUN_ID |
| REQUEST_ID | NUMBER | (15) | Yes | Concurrent request defining column |
| 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 |
| LAST_PROCESSED_ID1 | VARCHAR2 | (15) | First defining column for the last record that was updated in the transaction table | |
| LAST_PROCESSED_ID2 | VARCHAR2 | (15) | Second defining column for the last record that was updated in the transaction table |
Cut, paste (and edit) the following text to query this object:
SELECT PRIMARY_SET_OF_BOOKS_ID
, REPORTING_SET_OF_BOOKS_ID
, APPLICATION_ID
, TABLE_NAME
, PERIOD_NAME
, CONVERSION_STATUS
, ROUNDING_STATUS
, UPGRADE_RUN_ID
, REQUEST_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_PROCESSED_ID1
, LAST_PROCESSED_ID2
FROM GL.GL_MC_UPGRADE_HISTORY;
GL.GL_MC_UPGRADE_HISTORY does not reference any database object
GL.GL_MC_UPGRADE_HISTORY is referenced by following:
APPS
GL_MC_UPGRADE_HISTORY
|
|
|
|