VCS_BUCKETS
VCS_BUCKETS contains the daily, weekly and period bucket definitions used for collaboration.
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
VCS_BUCKETS_PK |
BUCKET_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| BUCKET_ID | NUMBER | 18 | Yes | Primary key indicating ID of the bucket | Active | |
| BUCKET_TYPE | VARCHAR2 | 32 | ID inidcating type of the bucket. LOV: daily, weekly, yearly | Active | ||
| BKT_START_DATE | DATE | Yes | Date indicating the start of the bucket | Active | ||
| BKT_END_DATE | DATE | Yes | Date indicating the end of the bucket | Active | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| VCS_BUCKETS_N1 | Non Unique | Default | BKT_START_DATE, BKT_END_DATE, BUCKET_TYPE, BUCKET_ID | |
| VCS_BUCKETS_U1 | Unique | FUSION_TS_TX_IDX | BUCKET_ID | Active |