[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_FILTERS_VIEWS |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_SYS_FILTERS_VIEWS
|
| Subobject Name: | |
| Status: | VALID |
BSC_SYS_FILTERS_VIEWS stores information about filter views such as dimension level identifier, dimension level table name and dimension level view name.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_SYS_FILTERS_VIEWS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SOURCE_TYPE
SOURCE_CODE
DIM_LEVEL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_TYPE | NUMBER | (3) | Yes | Source type |
| SOURCE_CODE | NUMBER | (5) | Yes | Source code. Tab identifier or indicator code |
| DIM_LEVEL_ID | NUMBER | (5) | Yes | Dimension level identifier |
| LEVEL_TABLE_NAME | VARCHAR2 | (30) | Yes | Dimension level table name |
| LEVEL_VIEW_NAME | VARCHAR2 | (30) | Yes | Dimension level view name |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_TYPE
, SOURCE_CODE
, DIM_LEVEL_ID
, LEVEL_TABLE_NAME
, LEVEL_VIEW_NAME
FROM BSC.BSC_SYS_FILTERS_VIEWS;
BSC.BSC_SYS_FILTERS_VIEWS does not reference any database object
BSC.BSC_SYS_FILTERS_VIEWS is referenced by following:
APPS
BSC_SYS_FILTERS_VIEWS
|
|
|
|