[Home] [Help]
[Dependency Information]
| Object Name: | FEM_DIM_LOAD_STATUS |
|---|---|
| Object Type: | TABLE |
| Owner: | FEM |
| 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 |
|---|---|---|---|---|
| FEM_DIM_LOAD_STATUS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DIMENSION_ID
SOURCE_SYSTEM_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIMENSION_ID | NUMBER | (9) | Yes | Identifies the Dimension for which the load status applies |
| SOURCE_SYSTEM_CODE | NUMBER | Yes | Designates the source of the data loaded into the dimension | |
| LOAD_STATUS | VARCHAR2 | (30) | Designates the loading status of the dimension | |
| REPROCESS_ERRORS_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not to automatically reprocess errors for data loads of the dimension |
| CREATION_DATE | DATE | Yes | Identifies the date on which the data was created | |
| CREATED_BY | NUMBER | (15) | Yes | Identifies the user that created the data |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Identifies the user that last updated the data |
| LAST_UPDATE_DATE | DATE | Yes | Identifies the data on which the data was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Identifies the login user that last updated the data | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Framework required column for stale data detection |
Cut, paste (and edit) the following text to query this object:
SELECT DIMENSION_ID
, SOURCE_SYSTEM_CODE
, LOAD_STATUS
, REPROCESS_ERRORS_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM FEM.FEM_DIM_LOAD_STATUS;
FEM.FEM_DIM_LOAD_STATUS does not reference any database object
FEM.FEM_DIM_LOAD_STATUS is referenced by following:
APPS
FEM_DIM_LOAD_STATUS
|
|
|
|