[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_DIM_LEVEL_COLS |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_SYS_DIM_LEVEL_COLS
|
| Subobject Name: | |
| Status: | VALID |
BSC_SYS_DIM_LEVEL_COLS stores information about the dimension levels and table structure such as dimension level identifier, column name and column type.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_SYS_DIM_LEVEL_COLS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DIM_LEVEL_ID
COLUMN_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIM_LEVEL_ID | NUMBER | (5) | Yes | Dimension level identifier |
| COLUMN_NAME | VARCHAR2 | (30) | Yes | Column name |
| COLUMN_TYPE | VARCHAR2 | (1) | Yes | Column type |
Cut, paste (and edit) the following text to query this object:
SELECT DIM_LEVEL_ID
, COLUMN_NAME
, COLUMN_TYPE
FROM BSC.BSC_SYS_DIM_LEVEL_COLS;
BSC.BSC_SYS_DIM_LEVEL_COLS does not reference any database object
BSC.BSC_SYS_DIM_LEVEL_COLS is referenced by following:
APPS
BSC_SYS_DIM_LEVEL_COLS
|
|
|
|