SUS_EMISSION_FACTOR_MAPS

Table to store emission factor mappings for deriving best-matched emission factors. Emission factor is a value that represents the rate at which an activity releases a greenhouse gas, air pollutant, or other substance into the atmosphere.

Details

  • Schema: FUSION

  • Object owner: SUS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SUS_EMISSION_FACTOR_MAPS_PK

EMISSION_FACTOR_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
EMISSION_FACTOR_MAP_ID NUMBER 18 Yes Unique identifier of the emission factor mapping.
EMISSION_TYPE_CODE VARCHAR2 30 The Code identifying specific emission types from ORA_SUS_EMISSION_TYPES lookup
MEASURE_TYPE_CODE VARCHAR2 30 The code that identifies the Measure Type. E.g. ORA_SUS_QUANTITY is the seeded code for the quantity of fuel burned.
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.
CATEGORY_ID NUMBER 18 Unique identifier of Activity Category.
CATEGORY_VISIBILITY VARCHAR2 1 This flag identifies the category Visibility on an Activity.
DENOMINATOR_UOM_CODE VARCHAR2 3 The unit of measure of the denominator of the emission factor.
DESCRIPTION VARCHAR2 4000 Description of the emission factor.
EMISSION_FACTOR_SOURCE VARCHAR2 1000 The source of the emission factor. This is a free form text. For example EPA, DEFRA, supplier-provided carbon footprint.
START_DATE DATE Date when the emission factor becomes active.
END_DATE DATE Date when the emission factor becomes inactive.
RANKING NUMBER 18 Ranking for the emission factors. The smaller the rank number, the higher the priority.
LEGAL_ENTITY_ID NUMBER 18 Unique identifier of the Legal Entity for which the emission factor is valid.
SUPPLIER_ID NUMBER 18 Unique identifier of the Supplier for which the emission factor is valid.
INVENTORY_ITEM_ID NUMBER 18 Unique identifier of the inventory item.
COUNTRY_CODE VARCHAR2 2 Stores the code for identifying the country.
FACILITY_ID NUMBER 18 Unique identifier of the facility for which the emission factor is valid.
DENOMINATOR_CURRENCY_CODE VARCHAR2 15 The currency code of the denominator of the emission factor.
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.
ACTIVITY_TYPE_CODE VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
EFM_ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
EFM_ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.

Indexes

Index Uniqueness Tablespace Columns
SUS_EMISSION_FACTOR_MAPS_N1 Non Unique Default ACTIVITY_TYPE_CODE
SUS_EMISSION_FACTOR_MAPS_N2 Non Unique Defailt CATEGORY_ID
SUS_EMISSION_FACTOR_MAPS_N3 Non Unique Default CATEGORY_VISIBILITY
SUS_EMISSION_FACTOR_MAP_U1 Unique Default EMISSION_FACTOR_MAP_ID