[Home] [Help]
[Dependency Information]
| Object Name: | BSC_KPI_PROPERTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_KPI_PROPERTIES
|
| Subobject Name: | |
| Status: | VALID |
BSC_KPI_PROPERTIES stores information about global indicator properties .
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_KPI_PROPERTIES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INDICATOR
PROPERTY_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INDICATOR | NUMBER | (5) | Yes | Indicator code |
| PROPERTY_CODE | VARCHAR2 | (20) | Yes | Property code |
| PROPERTY_VALUE | NUMBER | (5) | Yes | Property value |
| SECONDARY_VALUE | VARCHAR2 | (1000) | Secondary property value |
Cut, paste (and edit) the following text to query this object:
SELECT INDICATOR
, PROPERTY_CODE
, PROPERTY_VALUE
, SECONDARY_VALUE
FROM BSC.BSC_KPI_PROPERTIES;
BSC.BSC_KPI_PROPERTIES does not reference any database object
BSC.BSC_KPI_PROPERTIES is referenced by following:
APPS
BSC_KPI_PROPERTIES
|
|
|
|