SUS_GWP
This table contains information about the Global Warming Potentials. GWP is a metric used to calculate the potential contribution of different greenhouse gases to global warming over a specific time horizon.
Details
-
Schema: FUSION
-
Object owner: SUS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SUS_GWP_PK |
GWP_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
GWP_ID | NUMBER | 18 | Yes | Uniquely identifies the GWP metric record | |
EMISSION_TYPE_CODE | VARCHAR2 | 30 | The Code identifying specific Emission Types from ORA_SUS_EMISSION_TYPES lookup | ||
GWP_FACTOR | NUMBER | Metric value to assess the potential contribution of different greenhouse gases | |||
START_DATE | DATE | The Start Date from when GWP metric value becomes valid | |||
END_DATE | DATE | The End Date till when GWP metric value stays valid | |||
DESCRIPTION | VARCHAR2 | 4000 | Description of the Global Warming Potentials (GWP) metric | ||
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. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
SUS_GWP_N1 | Non Unique | DEFAULT | EMISSION_TYPE_CODE |
SUS_GWP_U1 | Unique | DEFAULT | GWP_ID |