[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_SERIES_COLORS |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_SYS_SERIES_COLORS
|
| Subobject Name: | |
| Status: | VALID |
BSC_SYS_SERIES_COLORS stores the color for each series.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_SYS_SERIES_COLORS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SERIES_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SERIES_ID | NUMBER | (3) | Yes | Series Id |
| SERIES_COLOR | NUMBER | (11) | Yes | Series color |
| BM_COLOR | NUMBER | (11) | Yes | Series color for Benchmark |
Cut, paste (and edit) the following text to query this object:
SELECT SERIES_ID
, SERIES_COLOR
, BM_COLOR
FROM BSC.BSC_SYS_SERIES_COLORS;
BSC.BSC_SYS_SERIES_COLORS does not reference any database object
BSC.BSC_SYS_SERIES_COLORS is referenced by following:
APPS
BSC_SYS_SERIES_COLORS
|
|
|
|