SUS_ACTIVITY_TYPES
Table to store types of activities that causes an ESG impact. For example, stationary combustion (the burning of fuel by a stationary object such as a boiler or a kiln), mobile combustion (the burning of fuel by a mobile object such as a vehicle), purchased electricity (purchase and consumption of electricity), and purchased goods and services (purchase of a good or service and its embodied carbon emissions).
Details
-
Schema: FUSION
-
Object owner: SUS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SUS_ACTIVITY_TYPES_PK |
ACTIVITY_TYPE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ACTIVITY_TYPE_ID | NUMBER | 18 | Yes | Unique identifier of an Activity Type that causes an ESG impact, represented by the record. | |
ACTIVITY_TYPE_CODE | VARCHAR2 | 100 | Yes | Code that identifies the activity type. | |
SCOPE_CODE | VARCHAR2 | 30 | Code that identifies the scope to which an activity type belongs. | ||
SCOPE_CATEGORY_CODE | VARCHAR2 | 30 | Code that identifies the Scope 3 category to which an activity type belongs. | ||
START_DATE | DATE | Yes | Date from when an activity type becomes valid. | ||
END_DATE | DATE | Date till when an activity type stays valid. | |||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
SUS_ACTIVITY_TYPES_PK | Unique | Default | ACTIVITY_TYPE_ID |
SUS_ACTIVITY_TYPES_U1 | Unique | Default | ACTIVITY_TYPE_CODE |