[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_DATASET_CALC |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_SYS_DATASET_CALC
|
| Subobject Name: | |
| Status: | VALID |
BSC_SYS_DATASET_CAL stores information about which calculations are disabled by dataset.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_SYS_DATASET_CALC_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DATASET_ID
DISABLED_CALC_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DATASET_ID | NUMBER | (5) | Yes | Dataset identifier |
| DISABLED_CALC_ID | NUMBER | (5) | Yes | Disabled calculation identifier |
Cut, paste (and edit) the following text to query this object:
SELECT DATASET_ID
, DISABLED_CALC_ID
FROM BSC.BSC_SYS_DATASET_CALC;
BSC.BSC_SYS_DATASET_CALC does not reference any database object
BSC.BSC_SYS_DATASET_CALC is referenced by following:
APPS
BSC_SYS_DATASET_CALC
|
|
|
|