[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_BM_GROUPS |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_SYS_BM_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
BSC_SYS_BM_GROUPS stores information about benchmarks groups by system such as benchmark group identifier and benchmark identifier .
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_SYS_BM_GROUPS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BM_GROUP_ID
BM_ID
|
| BSC_SYS_BM_GROUPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BM_GROUP_ID | NUMBER | (3) | Yes | benchmark group identifier |
| BM_ID | NUMBER | (3) | Yes | benchmark identifier |
Cut, paste (and edit) the following text to query this object:
SELECT BM_GROUP_ID
, BM_ID
FROM BSC.BSC_SYS_BM_GROUPS;
BSC.BSC_SYS_BM_GROUPS does not reference any database object
BSC.BSC_SYS_BM_GROUPS is referenced by following:
APPS
BSC_SYS_BM_GROUPS
|
|
|
|