SUS_ACTIVITY_EMISSIONS
Table to store emissions related information of an activity record. It stores key parameters such as emission type, quantity, UOM, emission factor mapping and CO2e emission quantity.
Details
-
Schema: FUSION
-
Object owner: SUS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
sus_activity_emissions_PK |
ACTIVITY_EMISSION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ACTIVITY_EMISSION_ID | NUMBER | 18 | Yes | Unique identifier of an activity emission record. | |
ACTIVITY_ID | NUMBER | 18 | Yes | Unique identifier of an Activity Record. | |
EMISSION_TYPE_CODE | VARCHAR2 | 30 | The code identifying a specific emission Type. | ||
EMISSION_QTY | NUMBER | Stores the quantity of activity emissions. | |||
EMISSION_UOM_CODE | VARCHAR2 | 3 | Unit of measure of emission quantity. | ||
MEASURE_TYPE_CODE | VARCHAR2 | 30 | The code identifying a specific Measure Type. | ||
GWP_ID | NUMBER | 18 | Uniquely identifies the GWP metric record | ||
GWP_FACTOR | NUMBER | GWP is a metric value used to assess the potential contribution of different greenhouse gases (GHGs) to global warming over a specific time horizon, usually 100 years. | |||
EMISSION_FACTOR | NUMBER | The value of the emission factor. | |||
NUMERATOR_UOM_CODE | VARCHAR2 | 3 | The unit of measure of the numerator of the emission factor. | ||
DENOMINATOR_UOM_CODE | VARCHAR2 | 3 | The unit of measure of the denominator of the emission factor. | ||
DENOMINATOR_CURRENCY_CODE | VARCHAR2 | 15 | Currency code of the denominator of the emission factor. | ||
DESCRIPTION | VARCHAR2 | 4000 | Description of the activity emissions. | ||
EMISSION_FACTOR_MAP_ID | NUMBER | 18 | Unique identifier of the emission factor mappings on table sus_emission_factor_mappings. | ||
EMISSION_FACTOR_SOURCE | VARCHAR2 | 1000 | Stores the source of the emission factor. | ||
ACTIVITY_MEASURE_ID | NUMBER | 18 | Unique identifier of an activity measure record. | ||
CO2E_EMISSION_QTY | NUMBER | Stores the quantity of CO2E emission. | |||
CO2E_UOM_CODE | VARCHAR2 | 3 | UOM for the quantity of CO2E emission. | ||
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. | |
STATUS_CODE | VARCHAR2 | 30 | Status of the activity record such as Posted, or Canceled. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
SUS_ACTIVITY_EMISSIONS_N1 | Non Unique | Default | ACTIVITY_ID |
SUS_ACTIVITY_EMISSIONS_N2 | Non Unique | DEFAULT | GWP_ID |
SUS_ACTIVITY_EMISSIONS_N3 | Non Unique | DEFAULT | EMISSION_FACTOR_MAP_ID |
SUS_ACTIVITY_EMISSIONS_U1 | Unique | Default | ACTIVITY_EMISSION_ID |