CSO_SCH_ACTN_BASE_PROF_HI

This table stores the history of action profile (currently not used)

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_SCH_ACTN_BASE_PROF_HI_PK

PROFILE_ID, ACTION_ID, ROW_START

Columns

Name Datatype Length Not-null Comments
ACTION_ID VARCHAR2 32 Yes This is the Action Id for this record.
PROFILE_ID VARCHAR2 32 Yes This is the Profile Id for this record.
ROW_END TIMESTAMP This is the dateime when a specific version of the config object was modified (NULL indicates this version has not been modified and is currently active)
ROW_START TIMESTAMP Yes This is the datetime when a specific version of the config object was added.

Indexes

Index Uniqueness Columns
CSO_SCH_ACTN_BASE_PROF_HI_U1 Unique PROFILE_ID, ACTION_ID, ROW_START