[Home] [Help]
[Dependency Information]
Object Name: | BSC_KPI_ANALYSIS_GROUPS |
---|---|
Object Type: | TABLE |
Owner: | BSC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
BSC_KPI_ANALYSIS_GROUP stores information about analysis groups by indicator. Each row includes values that identify a particular analysis group such as indicator code, analysis group identifier and number of analysis options.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
BSC_KPI_ANALYSIS_GROUPS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INDICATOR | NUMBER | (5) | Yes | Indicator code |
ANALYSIS_GROUP_ID | NUMBER | (3) | Yes | Analysis group identifier |
NUM_OF_OPTIONS | NUMBER | (3) | Yes | Number of analysis options |
DEPENDENCY_FLAG | NUMBER | (3) | Yes | Dependency flag |
PARENT_ANALYSIS_ID | NUMBER | (3) | Yes | Analysis parent group identifier |
CHANGE_DIM_SET | NUMBER | (3) | If it will change dimension set | |
DEFAULT_VALUE | NUMBER | (3) | Yes | Analysis option default |
SHORT_NAME | VARCHAR2 | (30) | Short name |
Cut, paste (and edit) the following text to query this object:
SELECT INDICATOR
, ANALYSIS_GROUP_ID
, NUM_OF_OPTIONS
, DEPENDENCY_FLAG
, PARENT_ANALYSIS_ID
, CHANGE_DIM_SET
, DEFAULT_VALUE
, SHORT_NAME
FROM BSC.BSC_KPI_ANALYSIS_GROUPS;
BSC.BSC_KPI_ANALYSIS_GROUPS does not reference any database object
BSC.BSC_KPI_ANALYSIS_GROUPS is referenced by following:
|
|
|