SUS_ACTIVITIES

Table to store activities that are used to measure a company's sustainability regarding environmental, social, and governance (SUS) issues. An SUS activity records a specific event or transaction with an impact. Examples of SUS activities with environmental impact include a boiler burning natural gas or a building consuming electricity.

Details

  • Schema: FUSION

  • Object owner: SUS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SUS_ACTIVITIES_PK

ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTIVITY_ID NUMBER 18 Yes Unique identifier of an activity record.
ACTIVITY_NUMBER VARCHAR2 100 Unique number for Activity Record.
DESCRIPTION VARCHAR2 4000 Description of the activity Record.
COMMENTS VARCHAR2 4000 Additional information for an activity that can be entered in a free text field.
SCOPE_CODE VARCHAR2 30 Scope of emissions as defined by the Greenhouse Gas Protocol, that is, Scope 1, Scope 2, or Scope 3.
SCOPE_CATEGORY_CODE VARCHAR2 30 Category under which Scope 3 emissions should be reported.
ENTRY_TYPE_CODE VARCHAR2 30 Type of entry for the record such as Standard or Adjustment.
SOURCE_TYPE_CODE VARCHAR2 100 Source of the activity record, such as Manual, External, Invoice autocreate, or File-Based Data Import.
EXTERNAL_REF_NUM VARCHAR2 100 A reference to a record in another application.
ACTIVITY_DATE DATE Stores the Date of the activity record.
CONSUMPTION_START_DATE DATE Date when the consumption related to the activity started.
CONSUMPTION_END_DATE DATE Date when the consumption related to the activity is going to end.
STATUS_CODE VARCHAR2 30 Status of the activity record such as Draft, Posted, or Canceled.
DATA_QUALITY_CODE VARCHAR2 30 Indicates the data quality of the activity record. For example, High confidence, Moderate confidence, and Low confidence.
ORIGINAL_ACTIVITY_ID NUMBER 18 Unique identifier of the original activity record.
FACILITY_ID NUMBER 18 Unique identifier of the facility.
LEGAL_ENTITY_ID NUMBER 18 Unique identifier of the legal entity.
SUPPLIER_ID NUMBER 18 Unique identifier of the supplier associated with the activity.
COUNTRY_CODE VARCHAR2 2 Unique identifier of the country.
INVOICE_ID NUMBER 18 Unique identifier of the payables invoice associated with the activity.
INVENTORY_ITEM_ID NUMBER 18 Stores the unique identifier of the inventory item.
INVOICE_LINE_NUMBER NUMBER 18 Line number of the payables invoice associated with the activity.
INVOICE_DISTRIBUTION_ID NUMBER 18 Unique identifier of the payables invoice distribution associated with the activity.
CALCULATION_OVERRIDE_CODE VARCHAR2 100 Type of calculation override. For example, Automatic, Emission factor override, and Emission override.
ESG_LEDGER_ID NUMBER 18 Unique identifier of the SUS Ledger.
POSTING_DATE TIMESTAMP Date on which the activity status was changed to Posted.
PERIOD_ID NUMBER 18 Unique identifier for the period under which the activity is reported.
TOTAL_CO2E NUMBER The total calculated CO2e for the activity record.
TOTAL_CO2E_UOM VARCHAR2 3 The unit of measure for the total CO2e.
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ACTIVITY_TYPE_CODE VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: structure definition of the user descriptive flexfield.
EFM_ATTRIBUTE1 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE2 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE3 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE4 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE5 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE6 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE7 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE8 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE9 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE10 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE11 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE12 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE13 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE14 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE15 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE16 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE17 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE18 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE19 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE20 VARCHAR2 150 Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER1 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER2 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER3 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER4 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER5 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER6 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER7 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER8 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER9 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER10 NUMBER Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE1 DATE Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE2 DATE Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE3 DATE Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE4 DATE Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE5 DATE Emission Factor Mapping Descriptive Flexfield: segment of the user descriptive flexfield.
CLASSIFICATION_CATEGORY_ID NUMBER 18 Unique identifier of the classification category specified on the classification rule.
CLASSIFICATION_RULE_ID NUMBER 18 Unique identifier of the classification rule that was used in activity classification.

Indexes

Index Uniqueness Tablespace Columns
SUS_ACTIVITIES_N1 Non Unique DEFAULT ACTIVITY_TYPE_CODE
SUS_ACTIVITIES_PK Unique Default ACTIVITY_ID
SUS_ACTIVITIES_U1 Unique Default ACTIVITY_NUMBER