[Home] [Help]
[Dependency Information]
| Object Name: | BIL_BI_RS_GRP_MV |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BIL_BI_RS_GRP_MV_N1 | NORMAL | NONUNIQUE |
APPS_TS_SUMMARY
|
SALES_GROUP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UMARKER | VARCHAR2 | (10) | Required for MVs using Union All for fast refreshability. | |
| PARENT_PARENT_GROUP_ID | NUMBER | Immediate parent of Parent_group_id, null for the top group. | ||
| PARENT_GROUP_ID | NUMBER | Parent Sales group identifier, of the sales group identifier | ||
| SALES_GROUP_ID | NUMBER | Sales group identifier. | ||
| XCNT | NUMBER | Dummy count columns required to create fast refresh MV. |
Cut, paste (and edit) the following text to query this object:
SELECT UMARKER
, PARENT_PARENT_GROUP_ID
, PARENT_GROUP_ID
, SALES_GROUP_ID
, XCNT
FROM APPS.BIL_BI_RS_GRP_MV;
APPS.BIL_BI_RS_GRP_MV does not reference any database object
APPS.BIL_BI_RS_GRP_MV is referenced by following:
APPS
BIL_BI_FST1_PG_MV
BIL_BI_OP12_PG_MV
BIL_BI_OP21_G_MV
BIL_BI_OPLDC_GC_MV
BIL_BI_OPLPC_GC_MV
BIL_BI_PIPEC_WG_MV
BIL_BI_PIPE_MV
BIL_BI_RS_GRP_MV
|
|
|
|