FFS_BUNDLING_RULE

Stores a list of named types of activity bundles.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_BUNDLING_RULE_PK

RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 10 Yes Unique ID of the bundling rules.
LABEL VARCHAR2 1020 Yes Unique label of the bundling rules.
STATUS VARCHAR2 8 Bundling Rule Status.dddddcsdsdsdsdsd.
CREATED_AT TIMESTAMP Yes Date and time of bundling rule creation.
UPDATED_AT TIMESTAMP Yes Date and time of last modification.
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
FFS_BUNDLING_RULE_PK Unique DATA RULE_ID
FFS_BUNDLING_RULE_U1 Unique DATA LABEL