[Home] [Help]
[Dependency Information]
| Object Name: | BSC_KPI_GRAPHS |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_KPI_GRAPHS
|
| Subobject Name: | |
| Status: | VALID |
BSC_KPI_GRAPH stores information about the indicator graph that are used by portlet.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_KPI_GRAPHS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESPONSIBILITY_ID
INDICATOR
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESPONSIBILITY_ID | NUMBER | (15) | Yes | Responsibility identifier |
| INDICATOR | NUMBER | (5) | Yes | Indicator Code |
| GRAPH_KEY | VARCHAR2 | (100) | Yes | Graph key |
| IMAGE_ID | NUMBER | (15) | Yes | image identifier |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT RESPONSIBILITY_ID
, INDICATOR
, GRAPH_KEY
, IMAGE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM BSC.BSC_KPI_GRAPHS;
BSC.BSC_KPI_GRAPHS does not reference any database object
BSC.BSC_KPI_GRAPHS is referenced by following:
APPS
BSC_KPI_GRAPHS
|
|
|
|