VCS_BUCKET_ASSOCIATIONS

VCS_BUCKET_ASSOCIATIONS contains the link between daily buckets and their corresponding weekly and period buckets used for aggregation.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_BUCKET_ASSOCIATIONS_PK

BASE_BUCKET_ID, RELATED_BUCKET_ID, VCS_SCHEDULE_ID

Columns

Name Datatype Length Precision Not-null Comments
BASE_BUCKET_ID NUMBER 18 Yes Bucket Identifier for the smaller bucket within a given association.
RELATED_BUCKET_ID NUMBER 18 Yes Bucket Identifier for the larger bucket within a given association.
VCS_SCHEDULE_ID NUMBER 18 Yes Schedule identifier for the Vcs Schedule entry.
ASSOCIATION_TYPE_CODE VARCHAR2 30 Yes A value to indicate the type of bucket association, such as Daily-Period. Should be defined in the fnd_lookup_values table.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns Status
VCS_BUCKET_ASSOCIATIONS_N1 Non Unique Default BASE_BUCKET_ID, RELATED_BUCKET_ID, VCS_SCHEDULE_ID, ASSOCIATION_TYPE_CODE
VCS_BUCKET_ASSOCIATIONS_U1 Unique Default BASE_BUCKET_ID, RELATED_BUCKET_ID Obsolete
VCS_BUCKET_ASSOCIATIONS_U2 Unique Default BASE_BUCKET_ID, RELATED_BUCKET_ID, VCS_SCHEDULE_ID