SVC_CLUSTER_TEMPLATES

This table is used to store information about clusters templates.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

svc_cluster_templates_PK

CLUSTER_TEMPLATE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
CLUSTER_TEMPLATE_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CLUSTER_TEMPLATE_CODE VARCHAR2 200 Yes Auto-generated cluster template code string.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. Active
NAME VARCHAR2 128 Yes Name of Cluster Template.
DESCRIPTION VARCHAR2 512 Description of Cluster Template.
CLUSTER_ON VARCHAR2 2000 Yes Names of business object fields that should be considered while clustering.
CLUSTERIZATION_ID NUMBER 18 FK to FND_BOSS_CLUSTERIZATION.
CLUSTER_CRITERIA VARCHAR2 2000 Yes Criteria for selecting rows to be included in the clustering process.
MAX_CLUSTER_COUNT NUMBER 9 The upper limit on the number of clusters that can be created per template run.
STATUS_CD VARCHAR2 30 Yes Lookup code that indicates the status code of the Cluster Template - Draft, Active, Inactive.
DIMENSION_OBJECT_TYPE VARCHAR2 128 Yes Defines the dimension around which the template is created and utilized to generate clusters.
DIMENSION_OBJECT_ID VARCHAR2 128 Yes Specifies the identifier of the object selected for the primary dimension.

Indexes

Index Uniqueness Tablespace Columns
SVC_CLUSTER_TEMPLATES_F1 Non Unique Default CLUSTERIZATION_ID
SVC_CLUSTER_TEMPLATES_PK Unique Default CLUSTER_TEMPLATE_ID
SVC_CLUSTER_TEMPLATES_U1 Unique Default CLUSTER_TEMPLATE_CODE