Data Dictionary

ALARM

Table Name: ALARM

ALARM: This table record the alarms which data conform to the rule, and the operations for this alarm.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ALARM_ID

Y

INTEGER

P

ALARM ID: The identifier of the alarm.

ALARM_SETTINGS_ID

Y

INTEGER

ALARM_SETTINGS

ALARM SETTINGS ID: The identifier of the alarm settings.

COUNTER

N

INTEGER

COUNTER: How many times the alarm warned.

IS_ACKNOWLEDGED

N

BOOLEAN

IS ACKNOWLEDGED: Whether someone deal with this alarm.

ACKNOWLEDGED_COMMENTS

N

CHARACTER VARYING

255

ACKNOWLEDGED COMMENTS: The comments for the alarm.

ACKNOWLEDGED_BY

N

CHARACTER VARYING

50

ACKNOWLEDGED BY: Who deal with this alarm.

R_EVENT_CATEGORY_ID

N

INTEGER

R_EVENT_CATEGORY

R EVENT CATEGORY ID: The identifier of the category for the well activity or event.

EVENT_CATEGORY

N

CHARACTER VARYING

40

R_EVENT_CATEGORY

EVENT CATEGORY: The category of the well activity or event.

R_EVENT_SUB_CATEGORY_ID

N

INTEGER

R_EVENT_SUB_CATEGORY

EVENT SUB CATEGORY: The sub type of this event, such as subtypes of Acid/Fracture, when Acid is one of the categories. And Stimulation is one of the types.

EVENT_SUB_CATEGORY

N

CHARACTER VARYING

40

R_EVENT_SUB_CATEGORY

EVENT SUB CATEGORY: The sub type of this event, such as subtypes of Acid/Fracture, when Acid is one of the categories. And Stimulation is one of the types.

IS_NOTIFICATION_SUCCESS

N

BOOLEAN

IS NOTIFICATION SUCCESS: Does this alarm sent some information to relevant person?

STATUS_ID

N

INTEGER

R_ALARM_STATUS

STATUS ID: The identifier of the alarm status, like open, in review, closed.

STATUS

N

CHARACTER VARYING

40

R_ALARM_STATUS

STATUS: The alarm status like open, in review, closed.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

TRIGGER_TYPE_ID

N

INTEGER

TRIGGER TYPE_ID: The identifier of the trigger type, like automatically, manually.

TRIGGER_TYPE

N

CHARACTER VARYING

40

TRIGGER TYPE: The alarm acknowledge to relevant people trigger type, like automatically, manually.

EVENT_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EVENT DATE: The date the alarm happened. This will show the last alarm date in detail table for same alarm rule.

R_ALARM_SUB_CATEGORY_ID

N

INTEGER

R_ALARM_SUB_CATEGORY

ALARM SUB CATEGORY ID: The identifer of the row.

ALARM_SUB_CATEGORY

N

CHARACTER VARYING

100

R_ALARM_SUB_CATEGORY

ALARM SUB CATEGORY: The sub category of the Alarm.

ALARM_DETAIL

Table Name: ALARM_DETAIL

ALARM DETAIL: This table record alarm contents.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ALARM_DETAIL_ID

Y

INTEGER

P

ALARM DETAIL ID: The identifier of the alarm detail.

ALARM_ID

Y

INTEGER

ALARM

ALARM ID: The identifier of the alarm.

ALARM_DESCRIPTION

N

CHARACTER VARYING

255

ALARM DESCRIPTION: The alarm message description.

DATE

Y

TIMESTAMP WITHOUT TIME ZONE

DATE: The alarm happened time.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

TAGS_ID

Y

CHARACTER VARYING

50

TAGS ID: Original ID related to sensor.

ALARM_NOTIFICATION

Table Name: ALARM_NOTIFICATION

ALARM NOTIFICATION: According to alarm class, set sending users.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ALARM_NOTIFICATION_ID

Y

INTEGER

P

ALARM NOTIFICATION ID: Number or code uniquely identifying the row.

R_ALARM_SUB_CATEGORY_ID

Y

INTEGER

R_ALARM_SUB_CATEGORY

ALARM SUB CATEGORY ID: The identifier of the alarm sub category.

USER_GROUP

Y

CHARACTER VARYING

2000

USER GROUP: For which group will send this email.

EMAIL_CONFIG_ID

N

INTEGER

EMAIL_CONFIG

EMAIL CONFIG ID: The identifier of the Email configure.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ALARM_SETTINGS

Table Name: ALARM_SETTINGS

ALARM SETTINGS: This table is used to store alarm settings in the alarm setting interface.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ALARM_SETTINGS_ID

Y

INTEGER

P

ALARM SETTINGS ID: The identifier of the alarm settings.

R_ENTITY_TYPE_ID

N

INTEGER

R_ENTITY_TYPE

ENTITY TYPE REFERENCE ID: The unique internal identifier of the entity type.

R_ENTITY_TYPE

N

CHARACTER VARYING

40

R_ENTITY_TYPE

ENTITY TYPE: The entity type that is described of this row. Such as Well, Field, Area, Facility, Equipment that is commonly defined as entity in oil and gas industry.

ENTITY_NAME

Y

CHARACTER VARYING

100

ENTITY NAME: The entity name the alarm set for, for example, well.

R_EQUIPMENT_MEASUREMENT_ID

N

INTEGER

R_EQUIPMENT_MEASUREMENT

R EQUIPMENT MEASUREMENT ID: is the primary key of this table, which is automatic generated by PDM application.

MEASUREMENT_NAME

Y

CHARACTER VARYING

50

R_EQUIPMENT_MEASUREMENT

MEASUREMENT NAME, is the tag name from OPC server or PDM connector. It is unique constraint of this table.

ALARM_NAME

Y

CHARACTER VARYING

50

ALARM NAME: The name set in the interface of alarm settings.

DATE

Y

TIMESTAMP WITHOUT TIME ZONE

DATE: The date set in the interface of alarm settings.

R_ALARM_LEVEL_ID

N

INTEGER

R_ALARM_LEVEL

R ALARM LEVEL ID: The identifier of the level.

ALARM_LEVEL

N

CHARACTER VARYING

40

R_ALARM_LEVEL

ALARM LEVEL: The alarm level set in the interface of alarm settings.

R_ALARM_COLOR_ID

N

INTEGER

R_ALARM_COLOR

R ALARM COLOR ID: The identifier of the alarm color.

COLOR_CODE

N

CHARACTER VARYING

15

R_ALARM_COLOR

COLOR CODE: The alarm color set in the interface of alarm settings.

R_ALARM_TYPE_ID

N

INTEGER

R_ALARM_TYPE

R ALARM TYPE ID: The identifier of the alarm type.

ALARM_TYPE

Y

CHARACTER VARYING

40

R_ALARM_TYPE

ALARM TYPE: The alarm type set in the interface of alarm settings.

BASE_LINE

N

CHARACTER VARYING

60

BASE LINE: The base line for rate of change. Can put average value, previous value,and input a defined value.

INPUT_VALUE

N

NUMERIC

15,5

INPUT VALUE: If the base line choose input value, this box put value.

DURATION

N

NUMERIC

15,5

DURATION: If put average value in base line, need to put how long time values need to average.

MINIMUM_THRESHOLD

N

NUMERIC

15,10

MINIMUM THRESHOLD: The minimum value of the alarm.

MAXIMUM_THRESHOLD

N

NUMERIC

15,10

MAXIMUM THRESHOLD: The maximum value of the alarm.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

EQUIPMENT_ID

N

INTEGER

EQUIPMENT

EQUIPMENT ID: The identifier of the piece of equipment that this row of alarm set for.

EQUIPMENT_NAME

N

CHARACTER VARYING

40

EQUIPMENT

EQUIPMEN NAME: The name of the piece of equipment that this row of alarm set for.

ENTITY_ID

N

INTEGER

ENTITY IDENTIFER: The identifier of different entity, it comes from Well_ID, Facility_ID etc.

CARTOREFERENCESYSTEM

Table Name: CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM: a coordinate reference system (CRS) refers to the way in which spatial data that represent the earth s surface (which is round / 3 dimensional) are flattened so that you can Draw them on a 2-dimensional surface. For example WGS 84, UTM.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

CRS_ID

Y

INTEGER

P

CRS ID: An auto generated database id and is the primary key for this row.

CRS_NAME

Y

CHARACTER VARYING

50

CRS NAME: for example WGS 84, UTM

CRS_TYPE

N

CHARACTER VARYING

50

CRS TYPE: In general CRS can be divided into projected coordinate reference systems (also called Cartesian or rectangular coordinate reference systems) and geographic coordinate reference systems.

GEODETIC_SOURCE

N

CHARACTER VARYING

50

GEODETIC SOURCE: To identify the geodetic source.

PROJECTION_TYPE

N

CHARACTER VARYING

50

PROJECTION TYPE: To identify valid classifications of projections used by individual map projections. For example, Mercator, Lambert, Polyconic, …​

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

EMAIL_CONFIG

Table Name: EMAIL_CONFIG

EMAIL CONFIG: The format/template for email sending.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EMAIL_CONFIG_ID

Y

INTEGER

P

EMAIL CONFIG ID: An auto generated database id for this table.

ALARM_CATEGORY_ID

Y

INTEGER

R_ALARM_CATEGORY

ALARM CATEGORY: The category of the alarm.

EMAIL_SUBJECT

N

CHARACTER VARYING

255

EMAIL SUBJECT: The subject defined for this email.

HELLO_WORDS

N

CHARACTER VARYING

255

HELLO WORDS: The beginning words defined for this email.

INTRODUCTION

N

CHARACTER VARYING

2000

INTRODUCTION: The brief context defined for this email.

BODY

N

CHARACTER VARYING

2000

BODY: The main content defined for this email.

DETAIL_LINK

N

CHARACTER VARYING

255

DETAIL LINK: The detail link could send in this email.

IS_AUTO_SEND

Y

BOOLEAN

IS AUTO SEND: The method for sending this email.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

EQUIPMENT

Table Name: EQUIPMENT

EQUIPMENT: Use this table to describe pieces of equipment that are real. May be any kind of equipment, microscopes, gauges etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

COMMISSION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

COMMISSION DATE: The date when this piece of equipment was commissioned.

DECOMMISSION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

DECOMMISSION DATE: The date when this piece of equipment was decommissioned.

EQUIPMENT_ID

Y

INTEGER

P

EQUIPMENT IDENTIFIER: Unique identifier for the list of the equipment.

EQUIPMENT_NAME

Y

CHARACTER VARYING

40

EQUIPMENT NAME: For specific types of equipment that are assigned names, such as rigs. This column should not be used to identify the type of equipment this is.

EQUIPMENT_SUB_TYPE

N

CHARACTER VARYING

40

R_EQUIPMENT_SUB_TYPE

EQUIPMENT SUB TYPE: Describe the sub type of equipment.

EQUIPMENT_TYPE

N

CHARACTER VARYING

40

R_EQUIPMENT_TYPE

EQUIPMENT TYPE: Describe the types of equipment.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

R_EQUIPMENT_SUB_TYPE_ID

N

INTEGER

R_EQUIPMENT_SUB_TYPE

EQUIPMENT SUB TYPE IDENTIFIER: Number uniquely identifying the equipment sub type.

R_EQUIPMENT_TYPE_ID

N

INTEGER

R_EQUIPMENT_TYPE

EQUIPMENT TYPE IDENTIFIER: Number uniquely identifying the equipment type.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

EQUIPMENT_ALIAS_NAME

N

CHARACTER VARYING

40

EQUIPMENT ALIAS NAME: For specific types of equipment that are assigned alias names, such as rigs. This column should not be used to identify equipment this is.

SERIAL_NUM

N

INTEGER

SERIAL NUMBER: For equipment that is assigned a serial number, usually permanently affixed to a piece of equipment.

MANUFACTURER_BA_ID

N

INTEGER

ORG_UNIT

ORG UNIT ID: The identifier to as the primary key for this row.

R_DATA_ACCESS_CATEGORY_ID

N

INTEGER

R_DATA_ACCESS_CATEGORY

REFERENCE DATA ACCESS CATEGORY ID: Unique identifier for the data access category.

EQUIPMENT_MEASUREMENT_TAGS

Table Name: EQUIPMENT_MEASUREMENT_TAGS

EQUIPMENT MEASUREMENT TAGS: This table is used to clarify which tag is associated with which equipment measurement.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EQUIPMENT_MEASUREMENT_TAGS_ID

Y

INTEGER

P

EQUIPMENT MEASUREMENT TAGS ID: The primary key of this table, which is automatic generated by PDM application.

EQUIPMENT_ID

Y

INTEGER

EQUIPMENT

EQUIPMENT IDENTIFIER: Unique identifier for the list of the equipment.

EQUIPMENT_NAME

Y

CHARACTER VARYING

40

EQUIPMENT

EQUIPMENT NAME: For specific types of equipment that are assigned names, such as rigs. This column should not be used to identify the type of equipment this is.

R_EQUIPMENT_MEASUREMENT_ID

Y

INTEGER

R_EQUIPMENT_MEASUREMENT

REFERENCE EQUIPMENT MEASUREMENT ID: The identifier of the measurement that be mapped with tags.

EQUIPMENT_MEASUREMENT

Y

CHARACTER VARYING

50

R_EQUIPMENT_MEASUREMENT

EQUIPMENT MEASUREMENT: The measurement that be mapped with tags.

TAGS_INFO_ID

Y

INTEGER

TAGS_INFO

TAGS INFO ID: The unique identifier of row data in the Tags Info table.

TAGS_ID

Y

CHARACTER VARYING

50

TAGS_INFO

TAGS ID: Orininal ID related to sensor.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

EQUIPMENT_SUBTYPE_SPEC

Table Name: EQUIPMENT_SUBTYPE_SPEC

EQUIPMENT SUB TYPE SPECIFICATION: This table is used to clarify what specifications are associated with which sub type equipment.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EQUIPMENT_SUBTYPE_SPEC_ID

Y

INTEGER

P

EQUIPMENT SUB TYPE SPECIFICATION ID: is the primary key of this table, which is automatic generated by PDM application.

R_EQUIPMENT_SUB_TYPE_ID

Y

INTEGER

R_EQUIPMENT_SUB_TYPE

EQUIPMENT SUB TYPE IDENTIFIER: Number uniquely identifying the equipment sub type.

EQUIPMENT_SUB_TYPE

Y

CHARACTER VARYING

40

R_EQUIPMENT_SUB_TYPE

EQUIPMENT SUB TYPE: Describe the kinds of equipment.

R_EQUIPMENT_SPEC_ID

Y

INTEGER

R_EQUIPMENT_SPEC

EQUIPMENT SPECIFICATION IDENTIFIER: Number uniquely identifying the equipment specification.

EQUIPMENT_SPEC

Y

CHARACTER VARYING

100

R_EQUIPMENT_SPEC

EQUIPMENT SPECIFICATION: Describe the specifications measured for equipment.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

EQUIPMENT_TYPE_MEASUREMENT

Table Name: EQUIPMENT_TYPE_MEASUREMENT

EQUIPMENT TYPE MEASUREMENT: This table is used to clarify what measurements are associated with which equipment.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EQUIPMENT_TYPE_MEASUREMENT_ID

Y

INTEGER

P

EQUIPMENT TYPE MEASUREMENT ID: The primary key of this table, which is automatic generated by PDM application.

R_EQUIPMENT_TYPE_ID

Y

INTEGER

R_EQUIPMENT_TYPE

REFERENCE EQUIPMENT TYPE IDENTIFIER: Number uniquely identifying the equipment type.

EQUIPMENT_TYPE

Y

CHARACTER VARYING

40

R_EQUIPMENT_TYPE

EQUIPMENT TYPE: Describe the equipment type.

R_EQUIPMENT_MEASUREMENT_ID

Y

INTEGER

R_EQUIPMENT_MEASUREMENT

REFERENCE EQUIPMENT MEASUREMENT ID: The identifier of the measurement that be assigned to this row of equipment type.

EQUIPMENT_MEASUREMENT

Y

CHARACTER VARYING

50

R_EQUIPMENT_MEASUREMENT

EQUIPMENT MEASUREMENT: The measurement that be assigned to this row of equipment type.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

EQUIPMENT_TYPE_SPECIFICATION

Table Name: EQUIPMENT_TYPE_SPECIFICATION

EQUIPMENT TYPE MEASUREMENT: This table is used to clarify what measurements are associated with which equipment.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EQUIPMENT_TYPE_SPEC_ID

Y

INTEGER

P

EQUIPMENT SPECIFICATION ID: The primary key of this table, which is automatic generated by PDM application.

R_EQUIPMENT_TYPE_ID

Y

INTEGER

R_EQUIPMENT_TYPE

REFERENCE EQUIPMENT TYPE IDENTIFIER: The ID that uniquely identifying the equipment type.

EQUIPMENT_TYPE

Y

CHARACTER VARYING

40

R_EQUIPMENT_TYPE

EQUIPMENT TYPE: Describe the equipment type.

R_EQUIPMENT_SPEC_ID

Y

INTEGER

R_EQUIPMENT_SPEC

REFERENCE EQUIPMENT SPECIFICATION IDENTIFIER: The ID that uniquely identifying the equipment specification.

EQUIPMENT_SPEC

Y

CHARACTER VARYING

100

R_EQUIPMENT_SPEC

EQUIPMENT SPECIFICATION: The specification that assigned to this row of equipment type.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FACILITY

Table Name: FACILITY

FACILITY: A collection of surface equipment and meters which facilitate the production, injection or disposition of products. This equipment supports any operation in the processing, development and transportation of products, such as pipeline, tank, battery etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FACILITY_ID

Y

INTEGER

P

FACILITY ID: Number or code uniquely identifying the Facility.

FACILITY_NAME

Y

CHARACTER VARYING

40

FACILITY NAME: Name assigned to the facility. This may be the legal or registered name as it appears on a permit or a given name assigned by the operator.

FACILITY_TYPE_ID

N

INTEGER

R_FACILITY_TYPE

FACILITY TYPE ID: The identifier of the facility type.

FACILITY_TYPE

N

CHARACTER VARYING

40

R_FACILITY_TYPE

FACILITY TYPE: The type of facility that is described in this row of data, such as pipeline, tank, battery etc. Please note that FACILITY_TYPE will eventually become a SUBTYPE and downsized to 30 characters.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

CONSTRUCTED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

CONSTRUCTED DATE: The date that the facility construction was completed.

ACTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ACTIVE DATE: The date that the facility became active.

ABANDONED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ABANDONED DATE: the date that this facility was abandoned.

OFFSHORE_IND

Y

BOOLEAN

OFFSHORE INDICATOR: A Y or N flag indicating whether thie facility is offshore facility or not.

R_EQUIPMENT_CATALOGUE_ID

N

INTEGER

EQUIPMENT CATALOGUE IDENTIFIER: Number uniquely identifying the equipment catalogue.

EQUIPMENT_CATALOGUE

N

CHARACTER VARYING

40

EQUIPMENT CATALOGUE: Describe the kinds of equipment.

X_COORDINATE

N

NUMERIC

18,9

SURFACE X/Y COORDINATE, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

Y_COORDINATE

N

NUMERIC

18,9

SURFACE X/Y COORDINATE,, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

CRS_ID

N

INTEGER

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM ID: the identifier of coordinate reference system.

CRS_NAME

N

CHARACTER VARYING

50

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM: coordinate-based local, regional or global system used to locate geographical entities.

CURRENT_OPERATOR

N

CHARACTER VARYING

40

CURRENT OPERATOR: The current operator of the facility, can be a person, company or organization.

DEPTH

N

NUMERIC

18,9

FACILITY DEPTH: The depth of this facility.

ELEVATION

N

NUMERIC

18,9

FACILITY ELEVATION: The elevation of this facility.

FACILITY_DIAMETER

N

NUMERIC

18,9

FACILITY DIAMETER: the diameter of a facility, such as a pipeline or a tank.

FACILITY_FUNCTION

N

CHARACTER VARYING

40

FACILITY FUNCTION: A list of valid functions that are satisfied by a facility, such as measurement, transportation, processing, storage, separation etc.

FACILITY_NO

N

INTEGER

FACILITY NUMBER: the numeric value or code assigned to a piece of equipment. Often this will correspond to the equipment tag number assigned in the production accounting system

FACILITY_SHORT_NAME

N

CHARACTER VARYING

30

FACILITY SHORT NAME: Common short name used for the facility.

FACILITY_LONG_NAME

N

CHARACTER VARYING

255

FACILITY LONG NAME: Common long name used for the facility.

LAST_INJECTION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

LAST INJECTION DATE: The date that injection volumes were last reported for this entity.

LAST_PRODUCTION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

LAST PRODUCTION DATE: The date that production was last reported for this entity.

LAST_REPORTED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

LAST REPORTED DATE: The date that a production report was last submitted for this entity.

ON_INJECTION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ON INJECTION DATE: The date that injection was first reported for this entity.

ON_PRODUCTION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ON PRODUCTION DATE: The date that production was first reported for this entity.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

IS_VIRTUAL

N

BOOLEAN

VIRTUAL INDICATOR: A Y/N flag indicating whether this row of data is currently virtual (Y) or actual (N).

UIDREF

N

CHARACTER VARYING

64

UidRef: A reference Uid for this object.

R_DATA_ACCESS_CATEGORY_ID

N

INTEGER

R_DATA_ACCESS_CATEGORY

REFERENCE DATA ACCESS CATEGORY ID: Unique identifier for the data access category.

FACILITY_EQUIPMENT

Table Name: FACILITY_EQUIPMENT

FACILITY EQUIPMENT: Generally, a facility is usually considered to be an object that exists somewhere on the earth (or under or over). In most systems, these facilities are given identifiers that indicate a PLACE on a network, and not a specific piece of equipment. This table can be used to keep track of which equipment is occupying that facility place at a given time. A single facility can thus be associated with many physical pieces of equipment over its life span.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FACILITY_EQUIPMENT_ID

Y

INTEGER

P

FACILITY EQUIPMENT IDENTIFIER: The identifier of this row of data.

FACILITY_ID

Y

INTEGER

FACILITY

FACILITY ID: Number or code uniquely identifying the Facility.

FACILITY_NAME

Y

CHARACTER VARYING

40

FACILITY NAME: Name assigned to the facility. This may be the legal or registered name as it appears on a permit or a given name assigned by the operator.

EQUIPMENT_ID

Y

INTEGER

EQUIPMENT

EQUIPMENT IDENTIFIER: Unique identifier for the list of the equipment.

EQUIPMENT_NAME

Y

CHARACTER VARYING

40

EQUIPMENT

EQUIPMENT NAME: Name assigned to the equipment, such as rigs. This column should not be used to identify the type of equipment this is.

INSTALL_DATE

N

TIMESTAMP WITHOUT TIME ZONE

INSTALLED DATE: The date that this piece of equipment was installed in a logical facility location. Over time, a piece of equipment may be installed in more than one logical location, or a logical location may have equipment replacements or upgrades over time.

REMOVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

REMOVED DATE: The date this piece of equipment was removed from a logical facility location.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

FACILITY_FIELD

Table Name: FACILITY_FIELD

FACILITY FIELD: cross reference table indicating which fields a facility is associated with. In some cases, facilities must be associated with a specific field, and in others a facility may serve more than one field.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FACILITY_FIELD_ID

Y

INTEGER

P

FACILITY FIELD ID: Primary Key Row identifier for current row

FACILITY_ID

Y

INTEGER

FACILITY

FACILITY ID: To identify the specific facility of this row of data.

FIELD_ID

Y

INTEGER

FIELD

FIELD ID: The field identifier that this row of facility is associated with.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FACILITY_ORG_UNIT

Table Name: FACILITY_ORG_UNIT

FACILITY ORG UNIT: This table is used to record the facility historical relationship with org units.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FACILITY_ORG_UNIT_ID

Y

INTEGER

P

FACILITY ORG UNIT ID: The identifier to as the primary key for this row.

FACILITY_ID

Y

INTEGER

FACILITY

FACILITY ID: The identifier of facility.

ORG_UNIT_ID

Y

INTEGER

ORG_UNIT

ORG UNIT ID: the identifier of the organization unit.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FIELD

Table Name: FIELD

FIELD: A geographical area defined for administrative and legal purposes. The field name refers to the surface area, although at times it may refer to both the surface and the underground productive zones. In the United States a field is often an area consisting of a single reservoir or multiple reservoirs all grouped on, or related to, the same individual geological structural feature and/or stratigraphic condition. Fields are usually defined at a province/state level but possibly are done at the district level.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FIELD_ID

Y

INTEGER

P

FIELD ID: Unique internal identifier for a FIELD object

FIELD_NAME

Y

CHARACTER VARYING

100

FIELD NAME: The name of the field. Must be unique among all fields in the system.

FIELD_TYPE_NAME

N

CHARACTER VARYING

50

R_FIELD_TYPE

FIELD TYPE NAME: Contains the type of this field whose list is in field type reference.

FIELD_ABBREVIATION

N

CHARACTER VARYING

20

FIELD ABBREVIATION: The abbreviation of the field.

X_COORDINATE

N

NUMERIC

18,9

X COORDICNATE: X location of the field, which can hold a geographical longitude or projected X depending on the value of CRS

Y_COORDINATE

N

NUMERIC

18,9

Y COORDINATE: Y Location of the field, which can hold a geographical latitude or projected Y depending on the value of CRS.

CRS_ID

N

INTEGER

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM ID: the identifier of coordinate reference system.

CRS_NAME

N

CHARACTER VARYING

50

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM: coordinate-based local, regional or global system used to locate geographical entities.

REMARK

N

CHARACTER VARYING

2000

REMARK: Contains the remarks for this FIELD.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: Indicates if this FIELD is active or valid.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SOURCE_NAME

N

CHARACTER VARYING

40

SOURCE NAME: Contains the source of this field object.

R_FIELD_TYPE_ID

N

INTEGER

R_FIELD_TYPE

REFERENCE FILED TYPE ID: The identifier of the field type.

UIDREF

N

CHARACTER VARYING

64

UidRef: A reference Uid for this object.

R_DATA_ACCESS_
CATEGORY_ID

N

INTEGER

R_DATA_ACCESS_CATEGORY

R_DATA_ACCESS_CATEGORY_ID: Unique identifier for the R_DATA_ACCESS_CATEGORY.

FIELD_COMPONENT

Table Name: FIELD_COMPONENT

FIELD COMPONENT: This table is used to capture the relationships between fields and busines objects, such as wells, equipment, documents, seismic sets and contracts.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FIELD_COMPONENT_ID

Y

INTEGER

P

An auto generated database id for field component

FIELD_ID

N

INTEGER

FIELD

FIELD IDENTIFIER: Unique identifier for the field.

COMPONENT_OBS_NO

Y

INTEGER

COMPONENT OBSERVATION NUMBER: A unique number identifying the object that is associated with a field.

SPATIAL_DESCRIPTION_ID

N

INTEGER

SPATIAL_DESCRIPTION

An auto generated database id for spatial description

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

FIELD_NAME

Y

CHARACTER VARYING

100

The name of the FIELD. Must be unique among all FIELDS in the system.

SPATIAL_DESCRIPTION

N

CHARACTER VARYING

40

SPATIAL DESCRIPTION: The surface and sub-surface description of any object that occupies an area, such as a land right, field, facility or area of interest. The surface description may be stated in terms of a legal survey system, metes and bounds or polygon. The mineral zone description describes the minerals (substances) and subsurface definition (zones/formations) that are included in the definition. For land rights, continuations may be described by generating a new Spatial description.

FIELD_ORG_UNIT

Table Name: FIELD_ORG_UNIT

FIELD ORG UNIT: This table is used to record the field historical relationship with org units.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FIELD_ORG_UNIT_ID

Y

INTEGER

P

FIELD ORG UNIT ID: The identifier to as the primary key for this row.

FIELD_ID

Y

INTEGER

FIELD

FIELD ID: FIELD Entity ID.

ORG_UNIT_ID

Y

INTEGER

ORG_UNIT

ORG UNIT ID: Organization UNIT ID, for example: Area data, Field data, etc.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_CONNECTED_NODE

Table Name: FLOW_CONNECTED_NODE

FLOW CONNECTED NODE: Nodes are used to connect flow ports.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_CONNECTED_NODE_ID

Y

INTEGER

P

FLOW CONNECTED NODE ID: The identifier of this row of data.

INLET_PORT_ID

Y

INTEGER

FLOW_PORT

INLET PORT ID: The identifier of the port whose flow direction is inlet.

OUTLET_PORT_ID

Y

INTEGER

FLOW_PORT

OUTLET PORT ID: The identifier of the port whose flow direction is outlet.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date and time that the connection was terminated.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date and time that the connection was activated.

COMMENT

N

CHARACTER VARYING

2000

COMMENT: :A descriptive remark associated with this connection, possibly including a reason for termination.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: IS ACTIVE:A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW_CREATED_BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CREATED_DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CHANGED_DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW_CHANGED_BY: ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_MODEL

Table Name: FLOW_MODEL

FLOW MODEL: The non-contextual content of a product flow model data object. Flow model is a collection of networks.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_MODEL_ID

Y

INTEGER

P

FLOW MODEL ID: Primary Key

FLOW_MODEL_NAME

Y

CHARACTER VARYING

255

FLOW MODEL ID: The name of the flow model. Should be unique.

INSTALLATION_ID

N

INTEGER

REPORTING_ENTITY

INSTALLATION ID: The entity that this flow model is represented for.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date and time of the termination of validity for this model.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date and time of the start of validity for this model.

COMMENT

N

CHARACTER VARYING

2000

COMMENT: A descriptive remark about the model.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

FLOW_MODEL_CONTEXT_FACILITY

Table Name: FLOW_MODEL_CONTEXT_FACILITY

FLOW MODEL CONTEXT FACILITY: Identifies the context facilities of the flow model.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_MODEL_CONTEXT_FACILITY_ID

Y

INTEGER

P

FLOW MODEL CONTEXT FACILITY ID: Primary Key

FLOW_MODEL_ID

Y

INTEGER

FLOW_MODEL

FLOW MODEL ID: Foreign key against Model

CONTEXT_FACILITY_ID

Y

INTEGER

REPORTING_FACILITY

CONTEXT FACILITY ID: the foreign key against reporting facility and which is the context facility of this model.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

FLOW_MODEL_EXTERNAL_CONNECT

Table Name: FLOW_MODEL_EXTERNAL_CONNECT

FLOW MODEL EXTERNAL CONNECT: Defines the external port in another Product Flow Model to which an external port in this model is connected. An external port should be connected to an external port with the opposite direction.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_MODEL_EXTERNAL_CONNECT_ID

Y

INTEGER

P

FLOW MODEL EXTERNAL CONNECT ID: Primary Key of this row of data.

FLOW_MODEL_ID

Y

INTEGER

FLOW_MODEL

FLOW MODEL ID: Foreign key against Model

FLOW_PORT_ID

Y

INTEGER

FLOW_PORT

FLOW PORT ID: Reference to a type of port.

CONNECTED_FLOW_PORT_ID

Y

INTEGER

FLOW_MODEL

CONNECTED FLOW PORT ID: Reference to the connected port.

CONNECTED_FLOW_MODEL_ID

Y

INTEGER

FLOW_PORT

CONNECTED FLOW MODEL: Reference to the connected model.

CONNECTED_INSTALLATION_ID

N

INTEGER

REPORTING_ENTITY

CONNECTED INSTALLATION ID: Foreign key against REPORTING ENTITY

UID

N

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_PORT

Table Name: FLOW_PORT

FLOW PORT: Ports allow flow in or out of a unit.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_PORT_ID

Y

INTEGER

P

FLOW PORT ID: Primary Key of this row of data.

FLOW_PORT_NAME

Y

CHARACTER VARYING

64

FLOW PORT NAME: The name of the port within the context of the current product flow network.

FLOW_UNIT_ID

Y

INTEGER

R_DIRECTION_TYPE_ID

Y

INTEGER

R_DIRECTION_TYPE

DIRECTION: Defines whether this port is an inlet or outlet.

UID

N

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

IS_EXPOSED_INTERNAL

Y

BOOLEAN

EXPOSED INTERNAL: True (true or 1) indicates that the port is an exposed internal port and cannot be used in a connection external to the unit. False (false or 0) or not given indicates a normal port.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_PORT_ALIAS

Table Name: FLOW_PORT_ALIAS

FLOW PORT ALIAS: An alternative name of the port.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_PORT_ALIAS_ID

Y

INTEGER

P

FLOW PORT ALIAS ID: Primary Key of this row of data.

FLOW_PORT_ID

Y

INTEGER

FLOW_PORT

FLOW PORT ID: Foreign key against to FLOW PORT.

FLOW_PORT_ALIAS

Y

CHARACTER VARYING

64

FLOW PORT ALIAS: The alias name of the flow port.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_PORT_EXPECTED_PRODUCT

Table Name: FLOW_PORT_EXPECTED_PRODUCT

FLOW PORT EXPECTED PRODUCT: Defines the expected flow and product pairs to be assigned to this port .A set of expected qualifiers can be defined for each pair.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_PORT_EXPECTED_PRODUCT_ID

Y

INTEGER

P

FLOW PORT EXPECTED PRODUCT ID: The identifier of this row of data.

FLOW_PORT_ID

Y

INTEGER

FLOW PORT ID: Foreign key against FLOW PORT

R_REPORTING_FLOW_ID

Y

INTEGER

REPORTING FLOW ID: The expected kind of flow.

R_REPORTING_PRODUCT_ID

Y

INTEGER

REPORTING PRODUCT ID: The expected kind of product within the flow.

UID_REF

N

CHARACTER VARYING

64

UID REF: The referencing uid.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_PORT_EXPECTED_PROPERTY

Table Name: FLOW_PORT_EXPECTED_PROPERTY

FLOW PORT EXPECTED PROPERTY: Defines expected properties of port.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_PORT_EXPECTED_PROPERTY_ID

Y

INTEGER

P

FLOW PORT EXPECTED PROPERTY ID: The identifier of this row of date.

FLOW_PORT_ID

Y

INTEGER

FLOW_PORT

FLOW PORT ID: Foreign key against to FLOW PORT

R_FACILITY_PARAMETER_ID

Y

INTEGER

R_FACILITY_PARAMETER

FACILITY PARAMETER REFERENCE: The expected port property.

DEAD_BAND

N

NUMERIC

10,5

DEAD BAND: Difference between two consecutive readings, which must exceed deadband value to be accepted.

MAXIMUM_FREQUENCY

N

NUMERIC

10,5

MAXIMUM FREQUENCY: The maximum time difference from the last sent event before the next event is sent.

COMMENT

N

CHARACTER VARYING

2000

COMMENT: A descriptive remark associated with this property.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_PORT_NFP_TAG_ALIAS

Table Name: FLOW_PORT_NFP_TAG_ALIAS

FLOW PORT NFP TAG ALIAS: This specify the tag alias mapped to this port.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_PORT_NFP_TAG_ALIAS_ID

Y

INTEGER

P

FLOW PORT NFP TAG ALIAS ID: Primary Key of this row of data.

FLOW_PORT_EXPECTED_PROPERTY_ID

Y

INTEGER

FLOW_PORT_EXPECTED_PROPERTY

FLOW PORT EXPECTED PROPERTY ID: Foreign key against to the property assigned to port.

TAG_ALIAS

Y

CHARACTER VARYING

64

TAG ALIAS: The tag alias assigned to this row of property.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_PORT_PROPERTY_EXPECTED_FLOW_PRODUCT

Table Name: FLOW_PORT_PROPERTY_EXPECTED_FLOW_PRODUCT

FLOW PORT PROPERTY EXPECTED FLOW PRODUCT: Defines an expected combination of kinds of the expetect property.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_PORT_PROPERTY_
EXPECTED_FLOW_PRODUCT_ID

Y

INTEGER

P

FLOW PORT PROPERTY EXPECTED FLOW PRODUCT ID: Primary Key of this row of data

FLOW_PORT_EXPECTED_PROPERTY_ID

Y

INTEGER

FLOW_PORT_EXPECTED_PROPERTY

FLOW PORT EXPECTED PROPERTY ID: Foreign key against to the property assigned to port.

R_REPORTING_FLOW_ID

Y

INTEGER

R_REPORTING_FLOW

REPORTING FLOW ID: The expected kind of flow.

R_REPORTING_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

REPORTING PRODUCT ID: The expected kind of product within the flow.

R_FLOW_QUALIFIER_ID

Y

INTEGER

R_FLOW_QUALIFIER

FLOW QUALIFIER ID: The flow qualifier of flow.

UID

Y

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_UNIT

Table Name: FLOW_UNIT

FLOW UNIT: A flow unit is essentially a black box that can represent anything. Generally it is a kind of facility or well.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_UNIT_ID

Y

INTEGER

P

FLOW UNIT ID: Primary Key of this row of data.

FLOW_UNIT_NAME

Y

CHARACTER VARYING

64

FLOW UNIT NAME: The name of the Product Flow Unit within the context of the Product Flow Network.

REPORTING_FACILITY_ID

N

INTEGER

REPORTING_FACILITY

REPORTING FACILITY ID: The REPORTING FACILITY this flow unit represents for.

NETWORK_ID

Y

INTEGER

NETWORK

NETWORK ID: Foreign key against NETWORK table

NETWORK_PLAN_ID

N

INTEGER

NETWORK_PLAN

NETWORK PLAN ID: The identifier of a network plan. This indicates a planned unit. All child network components must all be planned and be part of the same plan.

COMMENT

N

CHARACTER VARYING

2000

COMMENT: A descriptive remark associated with this unit.

REPORTING_FACILITY_PARENT1_ID

N

INTEGER

REPORTING_FACILITY

REPRTING FACILITY PARENT1 ID: Foreign key against REPORTING FACILITY, For facilities whose name is unique within the context of another facility, the name of the parent facility this named facility. The name can be qualified by a naming system. This also

REPORTING_FACILITY_PARENT2_ID

N

INTEGER

REPORTING_FACILITY

REPORTING FACILITY PARENT2 ID: Foreign key against REPORTING FACILITY, For facilities whose name is unique within the context of another facility, the name of the parent facility of facilityParent1. The name can be qualified by a naming system. This als

INTERNAL_NETWORK_ID

N

INTEGER

NETWORK

INTERNAL NETWORK REFERENCE: A pointer to the network representing the internal behavior of this unit.

RELATIVE_COORDINATE_X

N

NUMERIC

10,5

RELATIVE COORDINATE X: Defines the relative coordinate of the unit on a display screen. This is not intended for detailed diagrams. Rather it is intended to allow different applications to present a user view which has a consistent layout.

RELATIVE_COORDINATE_Y

N

NUMERIC

10,5

RELATIVE COORDINATE Y: Defines the relative coordinate of the unit on a display screen.

RELATIVE_COORDINATE_Z

N

NUMERIC

10,5

RELATIVE COORDINATE Z: Defines the relative coordinate of the unit on a display screen.

IS_VIRTUAL

Y

BOOLEAN

IS VIRTUAL: A True/False flag indicating whether this row of flow unit is virtual or not.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

UID

N

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_UNIT_ALIAS

Table Name: FLOW_UNIT_ALIAS

FLOW UNIT ALIAS: This specify flow unit alias

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_UNIT_ALIAS_ID

Y

INTEGER

P

FLOW_UNIT_ALIAS_ID: Primary Key of this row of data.

FLOW_UNIT_ID

Y

INTEGER

FLOW_UNIT

FLOW UNIT ID: Foreign key against to FLOW UNIT

FLOW_UNIT_ALIAS

Y

CHARACTER VARYING

64

FLOW UNIT ALIAS: The alias name assigned to this flow unit.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_UNIT_CONTEXT_FACILITY

Table Name: FLOW_UNIT_CONTEXT_FACILITY

FLOW UNIT CONTEXT FACILITY: Identifies the context facilities of the FLOW UNIT.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_UNIT_CONTEXT_FACILITY_ID

Y

INTEGER

P

FLOW UNIT CONTEXT FACILITY ID: The identifier of this row of data.

FLOW_UNIT_ID

Y

INTEGER

FLOW_UNIT

FLOW UNIT ID: Foreign key against FLOW UNIT.

REPORTING_FACILITY_ID

N

INTEGER

REPORTING_FACILITY

REPORTING FACILITY ID: the context facility identifier.

SITE_KIND

N

CHARACTER VARYING

64

SITE KIND: A custom sub-categorization of facility kind. This attribute is free-form text and allows implementers to provide a more specific or specialized description of the facility kind.

NAMING_SYSTEM

N

CHARACTER VARYING

64

NAMING SYSTEM: The naming system within which the name is unique. For example, API or NPD.

UID_REF

N

CHARACTER VARYING

64

UID REF: The referencing uid.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_UNIT_EXPECTED_FLOW_PRODUCT

Table Name: FLOW_UNIT_EXPECTED_FLOW_PRODUCT

FLOW UNIT EXPECTED FLOW PRODUCT: Defines an expected combination of kinds.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_UNIT_EXPECTED
_FLOW_PRODUCT_ID

Y

INTEGER

P

FLOW UNIT EXPECTED FLOW PRODUCT ID: The identifier of this row of data.

FLOW_UNIT_EXPECTED_PROPERTY_ID

Y

INTEGER

FLOW_UNIT_EXPECTED_PROPERTY

FLOW UNIT EXPECTED PROPERTY ID: The identifier of the unit expected flow property.

R_REPORTING_FLOW_ID

Y

INTEGER

R_REPORTING_FLOW

REPORTING FLOW REFERENCE: The flow kind for this row of data.

R_REPORTING_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

REPORTING PRODUCT REFERENCE: The product kind for this row of data.

R_FLOW_QUALIFIER_ID

Y

INTEGER

R_FLOW_QUALIFIER

FLOW QUALIFIER REFERENCE: The flow qualifier for this row of data.

UID

N

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

COMMENT

N

CHARACTER VARYING

2000

COMMENT: A descriptive remark associated with this property.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_UNIT_EXPECTED_PROPERTY

Table Name: FLOW_UNIT_EXPECTED_PROPERTY

FLOW UNIT EXPECTED PROPERTY: Defines expected properties of a facility represented by a unit.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_UNIT_EXPECTED_PROPERTY_ID

Y

INTEGER

P

FLOW UNIT EXPECTED PROPERTY ID: The primary key of this row of data.

FLOW_UNIT_ID

Y

INTEGER

FLOW_UNIT

FLOW UNIT ID: Foreign key to specify the FLOW UNIT

R_FACILITY_PARAMETER_ID

Y

INTEGER

R_FACILITY_PARAMETER

FACILITY PARAMETER REFERENCE: The expected facility property.

DEAD_BAND

N

NUMERIC

10,5

DEAD BAND: Difference between two consecutive readings, which must exceed deadband value to be accepted.

MAXIMUM_FREQUENCY

N

NUMERIC

10,5

MAXIMUM FREQUENCY: The maximum time difference from the last sent event before the next event is sent.

CHILD_FACILITY_ID

N

INTEGER

REPORTING_FACILITY

CHILD FACILITY ID: This identifies a sub-facility which is identified within the context

COMMENT

N

CHARACTER VARYING

2000

COMMENT: A descriptive remark associated with this property.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLOW_UNIT_NFP_TAG_ALIAS

Table Name: FLOW_UNIT_NFP_TAG_ALIAS

FLOW UNIT NFP TAG ALIAS: This specifies tag alias.The name of something within a naming system.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLOW_UNIT_NFP_TAG_ALIAS_ID

Y

INTEGER

P

FLOW UNIT NFP TAG ALIAS ID: Primary Key of this row of data.

FLOW_UNIT_EXPECTED_PROPERTY_ID

Y

INTEGER

FLOW_UNIT_EXPECTED_PROPERTY

UNIT EXPECTED PROPERTY ID: Foreign key against to UNIT EXPECTED FLOW PROPERTY

TAG_ALIAS

Y

CHARACTER VARYING

64

TAG_ALIAS: The alias name of a tag.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

FLUID_ANALYSIS

Table Name: FLUID_ANALYSIS

FLUID ANALYSIS: Use this table to keep track of the details about an analysis project, such as who did the analysis, when it was done and so on. An analysis may include information from one or many analysis steps.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_ANALYSIS_ID

Y

INTEGER

P

FLUID ANALYSIS ID: Primary key identifier of a fluid analysis.

PROD_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

PROD ENTITY ID: A unique identifier that distinguishes the product entity of the fluid analysis is represented for.

START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

START DATE: Start date the laboratory performed the sample analysis.

END_DATE

N

TIMESTAMP WITHOUT TIME ZONE

END DATE: End date the laboratory performed the sample analysis

FLUID_ANALYSIS_PURPOSE

N

CHARACTER VARYING

100

FLUID ANALYSIS PURPOSE: A narrative description of the purpose or objective of the analysis.

FLUID_ANALYSIS_LABORATORY

N

CHARACTER VARYING

100

FLUID ANALYSIS LABORATORY: A name or narrative description of the lab that performed the sample analysis.

ANALYST

N

CHARACTER VARYING

100

ANALYST: The person who performed this sample analysis.

REPORT_NUMBER

N

CHARACTER VARYING

40

REPORT NUMBER: The Lab or PVT report document number or code for this sample analysis.

REPORTED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

REPORTED DATE: Date the sample analysis was reported by the laboratory.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_ANALYSIS_PROPERTY_SUMMARY

Table Name: FLUID_ANALYSIS_PROPERTY_SUMMARY

FLUID ANALYSIS PROPERTY SUMMARY: This table contains the fluid properties summary measurement, such as density, viscosity, gravity, compressibility, GOR etc. parameter under reservoir or surface condition. Fluid property reference will provide kinds of analysis parameters.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_ANALYSIS_PROPERTY_SUMMARY_ID

Y

INTEGER

P

FLUID ANALYSIS PROPERTY SUMMARY ID: Primary key identifier of this row of data.

FLUID_ANALYSIS_ID

Y

INTEGER

FLUID_ANALYSIS

FLUID ANALYSIS ID: A unique identifier that distinguishes what fluid analysis it is.

REF_PRESSURE

N

NUMERIC

8,2

REF PRESSURE: The reference pressure value of the measured property value.

REF_TEMPERATURE

N

NUMERIC

10,5

REF TEMPERATURE: The reference temperature value of the measured property value.

R_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

REFERENCE PRODUCT ID: A unique identifier that distinguishes what product is for this measured property.

R_FLUID_PROPERTY_ID

Y

INTEGER

R_FLUID_PROPERTY

REFERENCE FLUID PROPERTY ID: A unique identifier that distinguishes what property it is.

VALUE

N

NUMERIC

15,5

VALUE: Value for the measurement of the collected fluid sample.

VALUE_UOM

N

CHARACTER VARYING

40

VALUE UOM: The unit of measure (e.g., mole percentage, BTU, etc.).

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_ANALYSIS_SAMPLE

Table Name: FLUID_ANALYSIS_SAMPLE

FLUID ANALYSIS SAMPLE: This table lists the samples that are used in an analysis. In some cases a single sample will be used, but in others new samples may be input or created at various stages of the study. The sample needs validation before the experiments.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_ANALYSIS_SAMPLE_ID

Y

INTEGER

P

ANALYZED FLUID SAMPLE ID: Primary key identifier of fluid sample used in a fluid analysis.

FLUID_SAMPLE_ID

Y

INTEGER

FLUID_SAMPLE

FLUID SAMPLE ID: A unique identifier that distinguishes what fluid sample is used in a analysis.

FLUID_ANALYSIS_ID

Y

INTEGER

FLUID_ANALYSIS

FLUID ANALYSIS ID: A unique identifier that distinguishes what fluid analysis it is.

FROM_CYLINDER_NUMBER

N

CHARACTER VARYING

100

FROM CYLINDER NUMBER: The sample is transferred from which cylinder.

TO_CYLINDER_NUMBER

N

CHARACTER VARYING

100

TO CYLINDER NUMBER: The sample is transferred to which cylinder.

TRANSFER_DATE

N

TIMESTAMP WITHOUT TIME ZONE

TRANSFER DATE: Transfer date of this fluid sample when it is transferred into the lab analysis.

TRANSFER_PRESSURE

N

NUMERIC

8,2

TRANSFER PRESSURE: The transfer pressure for this chain of custody event.

TRANSFER_TEMPERATURE

N

NUMERIC

10,5

TRANSFER TEMPERATURE: The transfer temperature for this chain of custody event.

TRANSFER_VOLUME

N

NUMERIC

14,4

TRANSFER VOLUME: The transfer volume for this chain of custody event.

REMAINING_VOLUME

N

NUMERIC

14,4

REMAINING VOLUME: The remaining volume of sample for this chain of custody event.

LAB_BUBBLE_POINT_PRESSURE

N

NUMERIC

8,2

LAB BUBBLE POINT PRESSURE: The bubble point pressure for this sample integrity test when enter into lab.

LAB_BUBBLE_POINT_TEMPERATURE

N

NUMERIC

10,5

LAB BUBBLE POINT TEMPERATURE: The bubble point temperature for this sample integrity test when enter into lab.

OPENING_PRESSURE

N

NUMERIC

8,2

OPENING PRESSURE: The opening pressure of the sample when prepared for analysis.

OPENING_TEMPERATURE

N

NUMERIC

10,5

OPENING TEMPERATURE: The opening temperature of the sample when prepared for analysis.

IS_VALID

N

BOOLEAN

VALID INDICATOR: The sample quality is valid.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_ANALYSIS_STEP

Table Name: FLUID_ANALYSIS_STEP

FLUID ANALYSIS STEP: For one fluid analysis, it usually involves a series of tests performed on a fluid in order to determine the fluids properties. An individual step during a fluid analysis is used to measure properties of a fluid in one Pressure and Temperature condition. The pressure and/or temperature may change from one step to another.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_ANALYSIS_STEP_ID

Y

INTEGER

P

FLUID ANALYSIS STEP ID: Primary key identifier for each step implemented during a fluid analysis.

FLUID_ANALYSIS_ID

Y

INTEGER

FLUID_ANALYSIS

FLUID ANALYSIS ID: A unique identifier that distinguishes what fluid analysis it is.

R_FLUID_ANALYSIS_METHOD_ID

Y

INTEGER

R_FLUID_ANALYSIS_METHOD

FLUID ANALYSIS ID: A unique identifier that distinguishes what fluid analysis method it is.

STEP_SEQUENCE

Y

INTEGER

STEP SEQUENCE: The step number is the index of a (P,T) step in the overall test.

STEP_PRESSURE

N

NUMERIC

8,2

STEP PRESSURE: The pressure for this test step

STEP_TEMPERATURE

N

NUMERIC

10,5

STEP TEMPERATURE: The temperature for this test step.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_COMPOSITION_ANALYSIS

Table Name: FLUID_COMPOSITION_ANALYSIS

FLUID COMPOSITION ANALYSIS: This table contains the measured component of the product.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_COMPOSITION_ANALYSIS_ID

Y

INTEGER

P

FLUID COMPOSITION ANALYSIS ID: Primary key identifier of composition analysis.

FLUID_ANALYSIS_STEP_ID

Y

INTEGER

FLUID_ANALYSIS_STEP

FLUID ANALYSIS STEP ID: A unique identifier that distinguishes the fluid analysis step.

R_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

R PRODUCT ID: A unique identifier that distinguishes what product is for this measured property.

R_FLUID_COMPONENT_ID

Y

INTEGER

R_FLUID_COMPONENT

R FLUID COMPONENT ID: A unique identifier that distinguishes what component it is.

MOLECULAR_WEIGHT

N

NUMERIC

10,5

MOLECULAR WEIGHT: The sum of the total mass in grams of all the atoms that make up a mole of a particular molecule.

WEIGHT_FRACTION

N

NUMERIC

10,5

WEIGHT FRACTION: The weight of an ingredient divided by the total net weight of the product.

MOLE_FRACTION

N

NUMERIC

10,5

MOLE FRACTION: Mole fraction represents the number of molecules of a particular component in a mixture divided by the total number of moles in the given mixture.

VOLUME_FRACTION

N

NUMERIC

10,5

VOLUME FRACTION: The volume fraction of this component within this combined component.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_RES_SURF_VOL_RELATION

Table Name: FLUID_RES_SURF_VOL_RELATION

FLUID RESERVOIR SURFACE VOLUME RELATION: This table is used to record the important parameters that relate the surface volumes to reservoir volumes, such as formation volume factor etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_RES_SURF_VOL_RELATION_ID

Y

INTEGER

P

FLUID RES SURF VOL RELATION ID: Primary Key Row Identifier.

FLUID_ANALYSIS_STEP_ID

Y

INTEGER

FLUID_ANALYSIS_STEP

FLUID ANALYSIS STEP ID: A unique identifier that distinguishes the fluid analysis step.

OIL_FVF

N

NUMERIC

10,5

OIL FVF: The formation volume factor for the oil (liquid) phase at the conditions of this test—​volume at test conditions/volume st standard conditions.

GAS_FVF

N

NUMERIC

10,5

GAS FVF: The gas formation volume factor at this test step.

TOTAL_FVF

N

NUMERIC

10,5

TOTAL FVF: The total formation volume factor at this test step.

SOLUTION_GOR

N

NUMERIC

15,6

SOLUTION GOR: The solution gas oil ration at this test step.

Z_FACTOR

N

NUMERIC

10,5

Z FACTOR: The compressibility factor (z).

OIL_VISCOSITY

N

NUMERIC

10,5

OIL VISCOSITY: The viscosity of the oil phase at this test step.

GAS_VISCOSITY

N

NUMERIC

10,5

GAS VISCOSITY: The viscosity of the gas phase at this test step.

LIQUID_VISCOSITY

N

NUMERIC

10,5

LIQUID VISCOSITY: The viscosity of the liquid phase at this test step.

OIL_GRAVITY

N

NUMERIC

10,5

OIL GRAVITY: The oil gravity at this test step.

GAS_GRAVITY

N

NUMERIC

10,5

GAS GRAVITY: The gas gravity at this test step.

LIQUID_DENSITY

N

NUMERIC

10,5

LIQUID DENSITY: The liquid density at this test step.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_SAMPLE

Table Name: FLUID_SAMPLE

FLUID SAMPLE: The sample table is used to store the physical properties and the most primary information about the sample. Such as sample acquisition date time, method, depth etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_SAMPLE_ID

Y

INTEGER

P

FLUID SAMPLE ID: Primary key identifier of this row of fluid sample.

SAMPLE_NUMBER

Y

CHARACTER VARYING

100

SAMPLE NUMBER: The number of this fluid sample container or Unique number identifier for a sample used in technical analysis.

SAMPLE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

SAMPLE DATE: The date the sample was collected. In cases where the collection process takes more than one day, the date when the first portion of the sample is collected is used.

PROD_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

PROD ENTITY ID: A unique identifier that distinguishes the product entity of the fluid sample is represented for. Such as the fluid sample is collected for a well fluid analysis, or wellbore analysis.

R_FLUID_SAMPLE_METHOD_ID

N

INTEGER

R_FLUID_SAMPLE_METHOD

R FLUID SAMPLE METHOD ID: A unique identifier that distinguishes which sample method is used. Such as downhole sampling or RFT testing sampling method is used.

R_PRODUCT_ID

N

INTEGER

R_REPORTING_PRODUCT

R PRODUCT ID: A unique identifier that distinguishes what product is collected as a fluid sample. Especially when using separator sampling method, the oil and gas and stored in individual containers.

ACQUISITION_DEPTH

N

NUMERIC

15,5

ACQUISITION DEPTH: The depth from which this sample is collected

ACQUISITION_PRESSURE

N

NUMERIC

8,2

ACQUISITION PRESSURE: The acquisition pressure when this sample was taken.

ACQUISITION_TEMPERATURE

N

NUMERIC

10,5

ACQUISITION TEMPERATURE: The acquisition temperature when this sample was taken.

ACQUISITION_VOLUME

N

NUMERIC

14,4

ACQUISITION VOLUME: The acquisition volume when this sample was taken.

SERVICE_COMPANY

N

CHARACTER VARYING

100

SERVICE COMPANY: Describes any company, person, group, consultant, etc., that collected this fluid sample.

IS_REPRESENTATIVE

N

BOOLEAN

IS REPRESENTATIVE: Boolean to state whether the sample is representative or not.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_SAMPLE_DETAIL

Table Name: FLUID_SAMPLE_DETAIL

FLUID SAMPLE DETAIL: This table is used to record the value that maybe measured in an sample acquisition activity. For example, in a bottom hole sampling, the separator temp/press maybe captured together.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_SAMPLE_DETAIL_ID

Y

INTEGER

P

FLUID SAMPLE DETAIL ID: Primary key identifier of this row of data.

FLUID_SAMPLE_ID

Y

INTEGER

FLUID_SAMPLE

FLUID SAMPLE ID: A unique identifier that distinguishes which fluid sample is.

R_MEASUREMENT_ID

Y

INTEGER

R_MEASUREMENT

R MEASUREMENT ID: A unique identifier that distinguishes what measurement is record for the collected sample.

VALUE

N

NUMERIC

15,5

VALUE: Value for the measurement of the collected fluid sample.

VALUE_UOM

N

CHARACTER VARYING

40

VALUE UOM: The unit of measure (e.g., mole percentage, BTU, etc.).

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FLUID_SATURATION_PRESSURE

Table Name: FLUID_SATURATION_PRESSURE

FLUID SATURATION PRESSURE: This table contains the saturation pressure information. It can be saturation pressure of reservoir temperature, or bubble/dew point curve of different temperatures.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FLUID_SATURATION_PRESSURE_ID

Y

INTEGER

P

FLUID SATURATION PRESSURE ID: Primary key identifier of fluid saturation point value. Each fluid analysis step represents one (P,T) array reference.

FLUID_ANALYSIS_STEP_ID

Y

INTEGER

FLUID_ANALYSIS_STEP

FLUID ANALYSIS STEP ID: A unique identifier that distinguishes the fluid analysis step.

VOLUME

N

NUMERIC

14,4

VOLUME: The volume value measured in the saturation test under each fluid analysis step.

PRESSURE

Y

NUMERIC

8,2

PRESSURE: The pressure value measured in the saturation test under each fluid analysis step

OPTIC

N

NUMERIC

8,2

OPTIC: The optic output value measured in the saturation test under each fluid analysis step

R_SATURATION_POINT_TYPE_ID

N

INTEGER

R_SATURATION_POINT_TYPE

R SATURATION POINT TYPE ID: A unique identifier that distinguishes what saturation point it is.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

FORMATION

Table Name: FORMATION

FORMATION: Represents a specific layer of reservoir rock through which fluids flow from a reservoir into a string of production tubing. This table can be used to prorate production from a production string back to individual formations.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

FORMATION_ID

Y

INTEGER

P

FORMATION ID: The identifier to as the primary key for this row.

FORMATION_NAME

Y

CHARACTER VARYING

50

FORMATION NAME: Full name of the formation.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: The commonly used long name of the formation.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: The commonly used short name of the formation.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

TEST_BIT

N

BOOLEAN

ATTR_SMALLINT

N

SMALLINT

ATTR_INT

N

INTEGER

ATTR_BIGINT

N

BIGINT

HIERARCHY

Table Name: HIERARCHY

HIERARCHY: This table record hierarchy name defined for a specific hierarchy.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

HIERARCHY_ID

Y

INTEGER

P

HIERARCHY ID: The identifier to as the primary key for this row.

HIERARCHY_NAME

Y

CHARACTER VARYING

50

HIERARCHY NAME: Custom value.

TENANT_ID

N

CHARACTER VARYING

100

TENANT ID: If there are multiple clients, need an identifier for each of them.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

HIERARCHY_DESC

Table Name: HIERARCHY_DESC

HIERARCHY DESC: This table defines specific levels of a hierarchy. For example, a hierarchy may use countries, provinces. This table does not describe a specific instance of a hierarchy but what level type is used.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

HIERARCHY_DESC_ID

Y

INTEGER

P

HIERARCHY DESC ID: The identifier to as the primary key for this row.

HIERARCHY_ID

Y

INTEGER

HIERARCHY

HIERARCHY ID: To identify which Hierarchy is described for.

R_ORG_UNIT_TYPE_ID

Y

INTEGER

R_ORG_UNIT_TYPE

R ORG UNIT TYPE ID: The organization unit type of this row of data.

PARENT_HIERARCHY_DESC_ID

N

INTEGER

HIERARCHY_DESC

PARENT HIERARCHY DESC ID: The parent hierarchy description of this row of data.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

HIERARCHY_LEVEL

Table Name: HIERARCHY_LEVEL

HIERARCHY LEVEL: This table places specific instances at a specific level of a hierarchy. Note that more than one object may exist at any given level.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

HIERARCHY_LEVEL_ID

Y

INTEGER

P

HIERARCHY LEVEL ID: The identifier to as the primary key for this row.

HIERARCHY_DESC_ID

Y

INTEGER

HIERARCHY_DESC

HIERARCHY DESC ID: To identify the hierarchy desc ID.

ORG_UNIT_ID

Y

INTEGER

ORG_UNIT

ORG UNIT ID: Organization unit ID to identify the org unit instance for this row of hierarchy level.

PARENT_HIERARCHY_LEVEL_ID

N

INTEGER

HIERARCHY_LEVEL

PARENT HIERARCHY LEVEL ID: The parent hierarchy level of this row of data.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

HIERARCHY_TEMPLATE

Table Name: HIERARCHY_TEMPLATE

HIERARCHY TEMPLATE: This table is used to record hierarchy structure name used for assign hierarchy.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

HIERARCHY_TEMPLATE_ID

Y

INTEGER

P

HIERARCHY TEMPLATE ID: The identifier to as the primary key for this row.

HIERARCHY_TEMPLATE_NAME

Y

CHARACTER VARYING

200

HIERARCHY TEMPLATE NAME: The hierarchy template name defined for a specific hierarchy.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

HIERARCHY_TEMPLATE_DESC

Table Name: HIERARCHY_TEMPLATE_DESC

HIERARCHY TEMPLATE DESC: This table defines specific levels of a hierarchy template. For example, a hierarchy may use countries, provinces. This table does not describe a specific instance of a hierarchy but will be used as a template for creating new valid hierarchies.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

HIERARCHY_TEMPLATE_DESC_ID

Y

INTEGER

P

HIERARCHY TEMPLATE DESC ID: The identifier to as the primary key for this row.

HIERARCHY_TEMPLATE_ID

Y

INTEGER

HIERARCHY_TEMPLATE

HIERARCHY TEMPLATE ID: The ID of hierarchy template.

R_ORG_UNIT_TYPE_ID

Y

INTEGER

R_ORG_UNIT_TYPE

R ORG UNIT TYPE ID: To identify what org unit type be assigned for this row of data.

PARENT_HIERARCHY_TEMPLATE_DESC_ID

N

INTEGER

HIERARCHY_TEMPLATE_DESC

PARENT HIERARCHY TEMPLATE DESC ID: To identify the parent of this row of data.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

NETWORK

Table Name: NETWORK

NETWORK: The non-contextual content of a product flow network object.The network represents the internal behavior of the model or a unit in another network and is a collection of connected units.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

NETWORK_ID

Y

INTEGER

P

NETWORK ID: Primary Key

NETWORK_NAME

Y

CHARACTER VARYING

64

NETWROK NAME: The name of the product flow network. This must be unique within the context of the overall product flow model.

FLOW_MODEL_ID

N

INTEGER

FLOW_MODEL

FLOW MODEL ID: Foreign key against flow model.

SCENARIO_ID

N

INTEGER

SCENARIO

SCENARIO ID: The ID of the scenario.

PARENT_NETWORK_ID

N

INTEGER

NETWORK

PARENT NETWORK REFERENCE: A pointer to the network containing the unit that this network represents.

COMMENT

N

CHARACTER VARYING

2000

COMMENT: A descriptive remark about the network.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

NETWORK_CHANGE_LOG

Table Name: NETWORK_CHANGE_LOG

NETWORK CHANGE LOG: Documents the point in time where network changes were made.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

NETWORK_CHANGE_LOG_ID

Y

INTEGER

P

NETWORK CHANGE LOG ID: Primary Key

NETWORK_ID

Y

INTEGER

NETWORK

NETWORK ID: Foreign key against NETWORK table

NETWORK_CHANGE_NAME

Y

CHARACTER VARYING

64

NETWORK CHANGE NAME: A name assigned to the change.

CHANGE_START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

CHANGE START DATE: The date associated with the change. All changes must use this timestamp.

CHANGE_REASON

N

CHARACTER VARYING

2000

CHANGE REASON: A textual reason for the change.

UID

Y

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

NETWORK_EXTERNAL_PORT

Table Name: NETWORK_EXTERNAL_PORT

NETWORK EXTERNAL PORT: An external port. This exposes an internal node for the purpose of allowing connections to the internal behavior of the network. Networks that represent a Flow Unit should always have external ports.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

NETWORK_EXTERNAL_PORT_ID

Y

INTEGER

P

NETWORK EXTERNAL PORT ID: Primary Key of this row of data.

NETWORK_ID

Y

INTEGER

NETWORK

NETWORK ID: Foreign key against NETWORK table

FLOW_PORT_ID

Y

INTEGER

FLOW PORT REFERENCE: Reference to a type of port.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

NETWORK_PLAN

Table Name: NETWORK_PLAN

NETWORK PLAN: A plan to extend an actual network.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

NETWORK_PLAN_ID

Y

INTEGER

P

NETWORK PLAN ID: Primary Key of this row of data

NETWORK_PLAN_NAME

Y

CHARACTER VARYING

64

NETWORK PLAN NAME: The name assigned to the plan.

NETWORK_ID

Y

INTEGER

NETWORK

NETWORK ID: Foreign key against NETWORK table

PLAN_START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

PLAN START DATE: The date and time of the start of the plan. This point coincides with the end of the actual configuration. The configuration of the actual at this point in time represents the configuration of the plan at this starting point. All changes to this plan must be in the future from this point in time.

PLAN_PURPOSE

N

CHARACTER VARYING

2000

PURPOSE: A textual description of the purpose of the plan.

UID

Y

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

NETWORK_PLAN_CHANGE_LOG

Table Name: NETWORK_PLAN_CHANGE_LOG

NETWORK PLAN CHANGE LOG: Documents the point in time where network plan changes were made.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

NETWORK_PLAN_CHANGE_LOG_ID

Y

INTEGER

P

NETWORK PLAN CHANGE LOG ID: Primary Key of this row of data.

NETWORK_PLAN_ID

Y

INTEGER

NETWORK_PLAN

NETWORK PLAN ID: Foreign key against NETWORK PLAN table

NETWORK_PLAN_CHANGE_NAME

Y

CHARACTER VARYING

64

NETWORK PLAN NAME: A name assigned to the change.

CHANGE_START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

CHANGE START DATE: The timestamp associated with the change. All changes must use this timestamp.

CHANGE_REASON

N

CHARACTER VARYING

2000

CHANGE REASON: A textual reason for the change.

UID

Y

CHARACTER VARYING

64

UID: A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ORG_UNIT

Table Name: ORG_UNIT

ORGANIZATION UNIT: The table is used to record the geographic and organizational area, such as field, area and business associate.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ORG_UNIT_ID

Y

INTEGER

P

ORG_UNIT_ID: The identifier to as the primary key for this row.

ORG_UNIT_NAME

Y

CHARACTER VARYING

255

ORG_UNIT_NAME:Organization UNIT Name,For example: Area data, Field data, etc.

R_ORG_UNIT_TYPE_ID

Y

INTEGER

R_ORG_UNIT_TYPE

R_ORG_UNIT_TYPE_ID: R_ORG_UNIT_TYPE Table ID.

R_ORG_UNIT_CATEGORY_ID

N

INTEGER

R_ORG_UNIT_CATEGORY

R_ORG_UNIT_CATEGORY_ID: R_ORG_UNIT_CATEGORY Table ID.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS_ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW_CREATED_BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CREATED_DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CHANGED_DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW_CHANGED_BY: Application login id of the user who last changed the row.

ORG_UNIT_SHORT_NAME

N

CHARACTER VARYING

40

ORG UNIT SHORT NAME: Common short name used for business associate. (can be used by reporting applications to make effective use of space in a report)

ORG_UNIT_ABBERIVATION

N

CHARACTER VARYING

15

ORG UNIT ABBREVIATION: Abbreviated name of the business associate. (usually used in reporting applications to provide a short name for a business associate for efficient use of space in a report on data)

POOL

Table Name: POOL

POOL/RESERVOIR: Represents a reservoir or a group of small tracts of land brought together for the granting of a well permit under applicable spacing rules. In Canada pool almost exclusively refers to a reservoir and these codes are usually unique within a province/field. In the United States, these codes are unique either to the state, or to the state/field or the district. Pool definitions may be administrative (usually assigned to a production string) or geologic (usually assigned to a production string formation).

Column Name Nullable Data Type Length Key Referenced Table Column Comment

POOL_ID

Y

INTEGER

P

POOL IDENTIFIER: The unique number assigned to the pool.

POOL_NAME

Y

CHARACTER VARYING

100

POOL NAME: The name of the pool.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (Y) or inactive/invalid (N).

DISCOVERY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

DISCOVERY DATE: The date that the pool was discovered. This may be different than effective date.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: the date on which this row of data first came into effect from a business perspective.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: the date on which this row of data is no longer in effect from a business perspective.

FIELD_ID

N

INTEGER

FIELD

FIELD IDENTIFIER: Unique identifier for the field.

FIELD_NAME

N

CHARACTER VARYING

100

FIELD

POOL_CODE

N

CHARACTER VARYING

20

POOL: Code identifying the pool (oil accumulation from which a well or group of wells produces), similar to a reservoir.

POOL_NAME_ABBREVIATION

N

CHARACTER VARYING

12

POOL NAME ABBREVIATION: The pool name abbreviation.

R_POOL_STATUS_ID

N

INTEGER

R_POOL_STATUS

POOL STATUS: The operational or legal status of the pool.

POOL_STATUS

N

CHARACTER VARYING

50

R_POOL_STATUS

R_POOL_TYPE_ID

N

INTEGER

R_POOL_TYPE

POOL TYPE: The type of hydrocarbon pool described, such as conventional or oil sands deposit. May also indicate a pool created for administrative reasons or for geologic (stratigraphic) definitions.

POOL_TYPE

N

CHARACTER VARYING

50

R_POOL_TYPE

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_DATA_ACCESS_
CATEGORY_ID

N

INTEGER

R_DATA_ACCESS_CATEGORY

R_DATA_ACCESS_CATEGORY_ID: Unique identifier for the R_DATA_ACCESS_CATEGORY.

POOL_COMPONENT

Table Name: POOL_COMPONENT

POOL COMPONENT: This table is used to capture the relationships between pools and busines objects, such as wells, equipment, documents, seismic sets and contracts.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

POOL_COMPONENT_ID

Y

INTEGER

P

An auto generated database id for pool component

POOL_ID

N

INTEGER

POOL

POOL IDENTIFIER: Number or code uniquely identifying the pool.

COMPONENT_OBS_NO

Y

INTEGER

COMPONENT OBSERVATION NUMBER: A unique number identifying the object that is associated with a pool.

SPATIAL_DESCRIPTION_ID

N

INTEGER

SPATIAL_DESCRIPTION

An auto generated database id for spatial description

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

POOL_NAME

Y

CHARACTER VARYING

100

POOL NAME: The name of the pool.

SPATIAL_DESCRIPTION

N

CHARACTER VARYING

40

SPATIAL DESCRIPTION: The surface and sub-surface description of any object that occupies an area, such as a land right, field, facility or area of interest. The surface description may be stated in terms of a legal survey system, metes and bounds or polygon. The mineral zone description describes the minerals (substances) and subsurface definition (zones/formations) that are included in the definition. For land rights, continuations may be described by generating a new Spatial description.

PRESSURE_TEMPERATURE

Table Name: PRESSURE_TEMPERATURE

PRESSURE TEMPERATURE: The pressure and temperature conditions of the measurement have a profound impact on the underlying “value” of the measurement. This table is used to store the reference conditions for pressure and temperature. The conditions is extensible, allowing for local measurement condition standards to be used.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PRESSURE_TEMPERATURE_ID

Y

INTEGER

P

PRESSURE_TEMPERATURE_ID: Row Identifier

TEMPERATURE

Y

NUMERIC

10,5

TEMPERATURE: Specified the value for standard Temperature for Volumes.

PRESSURE

Y

NUMERIC

10,5

PRESSURE: Specified the value for standard Pressure for Volumes

IS_ACTIVE

Y

BOOLEAN

IS_ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW_CREATED_BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CREATED_DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CHANGED_DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW_CHANGED_BY: Application login id of the user who last changed the row.

PROD_DECLINE_FORECAST

Table Name: PROD_DECLINE_FORECAST

PRODUCTION DECLINE FORECAST: This table contains the information of an entire forecast. such as what entity forecast for, is it a well, pool, zone or completion what scenario it is belonging to, and what method is used. Effective/Expiry date for each forecast to clarify when this forecast is valid, and not valid.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_DECLINE_FORECAST_ID

Y

INTEGER

P

PROD DECLINE FORECAST ID: Primary Key Row identifier for current row

PROD_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

PROD ENTITY ID: Foreign key associating PROD DECLINE FORECAST and REPORTING ENTITY

SCENARIO_ID

Y

INTEGER

SCENARIO

SCENARIO ID: The scenario assigned for this row of data.

R_DECLINE_METHOD_ID

Y

INTEGER

R_DECLINE_METHOD

R DECLINE METHOD ID: foreign key associating PROD DECLINE FORECAST and R DECLINE METHOD

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_DECLINE_FORECAST_CLASS

Table Name: PROD_DECLINE_FORECAST_CLASS

PRODUCTION DECLINE FORECAST CLASS: This table contains classification information for forecast, such as status and authorized state.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_DECLINE_FORECAST_CLASS_ID

Y

INTEGER

P

PROD DECLINE FORECAST CLASS ID: Primary Key row identifier

PROD_DECLINE_FORECAST_ID

Y

INTEGER

PROD_DECLINE_FORECAST

PROD DECLINE FORECAST ID: The identifier of the forecast for this row of data. It is a foreign Key associating with PROD DECLINE FORECAST table.

R_FORECAST_CLASS_ID

Y

INTEGER

R_FORECAST_CLASS

FORECAST CLASS REFERENCE: These classes may define class of the forecast of state.

R_FORECAST_CLASS_TYPE_ID

N

INTEGER

FORECAST CLASS TYPE REFERENCE: The class type that can be defined for some forecast classes.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK:REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_DECLINE_METHOD_PARM

Table Name: PROD_DECLINE_METHOD_PARM

PRODUCTION DECLINE METHOD PARAMETER: Use this table to capture the parameter settings for specific forecast segment.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_DECLINE_METHOD_PARM_ID

Y

INTEGER

P

PROD DECLINE METHOD PARM ID: Primary key row identifier for current row.

PROD_DECLINE_SEGMENT_ID

Y

INTEGER

PROD_DECLINE_SEGMENT

PROD DECLINE SEGMENT ID: The foreign key against the production decline segment.

R_DECLINE_PARM_ID

Y

INTEGER

R_DECLINE_PARM

R DECLINE PARM ID: The decline parameters be used on the production forecast.

VALUE

N

NUMERIC

14,4

VALUE: The value of this row of parameter.

VALUE_UOM

N

CHARACTER VARYING

40

VALUE UOM: The unit of the value of this row of parameter.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_DECLINE_SEGMENT

Table Name: PROD_DECLINE_SEGMENT

PRODUCTION DECLINE SEGMENT: This table holds the individual segment parameter sets, along with the summary data for each segment.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_DECLINE_SEGMENT_ID

Y

INTEGER

P

PROD DECLINE SEGMENT ID: Primary key row identifier for current row.

PROD_DECLINE_FORECAST_ID

Y

INTEGER

PROD_DECLINE_FORECAST

PROD DECLINE FORECAST ID: The identifier of the forecast for this row of data. It is a foreign Key associating with PROD DECLINE FORECAST table.

SEGMENT_SEQUENCE

Y

INTEGER

SEGMENT SEQUENCE: The sequence to label the segment number of one forecast.

R_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

R PRODUCT ID: Forecast product of the forecast

START_DATE

N

TIMESTAMP WITHOUT TIME ZONE

START DATE: Start date for this decline segment.

END_DATE

N

TIMESTAMP WITHOUT TIME ZONE

END DATE: End date for this decline segment.

R_DECLINE_CURVE_TYPE_ID

N

INTEGER

R_DECLINE_CURVE_TYPE

DECLINE CURVE TYPE: The type of decline curve that is used in decline curve forecast calculations such as exponential, harmonic, hyperbolic, linear, etc.

R_DECLINE_TYPE_ID

N

INTEGER

R_DECLINE_TYPE

DECLINE TYPE: The type of decline that is used in decline curve forecast calculations such as nominal or effective percentage.

R_RATIO_FLUID_TYPE_ID

N

INTEGER

R_RATIO_FLUID_TYPE

RATIO FLUID TYPE: The type of ratio fluid that is used in decline curve forecast calculations for GOR, YIELD, etc.

R_RATIO_CURVE_TYPE_ID

N

INTEGER

R_RATIO_CURVE_TYPE

RATIO CURVE TYPE: The type of ratio curve that is used in decline curve forecast calculations such as linear, semi-log, log-log, etc.

PARENT_PROD_DECLINE_SEGMENT_ID

N

INTEGER

PROD_DECLINE_SEGMENT

PARENT PROD DECLINE SEGMENT ID: When forecast the secondary phase, this is used to identify the parent major phase forecast segment.

VOLUME

N

NUMERIC

14,4

VOLUME: Total volume for this decline segment.

VOLUME_UOM

N

CHARACTER VARYING

40

VOLUME UOM: Volume original units of measure.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_DOWN_TIME_EVENT

Table Name: PROD_DOWN_TIME_EVENT

PROD DOWN TIME EVENT: Use this table to track the events at different levels of the operations(well, facility). A downtime event is an event that spans a discrete period that negatively affects the production or processing of hydrocarbon products (e.g. produced oil, processed diesel, etc.) The event information includes a descriptions of the event.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_DOWN_TIME_EVENT_ID

Y

INTEGER

P

PRODUCT DOWN TIME EVENT ID: Primary key identifier of this row of down time event.

PROD_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

PROD ENTITY ID: A unique identifier that distinguishes the product entity of the event is operated for.

START_TIME

Y

TIMESTAMP WITHOUT TIME ZONE

START TIME: the time of day that the event started.

END_TIME

N

TIMESTAMP WITHOUT TIME ZONE

END TIME: The time when this event or status was ended.

R_TIMEZONE_ID

N

INTEGER

R_TIMEZONE

TIMEZONE: The time zone of the starting time for this event or status.

R_EVENT_CATEGORY_ID

Y

INTEGER

R_EVENT_CATEGORY

DOWN TIME EVENT CATEGORY REFERENCE : The type of event experienced during a well down time operation or event.

R_DOWN_TIME_REASON_ID

N

INTEGER

R_DOWN_TIME_REASON

DOWN TIME REASON REFERENCE: Identifies the "Why" condition of the downtime event

EQUIPMENT_ID

N

INTEGER

EQUIPMENT

EQUIPMENT ID: The identifier of the piece of equipment that caused the downtime.

PARENT_DOWN_TIME_EVENT_ID

N

INTEGER

PROD_DOWN_TIME_EVENT

PARENT DOWN TIME EVENT ID: If there is a parent downtime event which has caused this event (e.g. a production processing facility is down, causing downtime for connected wells), then this attribute specifies the unique identifier of the entity associated

R_EVENT_STATUS_ID

N

INTEGER

R_EVENT_STATUS

EVENT STATUS REFERENCE: Specifies the event status, is "Open" or "Closed".

R_DOWN_TIME_TYPE_ID

N

INTEGER

R_DOWN_TIME_TYPE

DOWN TIME TYPE REFERENCE: Specifies the loss caused by this event, or the type of the down time event is Planned, Unplanned or External.

IS_PLAN

N

BOOLEAN

IS PLAN: to mark this row of event is a plan event or an actual event. If a plan, then mark true. Else mark false.

R_SOURCE_ID

N

INTEGER

R_SOURCE

SOURCE REFERENCE: The source of this event.

DESCRIPTION

N

CHARACTER VARYING

240

DESCRIPTION: Narrative text description of the event.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_DOWN_TIME_VOLUME_LOSS

Table Name: PROD_DOWN_TIME_VOLUME_LOSS

PROD DOWN TIME VOLUME LOSS: An associated record recording deferred volumes due to the event .

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_DOWN_TIME_VOLUME_LOSS_ID

Y

INTEGER

P

PROD DOWN TIME VOLUME LOSS ID: Primary key identifier of this row of data.

PROD_DOWN_TIME_EVENT_ID

Y

INTEGER

PROD_DOWN_TIME_EVENT

PRODUCT DOWN TIME EVENT ID: Primary key identifier of what down time event caused this row of volume loss.

R_FLOW_KIND_ID

N

INTEGER

R_REPORTING_FLOW

FLOW KIND REFERENCE: The flow kind of this row of volume loss, such as production or injection.

R_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

PRODUCT REFERENCE: The product reference of this row of volume loss, such as oil or gas.

LOST_VOLUME

N

NUMERIC

14,4

LOST VOLUME: The value for the volume lost in this event.

LOST_VOLUME_UOM

N

CHARACTER VARYING

40

LOST VOLUME UNIT: The unit for the volume lost in this event.

R_ESTIMATION_METHOD_ID

N

INTEGER

R_ESTIMATION_METHOD

ESTIMATION METHOD REFERENCE: Specifies the estimation method used for the volume loss calculation, such as "Default value, forecast, well test, etc.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_HAUL_EVENT

Table Name: PROD_HAUL_EVENT

PROD HAUL EVENT: This table contains the major information about oil/liquid haul event.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_HAUL_EVENT_ID

Y

INTEGER

P

PRODUCT HAUL EVENT ID: Primary key identifier of this row of event.

EVENT_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

EVENT DATE: The date that the haul event took place.

REPORTING_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

REPORTING ENTITY ID: To identify the entity that this row of event is reported to. Such as the oil is removed from which tank or terminal.

R_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

REPORTING PRODUCT ID: To identify the product kind which is hauled through this event.

R_HAUL_EVENT_TYPE_ID

Y

INTEGER

R_HAUL_EVENT_TYPE

REFERENCE HAUL EVENT TYPE: Specify the haul event type, such as Hot Injection, Transfer in, Transfer out, Truck Sale, Water Draw, Other

CARGO_NUMBER

Y

CHARACTER VARYING

100

CARGO NUMBER: A unique number assign to the ship of liquid.

FROM_OR_TO_ENTITY_ID

N

INTEGER

REPORTING_ENTITY

FROM OR TO ENTITY ID: To identify the entity that the oil is transferred to/from, such as which tank, or terminal.

IS_DOWN_STREAM

N

BOOLEAN

DOWN STREAM INDICATOR: To specify the fluid move direction. Is from or to reporting entity.

FROM_OR_TO_ORG_UNIT_ID

N

INTEGER

ORG_UNIT

FROM OR TO ORG UNIT ID: To identify the org unit that the entity belongs to, especially when the facility is out of current system

R_FLOW_PART_ID

N

INTEGER

R_FLOW_PART

FLOW PART REFERENCE: Specifies the kinds of subdivisions of a flow related to the stock balance.

R_REPORTING_FLOW_ID

N

INTEGER

R_REPORTING_FLOW

REFERENCE REPORTING FLOW ID: To identify the flow kind or the dispostion kind of the fluid.

REPORTED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

REPORT DATE: The date the event is reported.

SHIPPER_ID

N

INTEGER

ORG_UNIT

SHIPPER ID: The company that sends the product.

CARRIER_ID

N

INTEGER

ORG_UNIT

CARRIER ID: The company that who transport the product.

SEAL_ON

N

CHARACTER VARYING

100

SEAL ON: The number for the seal that was installed on the tank after the haul.

SEAL_OFF

N

CHARACTER VARYING

100

SEAL OFF: The number for the seal that was removed from the tank prior to the haul.

GROSS_VOLUME

N

NUMERIC

14,4

GROSS VOLUME: The gross volume value for this event.

GROSS_VOLUME_UOM

N

CHARACTER VARYING

40

GROSS VOLUME UNIT: The unit for the gross volume in this event.

R_NET_VOLUME_METHOD_ID

N

INTEGER

R_NET_VOLUME_METHOD

NET VOLUME METHOD REFERENCE: Lists the net volume methods, such as adjusted gross only, BSW correction only, Manual Entry, Standard, Temperature Correction Only

NET_VOLUME

N

NUMERIC

14,4

NET VOLUME: The net volume value for this event.

NET_VOLUME_UOM

N

CHARACTER VARYING

40

NET VOLUME UNIT: The unit for the net volume in this event.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_HAUL_VOLUME_DETAIL

Table Name: PROD_HAUL_VOLUME_DETAIL

PROD HAUL VOLUME DETAIL: This table record the measurement for volume calculation. They are secondary information for gross and net volume.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_HAUL_VOLUME
_DETAIL_ID

Y

INTEGER

P

PROD HAUL EVENT VOLUME DETAIL ID: Primary key identifier of this row of data.

PROD_HAUL_EVENT_ID

Y

INTEGER

PROD_HAUL_EVENT

PRODUCT HAUL EVENT ID: The identifier of haul event that the measurement are record for.

BEGINNING_HEIGHT

N

NUMERIC

14,4

BEGINNING HEIGHT: The beginning measured fluid height before the fluid was moved.

ENDING_HEIGHT

N

NUMERIC

14,4

ENDING HEIGHT: The ending measured fluid height after the fluid was moved.

BEGINNING_INVENTORY

N

NUMERIC

14,4

BEGINNING INVENTORY: The beginning inventory before the fluid was moved.

ENDING_INVENTORY

N

NUMERIC

14,4

ENDING INVENTORY: The ending inventory after the fluid was moved.

BEGINNING_TEMP

N

NUMERIC

14,4

BEGINNING TEMPERATURE: The temperature before the fluid was moved.

ENDING_TEMP

N

NUMERIC

14,4

ENDING TEMPERATURE: The temperature after the fluid was moved.

OBSERVED_TEMP

N

NUMERIC

14,4

OBSERVED TEMPERATURE: The observed temperature.

DENSITY

N

NUMERIC

10,5

API GRAVITY: The value for the gravity of this substance as per the American Petroleum Institute and the National Institute of Standards and Technology.

FREE_WATER_PERCENT

N

NUMERIC

10,5

FREE WATER PERCENTAGE: The free water percentage.

FREE_EMULSION_PERCENT

N

NUMERIC

10,5

FREE EMULSION PERCENTAGE: The free emulsion percentage.

SEDIMENT_WATER_CONTENT

N

NUMERIC

10,5

SEDIMENT_WATER_CONTENT(BS&W PERCENTAGE): Percentage of sediment and water.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PROD_SALE_STATEMENT

Table Name: PROD_SALE_STATEMENT

PROD SALE STATEMENT: This table contains the sale volume, price and purchaser information.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PROD_SALE_STATEMENT_ID

Y

INTEGER

P

PROD SALE STATEMENT ID: Primary key identifier of this row of data.

START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

START DATE: The start date for this sale statement.

END_DATE

N

TIMESTAMP WITHOUT TIME ZONE

END DATE: The end date for this sale statement.

REPORTING_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

REPORTING ENTITY ID: To identify the entity that this row of sale statement is reported to.

R_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

REPORTING PRODUCT ID: To identify the product kind which is hauled through this event.

SALE_GROSS_VOLUME

N

NUMERIC

14,4

SALE GROSS VOLUME: The gross volume sales.

SALE_GROSS_VOLUME_UOM

N

CHARACTER VARYING

40

SALE GROSS VOLUME UOM: The unit of the sales gross volume.

SALE_NET_VOLUME

N

NUMERIC

14,4

SALE NET VOLUME: The net volume sales.

SALE_NET_VOLUME_UOM

N

CHARACTER VARYING

40

SALE NET VOLUME UOM: The unit of the sales net volume.

PROD_HAUL_EVENT_ID

N

INTEGER

PROD_HAUL_EVENT

PROD HAUL EVENT ID: The haul event identifier to specify what haul event is associated with.

SELLER_ID

N

INTEGER

ORG_UNIT

SELLER: The name of the company who sold the fluid.

PURCHASER_ID

N

INTEGER

ORG_UNIT

TRANSPORTER: The name of the company who transport the fluid.

SALES_ADMINISTRATOR_ID

N

INTEGER

ORG_UNIT

PURCHASER: The name of the company who purchase the fluid.

PRESSURE_TEMPERATURE_ID

N

INTEGER

PRESSURE_TEMPERATURE

PRESSURE TEMPERATURE ID: The reference temperature and pressure.

WET_BASIS

N

NUMERIC

10,5

WET BASIS: Moisture content is expressed on a wet basis, that is, as the water mass in grams per 100 grams of the total mass, which includes the water.

HEAT_CONTENT

N

NUMERIC

10,5

HEAT CONTENT: Amount of heat released by combustion of a quantity of substance

PRICE_PER_UNIT

N

NUMERIC

10,5

PRICE PER UNIT: The price that the company charges against the product sold.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

PRODUCT_VOLUME_SUMMARY

Table Name: PRODUCT_VOLUME_SUMMARY

PRODUCT VOLUME SUMMARY: A summary of reported volumes for different types of fluids over a specified time period.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

PRODUCT_VOLUME_SUMMARY_ID

Y

INTEGER

P

PRODUCT VOLUME SUMMARY ID: Row Identifier

REPORTING_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

REPORTING ENTITY ID: Reporting Entity ID that production data reported against

REPORTING_ENTITY_NAME

Y

CHARACTER VARYING

50

REPORTING ENTITY NAME: Reference name to the Actual data of Entity . Ex. WELL ,Company , Lease, Reservoir Etc. using this Associated Object id and kind of reporting entity complete information of reporting entity can be identified

START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

START DATE: Start Date of Volume reported against Entity

END_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

END DATE: End Date of Volume reported against Entity

R_PERIOD_KIND_ID

Y

INTEGER

R_PERIOD_KIND

R PERIOD KIND ID: Reporting Period Type for the volume reported. Monthly, daily ETC. Referenced table to this field is R PERIOD KIND

PERIOD_KIND

Y

CHARACTER VARYING

40

R_PERIOD_KIND

PERIOD KIND: Reporting Period Type for the volume reported. Monthly, daily ETC. Referenced table to this field is R PERIOD KIND

R_REPORTING_FLOW_ID

Y

INTEGER

R_REPORTING_FLOW

R REPORTING FLOW ID: Reporting flow for the volume reported

REPORTING_FLOW

Y

CHARACTER VARYING

40

R_REPORTING_FLOW

REPORTING FLOW: Reporting flow for the volume reported

R_REPORTING_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

R REPORTING PRODUCT ID: Product for which the volume is reported

PRODUCT

Y

CHARACTER VARYING

40

R_REPORTING_PRODUCT

REPORTING PRODUCT: Product for which the volume is reported

R_QUANTITY_METHOD_ID

Y

INTEGER

R_QUANTITY_METHOD

R QUANTITY METHOD ID: Quantity/Volume method used for reported volume

QUANTITY_METHOD

Y

CHARACTER VARYING

40

R_QUANTITY_METHOD

QUANTITY METHOD: Quantity/Volume method used for reported volume

AMENDMENT_SEQ_NO

Y

INTEGER

AMENDMENT SEQ NO: used to order amendment events for production volumes. For each PDEN, volume method, activity type, period type and volume date, the first row is 0. Subsequent rows are sequenced by 1, so that the full amendment history may be

SCENARIO_ID

N

INTEGER

SCENARIO

SCENARIO ID: The scenario assigned for this row of data.

VOLUME

N

NUMERIC

14,4

VOLUME: The volume of the product measured.

VOLUME_UOM

N

CHARACTER VARYING

40

VOLUME UOM: Measurement unit used for reported volume

PRESSURE_TEMPERATURE_ID

Y

INTEGER

PRESSURE_TEMPERATURE

PRESSURE TEMPERATURE ID: Standard Pressure and temperature condition applied on volume reported

TEMPERATURE

Y

NUMERIC

10,5

PRESSURE_TEMPERATURE

TEMPERATURE: Specified the value for standard Temperature for Volumes.

PRESSURE

Y

NUMERIC

10,5

PRESSURE_TEMPERATURE

PRESSURE: Specified the value for standard Pressure for Volumes

MASS

N

NUMERIC

14,4

MASS: The mass of the product measured, used in some areas instead of volumes

MASS_UOM

N

CHARACTER VARYING

40

MASS UOM: The unit used for the mass measurement.

ENERGY

N

NUMERIC

14,4

ENERGY: The amount of the energy produced.

ENERGY_UOM

N

CHARACTER VARYING

40

ENERGY UOM: The unit used for the energy.

R_AMEND_REASON_ID

N

INTEGER

R_AMEND_REASON

R AMEND REASON ID: The reason why a production amendment was posted, such as instrument calibration, calculation error or volume balancing.

AMEND_REASON

N

CHARACTER VARYING

255

R_AMEND_REASON

AMEND REASON: The reason why a production amendment was posted, such as instrument calibration, calculation error or volume balancing.

MOLES

N

NUMERIC

10,5

MOLES: The molecular mass of the molecule in this row.

MOLSE_UOM

N

CHARACTER VARYING

40

MOLSE UOM: The unit used for the moles measurement.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARKS

N

CHARACTER VARYING

2000

REMARKS: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_ALARM_CATEGORY

Table Name: R_ALARM_CATEGORY

REFERENCE ALARM CATEGORY: Classify the alarm events. It can be divided into different alarm sub categories.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ALARM_CATEGORY_ID

Y

INTEGER

P

ALARM CATEGORY ID: The identifier of the row.

ALARM_CATEGORY

Y

CHARACTER VARYING

100

ALARM CATEGORY: Classify the alarm events. It can be divided into different alarm sub categories.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ALARM_COLOR

Table Name: R_ALARM_COLOR

REFERENCE ALARM COLOR: The alarm color set in the interface of alarm settings.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ALARM_COLOR_ID

Y

INTEGER

P

R ALARM COLOR ID: The identifier of the alarm color.

COLOR_CODE

N

CHARACTER VARYING

15

ALARM COLOR: The alarm color set in the interface of alarm settings.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ALARM_LEVEL

Table Name: R_ALARM_LEVEL

REFERENCE ALARM LEVEL: The alarm level set in the interface of alarm settings, can set High, Medium, Low level for a alarm.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ALARM_LEVEL_ID

Y

INTEGER

P

R ALARM LEVEL ID: The identifier of the level.

ALARM_LEVEL

Y

CHARACTER VARYING

40

ALARM LEVEL: The alarm level set in the interface of alarm settings.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ALARM_STATUS

Table Name: R_ALARM_STATUS

REFERENCE ALARM STATUS: This tables is used to list alarm status such as acknowledged, closed etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ALARM_STATUS_ID

Y

INTEGER

P

R ALARM STATUS ID: The identifier of the alarm status, like open, in review, closed.

ALARM_STATUS

Y

CHARACTER VARYING

40

ALARM STATUS: The alarm status like open, in review, closed.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ALARM_SUB_CATEGORY

Table Name: R_ALARM_SUB_CATEGORY

REFERENCE ALARM SUB CATEGORY: The sub category of the Alarm.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ALARM_SUB_CATEGORY_ID

Y

INTEGER

P

ALARM SUB CATEGORY ID: The identifier of the row.

ALARM_SUB_CATEGORY

Y

CHARACTER VARYING

100

ALARM SUB CATEGORY: The sub category of the Alarm.

R_ALARM_CATEGORY_ID

N

INTEGER

R_ALARM_CATEGORY

ALARM CATEGORY ID: The identifier of the alarm category.

ALARM_CATEGORY

N

CHARACTER VARYING

100

R_ALARM_CATEGORY

ALARM CATEGORY: Classify the alarm events. It can be divided into different alarm sub categories.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ALARM_TYPE

Table Name: R_ALARM_TYPE

REFERENCE ALARM TYPE: The alarm type set in the interface of alarm settings, can set value or percentage, or both.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ALARM_TYPE_ID

Y

INTEGER

P

R ALARM TYPE ID: The identifier of the alarm type.

ALARM_TYPE

Y

CHARACTER VARYING

40

ALARM TYPE: The alarm type set in the interface of alarm settings.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ALLOCATION_TYPE

Table Name: R_ALLOCATION_TYPE

REFERENCE ALLOCATION FACTOR TYPE: A reference table identifying the type of allocation factor that is used in calculations to attribute (allocate) a measured movement of fluid to a number of production entities.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ALLOCATION_TYPE_ID

Y

INTEGER

P

R ALLOCATION TYPE ID: Row Identifier Primary key

ALLOCATION_TYPE

Y

CHARACTER VARYING

40

ALLOCATION TYPE: The type of allocation factor that is used in calculations to attribute (allocate) a measured movement of fluid to a number of production entities.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_SOURCE_ID

N

INTEGER

R_SOURCE

R SOURCE ID: The individual, company, state, or government agency designated as the source of information for this row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_AMEND_REASON

Table Name: R_AMEND_REASON

REFERENCE AMENDMENT REASON: The reason why a production amendment was posted, such as instrument calibration, calculation error or volume balancing.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_AMEND_REASON_ID

Y

INTEGER

P

R AMEND REASON ID: Row Identifier Primary key

AMEND_REASON

Y

CHARACTER VARYING

255

AMEND REASON: The reason why a production amendment was posted, such as instrument calibration, calculation error or volume balancing.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_COMPLETION_TYPE

Table Name: R_COMPLETION_TYPE

REFERENCE COMPLETION TYPE: The type or method of well completion. For example perforation, open hole, gravel pack or combination.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_COMPLETION_TYPE_ID

Y

INTEGER

P

COMPLETION TYPE ID: The identifier to as the primary key for this row.

COMPLETION_TYPE

Y

CHARACTER VARYING

40

COMPLETION TYPE: The type or method of well completion. For example perforation, open hole, gravel pack or combination.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: The commonly used long name of the completion type.

SHORT_NAME

N

CHARACTER VARYING

255

SHORT NAME: The commonly used short name of the completion type.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_COUPLING_TYPE

Table Name: R_COUPLING_TYPE

REFERENCE COUPLING TYPE: A short length of pipe used to connect two joints of casing. A casing coupling has internal threads (female thread form) machined to match the external threads (male thread form) of the long joints of casing. The two joints of casing are threaded into opposite ends of the casing coupling. Synonyms: casing collar (Schlumberger Oilfield Glossary).

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_COUPLING_TYPE_ID

Y

INTEGER

P

COUPLING TYPE ID: The identifier to as the primary key for this row.

COUPLING_TYPE

Y

CHARACTER VARYING

40

COUPLING TYPE: A short length of pipe used to connect two joints of casing. A casing coupling has internal threads (female threadform) machined to match the external threads (male threadform) of the long joints of casing. The two joints of casingare threaded into opposite ends of the casing coupling. Synonyms: casing collar (Schlumberger Oilfield Glossary)

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: The commonly used long name of the coupling type.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: The commonly used short name of the coupling type.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_DATA_ACCESS_CATEGORY

Table Name: R_DATA_ACCESS_CATEGORY

R_DATA_ACCESS_CATEGORY:

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DATA_ACCESS_CATEGORY_ID

Y

INTEGER

P

DATA ACCESS CATEGORY ID: Primary Key

DATA_ACCESS_CATEGORY

Y

CHARACTER VARYING

64

DATA ACCESS CATEGORY: Contain(Public,Private,Confidential…​)

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_DECLINE_CURVE_TYPE

Table Name: R_DECLINE_CURVE_TYPE

REFERENCE DECLINE CURVE TYPE: The type of decline curve that is used in decline curve forecast calculations such as exponential, harmonic, hyperbolic, linear, etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DECLINE_CURVE_TYPE_ID

Y

INTEGER

P

R DECLINE CURVE TYPE ID: Primary key row identifier

DECLINE_CURVE_TYPE

Y

CHARACTER VARYING

40

DECLINE CURVE TYPE: The type of decline curve that is used in decline curve forecast calculations such as exponential, harmonic, hyperbolic, linear, etc.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DECLINE_METHOD

Table Name: R_DECLINE_METHOD

REFERENCE DECLINE METHOD: The method of decline curve analysis that is used in decline curve forecast. Such as Arps, Duong, SEPD, Power Law, Modified Arps, Customized.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DECLINE_METHOD_ID

Y

INTEGER

P

R DECLINE METHOD ID: Primary key row identifier

DECLINE_METHOD

Y

CHARACTER VARYING

40

DECLINE METHOD: The method of decline curve analysis that is used in decline curve forecast. Such as Arps, Duong, SEPD, Power Law, Modified Arps, Customized.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DECLINE_PARM

Table Name: R_DECLINE_PARM

REFERENCE DECLINE PARAMETER: Use this table to capture the parameters for any decline analysis method. This table may list a variety of parameter settings for each method, an actual analysis study method will use multiple parameters.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DECLINE_PARM_ID

Y

INTEGER

P

R DECLINE PARM ID: Primary key row identifier for current row.

DECLINE_PARM

Y

CHARACTER VARYING

40

DECLINE PARM: List a variety of parameter settings for each method, an actual analysis study method will use multiple parameters.

DESCRIPTION

N

CHARACTER VARYING

60

DESCRIPTION: The information described for this row of parameter.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DECLINE_TYPE

Table Name: R_DECLINE_TYPE

REFERENCE DECLINE TYPE: The type of decline that is used in decline curve forecast calculations such as nominal or effective percentage.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DECLINE_TYPE_ID

Y

INTEGER

P

R DECLINE TYPE ID: Primary key row identifier

DECLINE_TYPE

Y

CHARACTER VARYING

40

DECLINE TYPE: The type of decline that is used in decline curve forecast calculations such as nominal or effective percentage.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DIRECTION_TYPE

Table Name: R_DIRECTION_TYPE

REFERENCE DIRECTION TYPE: Specifies the types of product flow ports.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DIRECTION_TYPE_ID

Y

INTEGER

P

DIRECTION TYP ID: Primary Key

DIRECTION_TYPE

Y

CHARACTER VARYING

40

DIRECTION TYPE: Specifies the types of product flow ports. i.e. inlet, outlet and unknown

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DISPOSITION_CATEGORY

Table Name: R_DISPOSITION_CATEGORY

REFERENCE DISPOSITION CATEGORY: Disposition categories define how each disposition behaves regarding theoretical and allocated production calculation and recalculation.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DISPOSITION_CATEGORY_ID

Y

INTEGER

P

R DISPOSITION CATEGORY ID: Identifier of this Row.

DISPOSITION_CATEGORY

Y

CHARACTER VARYING

40

DISPOSITION CATEGORY: It is used to define how each disposition behaves regarding theoretical and allocated production calculation and recalculation. The category include subtracting(negative category), adding(positive category) or remaining neutral towar

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DOWN_TIME_REASON

Table Name: R_DOWN_TIME_REASON

REFERENCE DOWN TIME REASON: Identifies the "Why" condition of the downtime event; i.e. why did it occur? These are the basic reasons for, or causes of the event.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DOWN_TIME_REASON_ID

Y

INTEGER

P

DOWN TIME REASON ID: Primary key identifier of this row of down time reason.

DOWN_TIME_REASON

Y

CHARACTER VARYING

40

DOWN TIME REASON: The reason that resulted in the down time activity in the well.

R_EVENT_CATEGORY_ID

Y

INTEGER

R_EVENT_CATEGORY

EVENT CATEGORY REFERENCE: The event category identifier.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DOWN_TIME_TYPE

Table Name: R_DOWN_TIME_TYPE

REFERENCE DOWN TIME TYPE: Specifies the loss caused by this event, or the type of the down time event is Planned, Unplanned or External.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DOWN_TIME_TYPE_ID

Y

INTEGER

P

DOWN TIME TYPE ID: Primary key identifier of this row of down time type.

DOWN_TIME_TYPE

Y

CHARACTER VARYING

40

DOWN TIME TYPE: Specifies the loss caused by this event, or the type of the down time event is Planned, Unplanned or External.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_DOWNTIME_TYPE

Table Name: R_DOWNTIME_TYPE

REFERENCE WELL DOWNTIME TYPE: The type of downtime experienced during a well operation or event. Downtime types may include downtime, constrained production, deferred production. Added to allow some granularity of describing downtime events without having to overload the event type table.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_DOWNTIME_TYPE_ID

Y

INTEGER

P

R DOWNTIME TYPE ID: The identifier to as the primary key for this row.

DOWNTIME_TYPE

Y

CHARACTER VARYING

40

DOWNTIME TYPE: The type of downtime experienced during a well operation or event.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_ENTITY_TYPE

Table Name: R_ENTITY_TYPE

ENTITY TYPE REFERENCE: The entity type that is described of this row. Such as Well, Field, Area, Facility, Equipment that is commonly defined as entity in oil and gas industry.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ENTITY_TYPE

Y

CHARACTER VARYING

40

ENTITY TYPE: The entity type that is described of this row. Such as Well, Field, Area, Facility, Equipment that is commonly defined as entity in oil and gas industry.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: The commonly used long name of the completion type.

R_ENTITY_TYPE_ID

Y

INTEGER

P

ENTITY TYPE REFERENCE ID: The unique internal identifier of the entity type.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: The commonly used short name of the completion type.

BUSINESS_OBJECT_ATTR_ID

N

INTEGER

BUSINESS OBJECT ATTR ID: Which is the id of Business_object_attr, and foreign key from table Business_object_attr.

BO_NAME

N

CHARACTER VARYING

50

BO NAME: Bo_name will tell API service, which this entity type is associated to.

DEFAULT_ATTRIBUTE_NAME

N

CHARACTER VARYING

50

DEFAULT ATTRBUTE NAME: Will tell API service, for this entity type, which attribute will be used to display in the front end.

R_EQUIPMENT_CATALOGUE

Table Name: R_EQUIPMENT_CATALOGUE

REFERENCE EQUIPMENT CATALOGUE: Use this table to list and describe the kinds of equipment that you need.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EQUIPMENT_CATALOGUE

Y

CHARACTER VARYING

40

EQUIPMENT CATALOGUE: Describe the kinds of equipment.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

R_EQUIPMENT_CATALOGUE_ID

Y

INTEGER

P

EQUIPMENT CATALOGUE IDENTIFIER: Number uniquely identifying the equipment catalogue.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_EQUIPMENT_MEASUREMENT

Table Name: R_EQUIPMENT_MEASUREMENT

REFERENCE EQUIPMENT MEASUREMENT: This table is used to record the equipment measurement parameters.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_EQUIPMENT_MEASUREMENT_ID

Y

INTEGER

P

R_EQUIPMENT_MEASUREMENT_ID: is the primary key of this table, which is automatic generated by PDM application.

EQUIPMENT_MEASUREMENT

Y

CHARACTER VARYING

50

EQUIPMENT MEASUREMENT, is the tag name from OPC server or PDM connector. It is unique constraint of this table.

DATA_TYPE

Y

CHARACTER VARYING

40

DATA TYPE: The data type for this row of specification

UNIT

N

CHARACTER VARYING

40

UNIT: The unit for this row of specification.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

RANGE_FROM

N

INTEGER

RANGE FROM: Range from is the measurement range min value.

RANGE_TO

N

INTEGER

RANGE TO: Range to is the measurement range max value.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_EQUIPMENT_SPEC

Table Name: R_EQUIPMENT_SPEC

REFERENCE EQUIPMENT SPECIFICATION: Use this table to record all the specifications measured for equipment.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

DATA_TYPE

Y

CHARACTER VARYING

40

DATA TYPE: The data type for this row of specification

EQUIPMENT_SPEC

Y

CHARACTER VARYING

100

EQUIPMENT SPECIFICATION: Describe the specifications measured for equipment.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

R_EQUIPMENT_SPEC_ID

Y

INTEGER

P

EQUIPMENT SPECIFICATION IDENTIFIER: Number uniquely identifying the equipment specification.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SHORT_NAME

N

CHARACTER VARYING

100

SHORT NAME: Common short name given to reference type or code.

UNIT

N

CHARACTER VARYING

40

UNIT: The unit for this row of specification.

R_EQUIPMENT_SUB_TYPE

Table Name: R_EQUIPMENT_SUB_TYPE

REFERENCE EQUIPMENT SUB TYPE: Use this table to list the sub types of equipment

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EQUIPMENT_SUB_TYPE

Y

CHARACTER VARYING

40

EQUIPMENT SUB TYPE: Describe the sub type of equipment.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

R_EQUIPMENT_SUB_TYPE_ID

Y

INTEGER

P

EQUIPMENT SUB TYPE IDENTIFIER: Number uniquely identifying the equipment sub type.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_EQUIPMENT_TYPE_ID

N

INTEGER

R_EQUIPMENT_TYPE

EQUIPMENT TYPE IDENTIFIER: Number uniquely identifying the equipment type.

EQUIPMENT_TYPE

N

CHARACTER VARYING

40

R_EQUIPMENT_TYPE

EQUIPMENT TYPE: Describe the types of equipment.

BARRIER_ELEMENT

N

BOOLEAN

BARRIER ELEMENT: A Y/N flag indicating whether this row of data is currently either barrier_element(TRUE) or not barrier_element(FALSE).

R_EQUIPMENT_TYPE

Table Name: R_EQUIPMENT_TYPE

REFERENCE EQUIPMENT TYPE: Use this table to list the types of equipment

Column Name Nullable Data Type Length Key Referenced Table Column Comment

EQUIPMENT_CATALOGUE

N

CHARACTER VARYING

40

R_EQUIPMENT_CATALOGUE

EQUIPMENT CATALOGUE: Describe the kinds of equipment.

EQUIPMENT_TYPE

Y

CHARACTER VARYING

40

EQUIPMENT TYPE: Describe the types of equipment.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

R_EQUIPMENT_CATALOGUE_ID

N

INTEGER

R_EQUIPMENT_CATALOGUE

EQUIPMENT CATALOGUE IDENTIFIER: Number uniquely identifying the equipment catalogue.

R_EQUIPMENT_TYPE_ID

Y

INTEGER

P

EQUIPMENT TYPE IDENTIFIER: Number uniquely identifying the equipment type.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ESTIMATION_METHOD

Table Name: R_ESTIMATION_METHOD

REFERENCE ESTIMATION METHOD: Specifies the estimation methods, such as "Default value, forecast, well test, etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ESTIMATION_METHOD_ID

Y

INTEGER

P

ESTIMATION METHOD REFERENCE: Primary key identifier of this row of estimation method.

ESTIMATION_METHOD

Y

CHARACTER VARYING

40

ESTIMATION METHOD: Specifies the estimation method used for the volume loss calculation, such as "Default value, forecast, well test, etc.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_EVENT_CATEGORY

Table Name: R_EVENT_CATEGORY

EVENT CATEGORY REFERENCE: Indicates the general type of the event would normally be used and causes down time, such as stimulation, repair, failure etc. What caused the down time.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_EVENT_CATEGORY_ID

Y

INTEGER

P

EVENT CATEGORY ID: Primary key identifier of this row of event category.

EVENT_CATEGORY

Y

CHARACTER VARYING

40

EVENT CATEGORY: The general type of the event would normally be used and causes down time.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

PARENT_EVENT_CATEGORY_ID

N

INTEGER

R_EVENT_CATEGORY

PARENT EVENT CATEGORY_ID: The parent event category.

R_EVENT_STATUS

Table Name: R_EVENT_STATUS

REFERENCE EVENT STATUS: Specifies the event status, is "Open" or "Closed".

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_EVENT_STATUS_ID

Y

INTEGER

P

EVENT STATUS ID: Primary key identifier of this row of event category.

EVENT_STATUS

Y

CHARACTER VARYING

40

EVENT STATUS: Specifies the event status, is "Open" or "Closed" to label the event is in progress or has completed.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_EVENT_SUB_CATEGORY

Table Name: R_EVENT_SUB_CATEGORY

REFERENCE EVENT SUB CATEGORY: Indicates where this type of sub event category would normally be used, such as acid fracture, which belongs to fracture.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_EVENT_SUB_CATEGORY_ID

Y

INTEGER

P

R EVENT SUB CATEGORY ID: The identifier to as the primary key for this row.

EVENT_SUB_CATEGORY

Y

CHARACTER VARYING

40

ENVENT SUB CATEGORY: The sub category of the well activity or event.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

R_EVENT_CATEGORY_ID

N

INTEGER

R_EVENT_CATEGORY

R EVENT CATEGORY ID: The identifier of the category for the well activity or event.

EVENT_CATEGORY

N

CHARACTER VARYING

40

R_EVENT_CATEGORY

EVENT CATEGORY: The category of the well acitivity or event.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_FACILITY_PARAMETER

Table Name: R_FACILITY_PARAMETER

REFERENCE FACILITY PARAMETER: Specifies the kinds of facility parameters.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FACILITY_PARAMETER_ID

Y

INTEGER

P

FACILITY PARAMETER ID: Primary Key

FACILITY_PARAMETER

Y

CHARACTER VARYING

40

FACILITY PARAMETER: Specifies the kinds of facility parameters. i.e. [absorbed dose class, acceleration linear class, etc.]

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_FACILITY_TYPE

Table Name: R_FACILITY_TYPE

REFERENCE FACILITY TYPE: A reference table identifying the codes classifying the facility according to its physical equipment or principal service performed. The facility type should be unique in this table.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FACILITY_TYPE_ID

Y

INTEGER

P

FACILITY TYPE IDENTIFIER: An auto generated database id for facility_type.

FACILITY_TYPE

Y

CHARACTER VARYING

40

FACILITY TYPE: A reference table identifying the codes classifying the facility according to its physical equipment or principal service performed. The facility type should be unique in this table.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACITIVE INDICATOR: A TRUE/FALSE flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_FIELD_TYPE

Table Name: R_FIELD_TYPE

REFERENCE FIELD TYPE: A reference table identifying the type of field. For example regulatory or locally assigned.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FIELD_TYPE_ID

Y

INTEGER

P

FIELD TYPE ID: The identifier to as the primary key for this row.

DISPLAY_NAME

N

CHARACTER VARYING

50

DISPLAY NAME: Display name given to reference type or code.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

ABBREVIATION

N

CHARACTER VARYING

15

ABBREVIATION: Abbreviation used for reference type or code.

COLOR_CODE

N

CHARACTER VARYING

15

COLOR CODE: The color code is used to label the color.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (Y) or inactive/invalid (N).

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SOURCE_NAME

N

CHARACTER VARYING

50

SOURCE NAME: The individual, company, state, or government agency designated as the source of information for this row.

FIELD_TYPE_NAME

Y

CHARACTER VARYING

50

FIELD TYPE NAME: A reference table identifying the codes classifying the facility according to its physical equipment or principal service performed.

R_FLOW_PART

Table Name: R_FLOW_PART

REFERENCE FLOW PART: Specifies the kinds of subdivisions of a flow related to the stock balance.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FLOW_PART_ID

Y

INTEGER

P

FLOW PART ID: Primary key identifier of this row of flow part.

FLOW_PART

Y

CHARACTER VARYING

40

FLOW PART: Specifies the kinds of subdivisions of a flow related to the stock balance.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_FLOW_QUALIFIER

Table Name: R_FLOW_QUALIFIER

REFERENCE FLOW QUALIFIER: Specifies qualifiers for the type of flow.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FLOW_QUALIFIER_ID

Y

INTEGER

P

R FLOW QUALIFIER ID: Primary Key

FLOW_QUALIFIER

Y

CHARACTER VARYING

40

FLOW QUALIFIER: Specifies qualifiers for the type of flow.i.e. [allocated,budget,etc.]

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_FLUID_ANALYSIS_METHOD

Table Name: R_FLUID_ANALYSIS_METHOD

FLUID ANALYSIS METHOD REFERENCE: This table Specifies the analysis methods for a sample analysis, such as Constant Composition Expansion, Constant Volume Depletion, Differential Liberation, Flash Liberation etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FLUID_ANALYSIS_METHOD_ID

Y

INTEGER

P

R FLUID ANALYSIS METHOD ID: Primary key identifier of fluid analysis method.

FLUID_ANALYSIS_METHOD

Y

CHARACTER VARYING

40

FLUID ANALYSIS METHOD: Specifies the analysis methods for a sample analysis, such as Constant Composition Expansion, Constant Volume Depletion, Differential Liberation, Flash Liberation etc.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

R_FLUID_COMPONENT

Table Name: R_FLUID_COMPONENT

FLUID COMPONENT REFERENCE: This table is used to specify all kinds of components.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FLUID_COMPONENT_ID

Y

INTEGER

P

R FLUID COMPONENT ID: Primary key identifier of fluid component.

FLUID_COMPONENT

Y

CHARACTER VARYING

30

FLUID COMPONENT: To specify all kinds of components.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

R_FLUID_PROPERTY

Table Name: R_FLUID_PROPERTY

FLUID PROPERTY REFERENCE: This table list the fluid property tested in fluid analysis experiments, such as compressibility, density, heat content, formation volume factor etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FLUID_PROPERTY_ID

Y

INTEGER

P

R FLUID PROPERTY ID: Primary key identifier of fluid property.

FLUID_PROPERTY

Y

CHARACTER VARYING

40

FLUID PROPERTY: List the fluid properties, such as density, gravity, compressibility, solution gas oil ratio etc.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

R_FLUID_SAMPLE_METHOD

Table Name: R_FLUID_SAMPLE_METHOD

FLUID SAMPLE METHOD REFERENCE: This table lists the fluid sample method, separator sampling, RFT sampling, Separator sampling, Wellhead sampling, Facility sampling

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FLUID_SAMPLE_METHOD_ID

Y

INTEGER

P

R FLUID SAMPLE METHOD ID: Primary key identifier of fluid sample method.

FLUID_SAMPLE_METHOD

Y

CHARACTER VARYING

40

FLUID SAMPLE METHOD: List the fluid sample method, such as separator sampling, RFT sampling, Separator sampling, Wellhead sampling, Facility sampling

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

R_FLUID_TYPE

Table Name: R_FLUID_TYPE

REFERENCE FLUID TYPE: A reference table identifying the type of fluids or substances produced by a well or used for various operations. For example oil, gas, mud or water.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FLUID_TYPE_ID

Y

INTEGER

P

FLUID TYPE IDENTIFIER: Unique identifier for the row.

FLUID_TYPE

Y

CHARACTER VARYING

50

FLUID TYPE: A reference table identifying the type of fluids or substances produced by a well or used for various operations. For example oil, gas, mud or water.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_FORECAST_CLASS

Table Name: R_FORECAST_CLASS

REFERENCE FORECAST CLASS: These classes may define the lifecycles states of the forecast(proposed, current, deprecated), the authorized state of the forecast(official, unofficial), the intent of the forecast (2005 budget, project proposal etc.) as well as other classification schemes.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FORECAST_CLASS_ID

Y

INTEGER

P

R FORECAST CLASS ID: Primary key row identifier

FORECAST_CLASS

Y

CHARACTER VARYING

40

FORECAST CLASS REFERENCE: These classes may define the lifecycles states of the forecast(proposed, current, deprecated), the authorized state of the forecast(official, unofficial), the intent of the forecast (2005 budget, project proposal etc.) as well as

R_FORECAST_CLASS_TYPE_ID

N

INTEGER

R_FORECAST_CLASS_TYPE

FORECAST CLASS TYPE REFERENCE: The class type that defined for production forecast

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_FORECAST_CLASS_TYPE

Table Name: R_FORECAST_CLASS_TYPE

FORECAST CLASS TYPE REFERENCE: This table defines the class type that defined for production forecast.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_FORECAST_CLASS_TYPE_ID

Y

INTEGER

P

R FORECAST CLASS TYPE ID: Primary Key of this row of data.

FORECAST_CLASS_TYPE

Y

CHARACTER VARYING

40

FORECAST CLASS TYPE: The class type that defined for production forecast

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_HAUL_EVENT_TYPE

Table Name: R_HAUL_EVENT_TYPE

REFERENCE HAUL EVENT TYPE: Specify the haul event type, such as Hot Injection, Transfer in, Transfer out, Truck Sale, Water Draw, Other

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_HAUL_EVENT_TYPE_ID

Y

INTEGER

P

HAUL EVENT TYPE ID: Primary key identifier of this row of haul event type.

HAUL_EVENT_TYPE

Y

CHARACTER VARYING

40

HAUL EVENT TYPE: Specify the haul event type, such as Hot Injection, Transfer in, Transfer out, Truck Sale, Water Draw, Other

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_MEASUREMENT

Table Name: R_MEASUREMENT

MEASUREMENT REFERENCE: This reference table describes the various measurement that used for well tests, and routine daily or periodically measure job.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_MEASUREMENT_ID

Y

INTEGER

P

R_MEASUREMENT_ID:R MEASUREMENT ID: Primary key Row identifier for current row.

MEASUREMENT

Y

CHARACTER VARYING

40

MEASUREMENT:MEASUREMENT: To describe the various measurement that used for well tests, and routine daily or periodicaly measure job.

INCLUDE_ON_WELL_TEST

N

BOOLEAN

INCLUDE_ON_WELL_TEST:INCLUDE ON WELL TEST: A label to identify if it is commonly used in well test job.

LONG_NAME

N

CHARACTER VARYING

255

LONG_NAME:LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT_NAME:SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS_ACTIVE:ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK:REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CREATED_DATE:ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW_CREATED_BY:ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CHANGED_DATE:ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW_CHANGED_BY:ROW CHANGED DATE: System date of the last time the row was changed.

R_NET_VOLUME_METHOD

Table Name: R_NET_VOLUME_METHOD

REFERENCE NET VOLUME METHOD: Lists the net volume methods, such as adjusted gross only, BSW correction only, Manual Entry, Standard, Temperature Correction Only

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_NET_VOLUME_METHOD_ID

Y

INTEGER

P

NET VOLUME ESTIMATION METHOD ID: Primary key identifier of this row of estimation method.

NET_VOLUME_METHOD

Y

CHARACTER VARYING

40

NET VOLUME METHOD REFERENCE: Lists the net volume methods, such as adjusted gross only, BSW correction only, Manual Entry, Standard, Temperature Correction Only

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_NORTH_TYPE

Table Name: R_NORTH_TYPE

REFERENCE NORTH TYPE: The North reference used to define AZIMUTH angular measurement values stored in WELL_DIR_SRVY_STATION for this Directional Survey (UWI, SURVEY_ID, SOURCE). For example, True North, Grid North, Magnetic North, etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_NORTH_ID

Y

INTEGER

P

R NORTH IDENTIFIER: Number uniquely identifying the north type.

NORTH_TYPE

Y

CHARACTER VARYING

40

NORTH TYPE: The North reference used to define AZIMUTH angular measurement values stored in WELL_DIR_SRVY_STATION for this Directional Survey (UWI, SURVEY_ID, SOURCE). For example, True North, Grid North, Magnetic North, etc.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_ORG_UNIT_CATEGORY

Table Name: R_ORG_UNIT_CATEGORY

REFERENCE ORG UNIT CATEGORY:The reference type of category unit. For example: geography.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ORG_UNIT_CATEGORY_ID

Y

INTEGER

P

R ORG UNIT CATEGORY ID: The identifier to as the primary key for this row.

ORG_UNIT_CATEGORY

Y

CHARACTER VARYING

50

ORG UNIT CATEGORY: ORG UNIT CATEGORY Name,For example: Institution,Geography,etc.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_ORG_UNIT_TYPE

Table Name: R_ORG_UNIT_TYPE

REFERENCE ORG UNIT TYPE:The reference type of organization unit. For example: Area, Field, Business Associate.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_ORG_UNIT_TYPE_ID

Y

INTEGER

P

R ORG UNIT TYPE ID: The identifier to as the primary key for this row.

ORG_UNIT_TYPE

Y

CHARACTER VARYING

50

ORG UNIT TYPE: Organization structure type, for example: Area, Field, etc.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_PERFORATION_METHOD

Table Name: R_PERFORATION_METHOD

REFERENCE PERFORATION METHOD: Code identifying the type of opening the fluid entered through into the tubing (e.g., perforation, open hole, combination, etc.).

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_PERFORATION_METHOD_ID

Y

INTEGER

P

PERFORATION METHOD ID: The identifier to as the primary key for this row.

PERFORATION_METHOD

Y

CHARACTER VARYING

50

PERFORATION METHOD: Display name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (Y) or inactive/invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_PERFORATION_TYPE

Table Name: R_PERFORATION_TYPE

REFERENCE PERFORATION TYPE: A reference table identifying the type of perforation method. For example bullet, jet or combination.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_PERFORATION_TYPE_ID

Y

INTEGER

P

PERFORATION TYPE ID: The identifier to as the primary key for this row.

PERFORATION_TYPE

Y

CHARACTER VARYING

50

PERFORATION TYPE: Display name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (Y) or inactive/invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_PERIOD_KIND

Table Name: R_PERIOD_KIND

REFERENCE PERIOND KIND: Specifies the periods of volume for reporting Entities. Such as Month, Day,Year to Date etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_PERIOD_KIND_ID

Y

INTEGER

P

R PERIOD KIND ID: Identifier of this Row.

PERIOD_KIND

Y

CHARACTER VARYING

40

PERIOD KIND: Identifies the periods of time for Volume reporting. Possible values include DAY, MONTH, YEAR

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_PLOT_SYMBOL

Table Name: R_PLOT_SYMBOL

REFERENCE PLOT SYMBOL: This reference table contains the binary data to represent an icon or picture.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

COLOR_CODE

N

CHARACTER VARYING

10

COLOR CODE: The color code is used to label the color.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

PLOT_SYMBOL

N

BYTEA

PLOT_SYMBOL

PLOT_SYMBOL_TYPE

Y

CHARACTER VARYING

50

PLOT_SYMBOL_TYPE

R_PLOT_SYMBOL_ID

Y

INTEGER

P

R_PLOT_SYMBOL

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_POOL_STATUS

Table Name: R_POOL_STATUS

REFERENCE POOL STATUS: A reference table identifying the operational or legal status of the pool.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_POOL_STATUS_ID

Y

INTEGER

P

POOL STATUS IDENTIFIER: Unique identifier for the pool.

POOL_STATUS

Y

CHARACTER VARYING

50

POOL STATUS: The operational or legal status of the pool.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_POOL_TYPE

Table Name: R_POOL_TYPE

REFERENCE POOL TYPE: A reference table identifying the type of pool.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_POOL_TYPE_ID

Y

INTEGER

P

POOL TYPE ID: the identifier of the pool type.

POOL_TYPE

Y

CHARACTER VARYING

50

POOL TYPE: The type of hydrocarbon pool described, such as conventional or oil sands deposit.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_PRODUCT_CATEGORY

Table Name: R_PRODUCT_CATEGORY

REFERENCE REPROTING PRODUCT CATEGORY: is reference table for R_REPORTING_PRODUCT and it will store Product categories like Product Fluid , Service Fluid .

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_PRODUCT_CATEGORY_ID

Y

INTEGER

P

R PRODUCT CATEGORY ID: Row Identifier

PRODUCT_CATEGORY

Y

CHARACTER VARYING

40

PRODUCT CATEGORY: Specifies the product category .Product is service fluid or Product Fluid.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_PRODUCTION_METHOD

Table Name: R_PRODUCTION_METHOD

REFERENCE PRODUCTION METHOD: This reference table identifies the method of production. For example swabbing, flowing, pumping or gas lift.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_PRODUCTION_METHOD_ID

Y

INTEGER

P

PRODUCTION METHOD IDENTIFIER: the unique number assigned to production method.

PRODUCTION_METHOD

Y

CHARACTER VARYING

50

PRODUCTION_METHOD: REFERENCE PRODUCTION METHOD: The method of product ion. For example swabbing, flowing, pumping or gas lift.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_QUANTITY_METHOD

Table Name: R_QUANTITY_METHOD

REFERENCE QUANTITIY METHOD: Specifies the available methods for deriving a quantity or volume. Ex. Allocated, Allowed, Estimated, Target, Measured, Budget, Forecast Etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_QUANTITY_METHOD_ID

Y

INTEGER

P

R QUANTITY METHOD ID: Row Identifier

QUANTITY_METHOD

Y

CHARACTER VARYING

40

QUANTITY METHOD: Specifies the available methods for deriving a quantity or volume. Ex. Allocated, Allowed, Estimated,Target, Measured, Budget, Forecast Etc.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_RATIO_CURVE_TYPE

Table Name: R_RATIO_CURVE_TYPE

REFERENCE RATIO CURVE TYPE REFERENCE: The type of ratio curve that is used in decline curve forecast calculations such as linear, semi-log, log-log, etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_RATIO_CURVE_TYPE_ID

Y

INTEGER

P

R RATIO CURVE TYPE ID: Primary key row identifier

RATIO_CURVE_TYPE

Y

CHARACTER VARYING

40

RATIO CURVE TYPE: The type of ratio curve that is used in decline curve forecast calculations such as linear, semi-log, log-log, etc.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_RATIO_FLUID_TYPE

Table Name: R_RATIO_FLUID_TYPE

REFERENCE RATIO FLUID TYPE: The type of ratio fluid that is used in decline curve forecast calculations for GOR, YIELD, etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_RATIO_FLUID_TYPE_ID

Y

INTEGER

P

R RATIO FLUID TYPE ID: Primary key row identifier

RATIO_FLUID_TYPE

Y

CHARACTER VARYING

40

RATIO FLUID TYPE: The type of ratio fluid that is used in decline curve forecast calculations for GOR, YIELD, etc.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_REPORTING_ENTITY_KIND

Table Name: R_REPORTING_ENTITY_KIND

REFERENCE REPORTING ENTITY KIND: This table is reference and will store reporting entity kinds.Ex. Well, Wellbore, Facility, Field etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_REPORTING_ENTITY_KIND_ID

Y

INTEGER

P

R REPORTING ENTITY KIND ID: Identifier of this Row. Primary key of R REPORTING ENTITY KIND

REPORTING_ENTITY_KIND

Y

CHARACTER VARYING

40

REPORTING ENTITY KIND: Identifies the reporting Entity Kind Ex.Well, Facility,Field, Completion

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_REPORTING_FACILITY_KIND

Table Name: R_REPORTING_FACILITY_KIND

REFERENCE REPORTING FACILITY KIND: Specifies the kinds of facilities (usage of well or facility) that can be reported on.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_REPORTING_FACILITY_KIND_ID

Y

INTEGER

P

R REPORTING FACILITY KIND ID: Primary Key

REPORTING_FACILITY_KIND

Y

CHARACTER VARYING

40

REPORTING FACILITY KIND: Specifies the kinds of facilities (usage of equipment or material) that can be reported on. i.e. [block valve, bottomhole, etc.]

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_REPORTING_FLOW

Table Name: R_REPORTING_FLOW

REFERENCE REPORTING FLOW: This table is used to store information for the types of volumes flow . Ex. Open Inventory , Closing Inventory, Production, Injection Disposition.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_REPORTING_FLOW_ID

Y

INTEGER

P

R REPORTING FLOW ID: Identifier of this Row.

REPORTING_FLOW

Y

CHARACTER VARYING

40

REPORTING FLOW: To list the flow kind, such as production, injection, disposition etc.

PARENT_FLOW_KIND_ID

N

INTEGER

R_REPORTING_FLOW

PARENT FLOW KIND ID: The parent flow kind. For example, the parent of sale is disposition.

R_DISPOSITION_CATEGORY_ID

N

INTEGER

R_DISPOSITION_CATEGORY

R DISPOSITION CATEGORY ID: It is used to define how each dispostion behaves regarding theoretical and allocated production calculation and recalculation. The category include subtracting(negative category), adding(positive category) or remaining neutral

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_REPORTING_PRODUCT

Table Name: R_REPORTING_PRODUCT

REFERENCE REPORTING PRODUCT: This tables is reference table and will store reporting product types Ex. Oil , Water,Gas.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_REPORTING_PRODUCT_ID

Y

INTEGER

P

R REPORTING PRODUCT ID: Row Identifier

PRODUCT

Y

CHARACTER VARYING

40

PRODUCT: Specifies Reporting Product Names Ex. OIL , Water, Gas

R_PRODUCT_CATEGORY_ID

N

INTEGER

R_PRODUCT_CATEGORY

R PRODUCT CATEGORY ID: Specifies the product is service fluid or Product Fluid

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

R_SATURATION_POINT_TYPE

Table Name: R_SATURATION_POINT_TYPE

SATURATION POINT TYPE REFERENCE: This table Specifies the kinds of saturation points. Such as bubble point, dew point, critical point.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_SATURATION_POINT_TYPE_ID

Y

INTEGER

P

R SATURATION POINT TYPE ID: Primary key identifier of saturation point type.

SATURATION_POINT_TYPE

Y

CHARACTER VARYING

30

SATURATION POINT TYPE: Specifies the kinds of saturation points. Such as bubble point, dew point, critical point.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

40

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

R_SCENARIO_SOURCE

Table Name: R_SCENARIO_SOURCE

SCENARIO SOURCE REFERENCE: This table is used to list the source of the scenarios that originated or used for.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_SCENARIO_SOURCE_ID

Y

INTEGER

P

R SCENARIO SOURCE ID: Primary key Row identifier for current row.

SCENARIO_SOURCE

Y

CHARACTER VARYING

40

SCENARIO_SOURCE: To specify the scenario source.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

R_SCENARIO_TYPE

Table Name: R_SCENARIO_TYPE

REFERENCE SCENARIO TYPE: The type that is used to describe the type.Such as Base Scenario, Alternate Scenario.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: The commonly used long name of the completion type.

R_SCENARIO_TYPE_ID

Y

INTEGER

P

SCENARIO TYPE REFERENCE ID: Number or code uniquely identifying the scenario type.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SCENARIO_TYPE

Y

CHARACTER VARYING

40

SCENARIO TYPE: The scenario type, for example, base scenario, alternate scenario

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: The commonly used short name of the completion type.

R_SOURCE

Table Name: R_SOURCE

REFERENCE SOURCE: A reference table identifying the individual, company, state or government agency that provided information. For example Digitech, Dwights, PetroData, Petroleum Information or API.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_SOURCE_ID

Y

INTEGER

P

SOURCE ID: The identifier to as the primary key for this row.

DISPLAY_NAME

N

CHARACTER VARYING

30

DISPLAY NAME: Display name given to reference type or code.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

ABBREVIATION

N

CHARACTER VARYING

15

ABBREVIATION: Abbreviation used for reference type or code.

COLOR_CODE

N

CHARACTER VARYING

15

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (Y) or inactive/invalid (N).

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

SOURCE_NAME

Y

CHARACTER VARYING

30

SOURCE NAME: The individual, company, state, or government agency designated as the source of information for this row.

R_SURVEY_TYPE

Table Name: R_SURVEY_TYPE

REFERENCE SURVEY TYPE: Type of Tool or Equipment used to acquire this Directional Survey. For example, gyroscopic, magnetic, MWD, totco, acid bottle, etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

R_SURVEY_TYPE_ID

Y

INTEGER

P

AREA TYPE ID: Unique identifier for the type of area, such as country, state, AOI etc.

REMARK

N

CHARACTER VARYING

2000

AREA TYPE DESCRIPTION of the type of geographic area

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

SURVEY_TYPE

Y

CHARACTER VARYING

30

AREA TYPE: The type of area described, such as country, province, basin, project, business area etc.

R_TIMEZONE

Table Name: R_TIMEZONE

REFERENCE TIMEZONE: a valid list of time zones.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_TIMEZONE_ID

Y

INTEGER

P

TIMEZONE ID: The identifier to as the primary key for this row.

TIMEZONE

Y

CHARACTER VARYING

40

TIMEZONE: a valid list of time zones.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

R_TRIGGER_TYPE

Table Name: R_TRIGGER_TYPE

REFERENCE TRIGGER TYPE: The alarm acknowledge to relevant pepole trigger type, like automatically, manually.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

R_TRIGGER_TYPE_ID

Y

INTEGER

P

TRIGGER TYPE ID: The identifier of the trigger type, like automatically, manually.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

TRIGGER_TYPE

N

CHARACTER VARYING

40

TRIGGER TYPE: The alarm acknowledge to relevant people trigger type, such as automatically, manually.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_TUBULAR_TYPE

Table Name: R_TUBULAR_TYPE

REFERENCE TUBULAR TYPE: The particular type of tubular. For example, Conductor, Surface Casing, Intermediate Casing, Production Casing, Tubing, Liner etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_TUBULAR_TYPE_ID

Y

INTEGER

P

TUBULAR TYPE ID: The identifier to as the primary key for this row.

TUBULAR_TYPE

Y

CHARACTER VARYING

40

TUBULAR TYPE: The particular type of tubular. For example, Conductor, Surface Casing, Intermediate Casing, Production Casing, Tubing, Liner etc.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: The commonly used long name of the tubular type.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: The commonly used short name of the tubular type.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_VALIDATE_RESULT

Table Name: R_VALIDATE_RESULT

VALIDATE RESULT REFERENCE: This table is used to Specify well test validation results, such as failed, passed, passed with changes, or unknown.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_VALIDATE_RESULT_ID

Y

INTEGER

P

R VALIDATE RESULT ID: Primary key Row identifier for current row.

VALIDATE_RESULT

Y

CHARACTER VARYING

40

VALIDATE RESULT: To Specify well test validation results, such as failed, passed, passed with changes, or unknown.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

R_VOLUME_METHOD

Table Name: R_VOLUME_METHOD

REFERENCE VOLUME METHOD: A reference table identifying the type of method used to determine the volume of fluids moved. Examples would be measured, prorated, engineering study, etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

R_VOLUME_METHOD_ID

Y

INTEGER

P

VOLUME METHOD ID: The identifer of this row of data.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

VOLUME_METHOD

N

CHARACTER VARYING

40

VOLUME METHOD: The type of method used to determine the volume of flu ids moved. Examples would be measured, prorated, engineering study, e tc.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_WELL_CLASS

Table Name: R_WELL_CLASS

REFERENCE WELL CLASS: This reference table describes the classification of a well. This may include, but is not restricted to the Lahee classification scheme. For example development, new field wildcat or outpost.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_WELL_CLASS_ID

Y

INTEGER

P

WELL CLASS IDENTIFER: The identifer of the well class.

WELL_CLASS

Y

CHARACTER VARYING

50

WELL CLASSIFICATION: A reference table identifying the classification of a well commonly based on the Lahee system. For example New Field Wildcat, Deeper Pool Test, Outpost or Development

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_WELL_DATUM_TYPE

Table Name: R_WELL_DATUM_TYPE

REFERENCE WELL DATUM TYPE: A reference table identifying the type of point or horizontal surface used as an elevation reference for measurements in a well. Examples: Kelly bushing, ground, sea level

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_DATUM_TYPE_ID

Y

INTEGER

P

WELL DATUM TYPE ID: An auto generated database id and is the primary key for this row.

WELL_DATUM_TYPE

Y

CHARACTER VARYING

50

WELL DATUM TYPE:The type of point or horizontal surface used as an elevation reference for measurements in a well. For example: kelly bushing, ground, sea level.

ABBREVIATION

N

CHARACTER VARYING

50

ABBREVIATION: Abbreviation used for reference type or code

LONG_NAME

N

CHARACTER VARYING

50

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

50

SHORT NAME: Common short name given to reference type or code.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

R_WELL_STATUS

Table Name: R_WELL_STATUS

REFERENCE WELL STATUS:This reference table defines the status of the well. For example: cased, spudded, licensed, dry, abandoned oil, gas, …​

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_WELL_STATUS_ID

Y

INTEGER

P

R WELL STATUS ID: The identifier to as the primary key for this row.

WELL_STATUS

Y

CHARACTER VARYING

60

WELL STATUS: The type of status reported for the well. Can include construction status, operating status, producing status, abandonment status etc.

R_WELL_STATUS_TYPE_ID

Y

INTEGER

R_WELL_STATUS_TYPE

R WELL STATUS TYPE ID: The type of status reported for the well. These should include the facet values from Well Status http: //www.ppdm.org/standards/wellstatus. Each facet type is one row in this table. As needed, statuses that are reported from various

R_SOURCE_ID

N

INTEGER

R_SOURCE

R SOURCE ID: The individual, company, state, or government agency designated as the source of information for this row.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_WELL_STATUS_TYPE

Table Name: R_WELL_STATUS_TYPE

REFERENCE WELL STATUS TYPE: The type of status reported for the well. Can include construction status, operating status, producing status, abandonment status etc.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_WELL_STATUS_TYPE_ID

Y

INTEGER

P

R WELL STATUS TYPE ID: The identifier to as the primary key for this row.

WELL_STATUS_TYPE

Y

CHARACTER VARYING

60

WELL STATUS TYPE: The type of status reported for the well. These should include the facet values from Well Status http: //www.ppdm.org/standards/wellstatus. Each facet type is one row in this table. As needed, statuses that are reported from various agen

R_SOURCE_ID

N

INTEGER

R_SOURCE

R SOURCE ID: The individual, company, state, or government agency designated as the source of information for this row.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

R_WELL_TEST_TYPE

Table Name: R_WELL_TEST_TYPE

REFERENCE WELL TEST TYPE: Identifies the general type of test used to evaluate the potential of the well. For example, Flow Test, Drill Stem Tests (DST), Repeat Formation Tests (RFT), Initial Potential(IP).

Column Name Nullable Data Type Length Key Referenced Table Column Comment

R_WELL_TEST_TYPE_ID

Y

INTEGER

P

WELL TEST TYPE IDENTIFIER: Number uniquely identifying the test type.

WELL_TEST_TYPE

Y

CHARACTER VARYING

30

WELL TEST TYPE: Identifies the general type of test used to evaluate the potential of the well. For example,Flow Test, Drill Stem Tests (DST), Repeat Formation Tests (RFT), Initial Potential(IP).

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

REPORTING_ENTITY

Table Name: REPORTING_ENTITY

REPORTING ENTITY: This Table represents reporting entity against which production data will be reported (ex. Lease, Well, Wellbore, Company, Reservoir Etc.).This table will only be a placeholder for the actual data of entity and will be linked with actual data tables (Ex. Well) of entity in case complete information required for entity.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

REPORTING_ENTITY_ID

Y

INTEGER

P

REPORTING ENTITY ID: Identifier of this Row. It is the Primary key of REPORTING ENTITY table

R_REPORTING_ENTITY_KIND_ID

Y

INTEGER

R_REPORTING_ENTITY_KIND

R REPORTING ENTITY KIND ID: Primary key of REPORTING ENTITY KIND.Using this ID kind of reporting Entity can be identified

ASSOCIATED_OBJECT_ID

Y

INTEGER

ASSOCIATED OBJECT ID: Reference ID to the Actual data of Entity . Ex. WELL ,Company , Lease, Reservoir Etc. using this Associated Object id and kind of reporting entity complete information of reporting entity can be identified

ASSOCIATED_OBJECT_NAME

Y

CHARACTER VARYING

50

ASSOCIATED OBJECT NAME: Reference name to the Actual data of Entity . Ex. WELL ,Company , Lease,Reservoir Etc. using this AssociatedObject id and kind of reporting entity complete information of reporting entity can be identified

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

REPORTING_FACILITY

Table Name: REPORTING_FACILITY

REPORTING FACILITY: Identifies a facility.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

REPORTING_FACILITY_ID

Y

INTEGER

P

REPORTING FACILITY ID: Primary Key

REPORTING_FACILITY_KIND

Y

INTEGER

R_REPORTING_FACILITY_KIND

REPORTING FACILITY KIND: The kind of facility.

ASSOCIATED_OBJECT_ID

Y

CHARACTER VARYING

64

ASSOCIATED OBJECT ID: The referencing uid.

SITE_KIND

N

CHARACTER VARYING

64

SITE KIND: A custom sub-categorization of facility kind. This attribute is free-form text and allows implementers to provide a more specific or specialized description of the facility kind.

NAMING_SYSTEM

N

CHARACTER VARYING

64

NAMING SYSTEM: The naming system within which the name is unique. For example, API or NPD.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: REMARK: Narrative remarks about this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

RPEN_ALLOCATION_FACTOR

Table Name: RPEN_ALLOCATION_FACTOR

REPORTING ENTITY ALLOCATION FACTOR: This table represents a factor used in calculations to allocate production from one entity to another .

Column Name Nullable Data Type Length Key Referenced Table Column Comment

RPEN_ALLOCATION_FACTOR_ID

Y

INTEGER

P

RPEN ALLOCATION FACTOR ID: Primary Key Row Identifier

TO_REPORTING_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

TO REPORTING ENTITY ID: An identifier that is unique within a specific production entity source and type.

FROM_REPORTING_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

FROM REPORTING ENTITY ID: An identifier that is unique within a specific production entity source and type.

R_REPORTING_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

R REPORTING PRODUCT ID: Product for which the volume is reported

R_REPORTING_FLOW_ID

N

INTEGER

R_REPORTING_FLOW

R REPORTING FLOW ID: Reporting flow for the volume reported

ALLOCATION_FACTOR

N

NUMERIC

10,5

ALLOCATION FACTOR: A factor that is used in calculations to allocate production from one entity to another.

R_ALLOCATION_TYPE_ID

N

INTEGER

R_ALLOCATION_TYPE

R ALLOCATION TYPE ID: The type of allocation factor that is used in calculations to attribute (allocate) a measured movement of fluid to a number of production entities.

CALCULATED_FROM

N

CHARACTER VARYING

40

CALCULATED FROM: The method used to derive the allocation factor.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that this allocation factor becomes effective.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that this allocation factor is no longer in effect.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

REMARK

N

CHARACTER VARYING

2000

REMARK: Comment about the allocation factor.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SCENARIO

Table Name: SCENARIO

SCENARIO: A intelligible description of a possible situation, which is based on a complex series of influence factors

Column Name Nullable Data Type Length Key Referenced Table Column Comment

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

R_SCENARIO_TYPE_ID

N

INTEGER

R_SCENARIO_TYPE

SCENARIO TYPE REFERENCE ID: The identifier of scenario type.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SCENARIO_ID

Y

INTEGER

P

SCENARIO IDENTIFIER: Number or code uniquely identifying the scenario.

SCENARIO_NAME

Y

CHARACTER VARYING

40

SCENARIO NAME: The name of the scenario.

SCENARIO_TYPE

N

CHARACTER VARYING

40

R_SCENARIO_TYPE

SCENARIO TYPE: The scenario type, for example, base scenario, alternate scenario.

R_SCENARIO_SOURCE_ID

N

INTEGER

R_SCENARIO_SOURCE

SCENARIO SOURCE REFERENCE ID: The identifier of scenario source.

SP_BOUNDARY

Table Name: SP_BOUNDARY

SPATIAL POLYGON BOUNDARY: This table contains the points which outline the perimeter of a polygon. The points are sequenced spatially in either a clockwise or counter clockwise direction, as specified in SP_POLYGON.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

SP_BOUNDARY_ID

Y

INTEGER

P

SP Boundary ID: An auto generated database id for spatial boundary

POLYGON_ID

N

INTEGER

SP_POLYGON

POLYGON ID: Unique identifier to track a spatial polygon. A polygon may be composed of more than one part, including areas of inclusion and areas of exclusion.

POINT_SEQ_NO

N

INTEGER

POINT SEQ NO: Unique identifier for the points of the polygon, ordered spatially.

DEPTH

N

NUMERIC

15,5

DEPTH: The depth of this point where the point is located below the ground or sea level.

ELEVATION

N

NUMERIC

10,5

ELEVATION: The elevation of this point.

LATITUDE

N

NUMERIC

14,9

LATITUDE: Latitude of the point on the polygon.

LONGITUDE

N

NUMERIC

14,9

LONGITUDE: Longitude of the point on the polygon

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

SP_DESC_TEXT

Table Name: SP_DESC_TEXT

SPATIAL DESCRIPTION TEXT: Describes the spatial extent of the land right, both on the surface and at the mineral zone. Usually textual in nature, this information may be very lengthy and detailed. GIS or SQL searches and functions cannot be readily performedon this information, but it is needed for reporting and field purposes.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

SP_DESC_TEXT_ID

Y

INTEGER

P

An auto generated database id for spatial description text

SPATIAL_DESCRIPTION_ID

Y

INTEGER

SPATIAL_DESCRIPTION

An auto generated database id for spatial description

TEXT_ID

N

CHARACTER VARYING

40

SPATIAL DESCRIPTION TEXT ID: Unique identifier for the metes and bounds textual description for the spatial description.

DESCRIPTION

N

CHARACTER VARYING

2000

DESCRIPTION: Textual description of the metes and bounds.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

SP_POLYGON

Table Name: SP_POLYGON

SPATIAL POLYGON: a polygon which describes the outline of an area. Polygons may describe outlines of fields, pools, AOI agreements, land titles, land parcel lots, surface restrictions and others.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

POLYGON_ID

Y

INTEGER

P

POLYGON ID: Unique identifier to track the polygonal outline of a spatial object. Complex polygons are permitted.

POLYGON_NAME

Y

CHARACTER VARYING

100

The name of the POLYGON. Must be unique among all POLYGONS in the system.

BOUNDARY_DIRECTION

N

CHARACTER VARYING

20

BOUNDARY DIRECTION: Direction from starting point to connect boundary points in polygon. May be clockwise or counter clockwise.

CRS_ID

N

INTEGER

CARTOREFERENCESYSTEM

COORDINATE SYSTEM ID: unique identifier for the coordinate system.

DATUM_ELEV

N

NUMERIC

10,5

DATUM ELEVATION: The elevation of the vertical datum used to measure the position of downhole positions such as well points or geophones.

MAX_PLOT_SCALE

N

CHARACTER VARYING

20

MAXIMUM PLOT SCALE: The maximum scale that this polygon should be used for.

MIN_PLOT_SCALE

N

CHARACTER VARYING

20

MINIMUM PLOT SCALE: The minimum scale that this polygon should be used for.

REFERENCE_DATUM

N

CHARACTER VARYING

40

REFERENCE DATUM: the datum to which the elevations or depths have been referenced, such as Mean Sea Level.

SPATIAL_DESCRIPTION_ID

Y

INTEGER

SPATIAL_DESCRIPTION

An auto generated database id for spatial description

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

SPATIAL_DESCRIPTION

Table Name: SPATIAL_DESCRIPTION

SPATIAL DESCRIPTION: The surface and sub-surface description of land. The surface description may be stated in terms of a legal survey system, metes and bounds or polygon. The mineral zone description describes the minerals (substances) and subsurface definition (zones/formations) to which rights are granted. For land rights, continuations may be described by generating a new LLD.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

SPATIAL_DESCRIPTION_ID

Y

INTEGER

P

An auto generated database id for spatial description

SPATIAL_DESCRIPTION

Y

CHARACTER VARYING

40

SPATIAL DESCRIPTION: The surface and sub-surface description of any object that occupies an area, such as a land right, field, facility or area of interest. The surface description may be stated in terms of a legal survey system, metes and bounds or polygon. The mineral zone description describes the minerals (substances) and subsurface definition (zones/formations) that are included in the definition. For land rights, continuations may be described by generating a new Spatial description.

SPATIAL_OBS_NO

Y

INTEGER

SPATIAL DESCRIPTION OBSERVATION NUMBER: a unique series number for the spatial description, allowing the spatial description to be versioned over time.

SPATIAL_DESC_TEXT_IND

N

BOOLEAN

SPATIAL TEXT DESCRIPTION INDICATOR: indicates that the land legal description is described by a textual description, such as metes and bounds.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

N

BOOLEAN

ACTIVE INDICATOR: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

TAGS_INFO

Table Name: TAGS_INFO

TAGS INFO: Tags information table is used to record the tags information assigned to a sensor.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

TAGS_INFO_ID

Y

INTEGER

P

TAGS INFO ID: The primary key of this table, which is automatic generated by PDM. application.

TAGS_ID

Y

CHARACTER VARYING

50

TAGS ID : Original ID related to sensor.

TAG_NAME

N

CHARACTER VARYING

50

TAG NAME: is the tag name from OPC server or PDM connector. It is unique constraint of this table.

DATA_TYPE

N

CHARACTER VARYING

40

DATA TYPE: The data type for this row of specification

UNIT

N

CHARACTER VARYING

40

UNIT: The unit for this row of specification.

POOLING_FREQUENCY

N

INTEGER

POOLING FREQUENCY: Is the data eject frequncy from the sensor intalled on well or facility.

DATA_SOURCE

N

CHARACTER VARYING

50

DATA SOURCE: Which data source of the tags ID comes from

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: Common long name given to reference type or code.

SHORT_NAME

N

CHARACTER VARYING

30

SHORT NAME: Common short name given to reference type or code.

VERSION

Table Name: VERSION

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ID

Y

INTEGER

P

VERSION

Y

BIGINT

FILENAME

Y

CHARACTER VARYING

150

BUILDURL

Y

CHARACTER VARYING

200

CREATEDATE

Y

TIMESTAMP WITHOUT TIME ZONE

WELL

Table Name: WELL

WELL: A well is the location on the surface of the earth or sea bed where the drill bit is planned to penetrate or does penetrate the earth to establish or rework a well. The well will be the same with Well Origin in PPDM.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_ID

Y

INTEGER

P

WELL ID: The identifier to as the primary key for this row.

UWI

Y

CHARACTER VARYING

50

UNIQUE WELL IDENTIFIER: A unique name, code or number designated.

WELL_NAME

Y

CHARACTER VARYING

50

WELL NAME: Name assigned to the well. This may be the legal or registered name as it appears on a permit or a given name assigned by the operator.

WELL_ALIAS_NAME

N

CHARACTER VARYING

255

WELL NAME: The alias name assigned to the well.

FIELD_ID

N

INTEGER

FIELD

FIELD IDENTIFIER: Unique identifier for the field.

FIELD_NAME

N

CHARACTER VARYING

100

FIELD

FIELD NAME: The name of the FIELD. Must be unique among all FIELDS in the system.

OFFSHORE_IND

Y

BOOLEAN

OFFSHORE INDICATOR: A Y or N flag indicating whether this well is onshore or offshore.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (Y) or inactive/invalid (N).

WELL_OWNER

N

CHARACTER VARYING

255

WELL OWNER: Owner assigned to the well.

SPUD_DATE

N

TIMESTAMP WITHOUT TIME ZONE

SPUD DATE: Date the drilling operations commenced on the well. The first day hole is made.

SPUD_DATE_TZ

N

CHARACTER VARYING

40

R_TIMEZONE

SPUD DATA TIMEZONE: The timezone of the spud date.

R_TIMEZONE_ID

N

INTEGER

R_TIMEZONE

REFERENCE TIMEZONE: The identifier of the timezone.

COMPLETION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

COMPLETION DATE: Date on the official filing or completion report indicating the well is established as ready to produce, inject or abandon.

PRODUCTION_START_DATE

N

TIMESTAMP WITHOUT TIME ZONE

PRODUCTION START DATE: Date the well started to product.

X_COORDINATE

N

NUMERIC

18,9

X/Y of surface, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

Y_COORDINATE

N

NUMERIC

18,9

X/Y of surface, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

CRS_ID

N

INTEGER

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM ID: the identifier of coordinate reference system.

CRS_NAME

N

CHARACTER VARYING

50

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM: coordinate-based local, regional or global system used to locate geographical entities.

CURRENT_CLASS_ID

N

INTEGER

R_WELL_CLASS

CURRENT WELL CLASS: REFERENCE WELL CLASSIFICATION: A reference table identifying the classification of a well commonly based on the Lahee system. For example New Field Wildcat, Deeper Pool Test, Outpost or Development. Use only if needed.

WELL_CLASS

N

CHARACTER VARYING

50

R_WELL_CLASS

WELL CLASSIFICATION: A reference table identifying the classification of a well commonly based on the Lahee system. For example New Field Wildcat, Deeper Pool Test, Outpost or Development

DEEPEST_DEPTH

N

NUMERIC

18,9

WELL DEEPEST DEPTH: The deepest measure depth of the well.

MAX_TVD

N

NUMERIC

18,9

MAXIMUM TRUE VERTICAL DEPTH: The maximum true vertical depth from the surface datum reference to the final total depth or deepest point, measured on a straight line.

DEPTH_DATUM_ID

N

INTEGER

R_WELL_DATUM_TYPE

DEPTH DATUM ID: The unique number of the depth datum, the point from which all depths are measured.

DEPTH_DATUM

N

CHARACTER VARYING

50

R_WELL_DATUM_TYPE

DEPTH DATUM: The point from which all depths are measured. For example: kelly bushing, ground level, barge floor

DEPTH_DATUM_ELEV

N

NUMERIC

18,9

DEPTH DATUM ELEVATION: Operator reported elevation of the measurement datum used as a reference for other measured well points.

GROUND_ELEV

N

NUMERIC

18,9

GROUND ELEVEVATION: The elevation of the ground at the well site.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

BOTTOM_HOLE_X_LON

N

NUMERIC

18,9

X/Y of bottom hole, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

BOTTOM_HOLE_Y_LAT

N

NUMERIC

18,9

X/Y of bottom hole, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

ABANDONMENT_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ABANDONMENT DATE: Date the well was plugged and permanently abandoned.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

FAULTED_IND

N

BOOLEAN

FAULTED INDICATOR: Y(es) or N(o) indicating a well has been faulted.

FINAL_DRILL_DATE

N

TIMESTAMP WITHOUT TIME ZONE

FINAL DRILL DATE: Date the drilling operations for the well were finalized.

LOG_TD

N

NUMERIC

15,5

LOGGERS TOTAL DEPTH: Total or maximum depth of the well as measured by the logging tool and reported by the logger/logging service.

NET_PAY

N

NUMERIC

15,5

NET PAY: The cumulative reservoir rock capable of producing within the entire thickness of a pay zone. The net pay within a gross interval.

OPERATOR

N

CHARACTER VARYING

40

OPERATOR: The Business Associate representing the owners of the well, responsible for the operations of drilling and producing the well and for reporting these activities to the partners and regulatory agencies.

PLOT_NAME

N

CHARACTER VARYING

40

PLOT NAME: Well name alias used when plotting the well on a map.

PLUGBACK_DEPTH

N

NUMERIC

15,5

PLUGBACK DEPTH: Depth of the point that the well was plugged back to when setting the casing or completing the well.

R_WELL_PROFILE_ID

N

INTEGER

R_WELL_STATUS

WELL PROFILE IDENTIFIER: The unique number assigned to well profile.

WELL_PROFILE

N

CHARACTER VARYING

60

R_WELL_STATUS

WELL PROFILE TYPE: The wellbore shape. For example vertical, horizontal, directional, s-shaped…​

WATER_ACOUSTIC_VEL

N

NUMERIC

15,5

WATER ACOUSTIC VELOCITY: the average acoustic velocity from surface to sea bed near the well site.

WATER_DEPTH

N

NUMERIC

15,5

WATER DEPTH: Depth of the water at a well (measured from the water level to the mud line).

WATER_DEPTH_DATUM

N

CHARACTER VARYING

40

WATER DATUM: Reference datum to which the water depth is referenced, such as mean sea level.

IS_VIRTUAL

N

BOOLEAN

VIRTUAL INDICATOR: A Y/N flag indicating whether this row of data is currently virtual (Y) or actual (N).

R_PLOT_SYMBOL_ID

N

INTEGER

R_PLOT_SYMBOL

PLOT SYMBOL: A character or symbol used to represent well status. This may be a particular mapping package coding scheme, or a pointer to other application dependent files.

UIDREF

N

CHARACTER VARYING

64

UidRef: A reference Uid for this object.

R_DATA_ACCESS_
CATEGORY_ID

N

INTEGER

R_DATA_ACCESS_CATEGORY

R DATA ACCESS CATEGORY ID: Unique identifier for the R_DATA_ACCESS_CATEGORY.

WELL_COMPLETION

Table Name: WELL_COMPLETION

WELL COMPLETION: The Well Completion table identifies the completion activity in the wellbore. Since a wellbore may have multiple completions, the completion observation number uniquely identifies each occurrence.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_COMPLETION_ID

Y

INTEGER

P

WELL COMPLETION ID: The identifier to as the primary key for this row.

WELLBORE_ID

N

INTEGER

WELLBORE

UNIQUE WELL IDENTIFIER: A unique name, code or number designated for a well.

WELLBORE_UWI

Y

CHARACTER VARYING

50

WELLBORE

UNIQUE WELLBORE IDENTIFIER: A unique name, code or number designated for wellbore.

COMPLETION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

COMPLETION DATE: Start or effective date of the well completion.

COMPLETION_OBS_NO

N

INTEGER

COMPLETION OBSERVATION NUMBER: A sequential observation number used to uniquely identify each activity in a completed (perforated) interval.

COMPLETION_TYPE_ID

N

INTEGER

R_COMPLETION_TYPE

COMPLETION TYPE ID: The type or method of well completion. For example perforation, open hole, gravel pack or combination.

COMPLETION_TYPE

N

CHARACTER VARYING

40

R_COMPLETION_TYPE

COMPLETION TYPE: The type or method of well completion. For example perforation, open hole, gravel pack or combination.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

TOP_DEPTH

N

NUMERIC

15,5

TOP DEPTH: Measured depth from the surface to the top of the well completion.

BASE_DEPTH

N

NUMERIC

15,5

BASE DEPTH: Measured depth from the surface to the base of the well completion activity.

ZONE_ID

N

INTEGER

ZONE

ZONE ID: the identifier to the zone

ZONE_NAME

N

CHARACTER VARYING

255

ZONE

ZONE NAME: Full name of the zone.

REMARK

N

CHARACTER VARYING

255

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_COMPLETION_NAME

Y

CHARACTER VARYING

50

WELL COMPLETION NAME: Name of well completion interval, and should be unique.

UIDREF

N

CHARACTER VARYING

64

UidRef: A reference Uid for this object.

WELL_DIR_SRVY

Table Name: WELL_DIR_SRVY

WELL DIRECTIONAL SURVEY: The Well Directional Survey table contains header information about directional surveys which have been performed on a wellbore. This downhole survey charts the degree of departure of the wellbore from vertical and the direction of departure. Since many directional surveys can be conducted on a wellbore, the survey number is included as part of the primary key to uniquely identify the survey.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_DIR_SRVY_ID

Y

INTEGER

P

WELL DIRECTIONAL SURVEY IDENTIFIER: Number uniquely identifying this row of data.

WELLBORE_ID

Y

INTEGER

WELLBORE

WELLBORE ID: An auto generated database id for wellbore to be the primary key for this row.

WELLBORE_UWI

Y

CHARACTER VARYING

50

WELLBORE

WELLBORE UNIQUE IDENTIFIER: A unique name, code or number designated to the wellbore

SURVEY_RUN_NUM

Y

INTEGER

SURVEY RUN NUMBER: Survey Run Number, null in WELL_DIR_SRVY if multiple runs are combined/composited. Run number is typically NOT explicitly stated on a given directional survey report, but is often assigned when multiple survey runs are evaluated, processes and/or composited.

MD

N

NUMERIC

14,4

MD: Depth measured along the borehole from the Measurement Reference Datum to the survey station.

TVD

N

NUMERIC

14,4

TVD: The true vertical depth at the measured depth.

AZIMUTH

N

NUMERIC

14,4

AZIMUTH: The Unprocessed or Original azimuth at the measured depth of a tie point.

INCLINATION

N

NUMERIC

14,4

INCLINATION: The inclination at the measured depth of a tie point.

R_NORTH_ID

N

INTEGER

R_NORTH_TYPE

R NORTH IDENTIFIER: Number uniquely identifying the north type.

AZIMUTH_NORTH_TYPE

N

CHARACTER VARYING

40

R_NORTH_TYPE

AZIMUTH NORTH TYPE: The North reference used to define AZIMUTH angular measurement values stored in WELL_DIR_SRVY_STATION for this Directional Survey (UWI, SURVEY_ID, SOURCE). For example, True North, Grid North, Magnetic North, etc.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

SURVEY_START_DATE

N

TIMESTAMP WITHOUT TIME ZONE

SURVEY START DATE: Date the directional survey was conducted if the survey was started and finished the same day, else the date that the survey was Started. SURVEY_START_DATE must be Equal to or Earlier than SURVEY_END_DATE. Recommended that both SURVEY_START_DATE and SURVEY_END_DATE are populated, even if they are the same.

SURVEY_END_DATE

N

TIMESTAMP WITHOUT TIME ZONE

SURVEY END DATE: Date the directional survey was conducted if the survey was started and finished the same day, else the date that the survey was completed. SURVEY_START_DATE must be Equal to or Earlier than SURVEY_END_DATE. Recommended that both SURVEY_START_DATE and SURVEY_END_DATE are populated, even if they are the same.

R_SURVEY_TYPE_ID

N

INTEGER

R_SURVEY_TYPE

SURVEY TYPE ID: Unique identifier for the survey type.

SURVEY_TYPE

N

CHARACTER VARYING

30

R_SURVEY_TYPE

SURVEY TYPE: Type of Tool or Equipment used to acquire this Directional Survey. For example, gyroscopic, magnetic, MWD, totco, acid bottle, etc.

TOP_DEPTH

N

NUMERIC

18,9

SURVEY TOP DEPTH: Measured depth in wellbore where the directional survey starts.

BASE_DEPTH

N

NUMERIC

18,9

SURVEY BASE DEPTH: Measured depth in borehole of the LAST surveyed station.

REPORT_LOG_DATUM_ID

N

INTEGER

R_WELL_DATUM_TYPE

REPORTED LOG DATUM ID: Unique identifier for The datum from which the log depths are measured. The point at which log depth equals zero, e.g. kelly bushing. Reference DREF in LAS format.

REPORT_LOG_DATUM

N

CHARACTER VARYING

50

R_WELL_DATUM_TYPE

REPORTED LOG DATUM: The datum from which the log depths are measured. The point at which log depth equals zero, e.g. kelly bushing. Reference DREF in LAS format.

WELL_EQUIPMENT

Table Name: WELL_EQUIPMENT

WELL EQUIPMENT: A collection of the equipment that installed at the well.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_EQUIPMENT_ID

Y

INTEGER

P

WELL EQUIPMENT ID: The identifier to as the primary key for this row.

WELLBORE_ID

Y

INTEGER

WELLBORE

WELLBORE IDENTIFIER: The unique identifier that designated to a wellbore.

WELLBORE_UWI

Y

CHARACTER VARYING

50

WELLBORE

UNIQUE WELLBORE IDENTIFIER: A unique name, code or number designated to a wellbore.

EQUIPMENT_ID

Y

INTEGER

EQUIPMENT

EQUIPMENT IDENTIFIER: Unique identifier for the list of the equipment.

EQUIPMENT_NAME

N

CHARACTER VARYING

40

EQUIPMENT

EQUIPMENT NAME: Name assigned to the equipment, such as rigs. This column should not be used to identify the type of equipment this is.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

INSTALL_DATE

N

TIMESTAMP WITHOUT TIME ZONE

INSTALLED DATE: The date that this piece of equipment was installed in a logical facility location. Over time, a piece of equipment may be installed in more than one logical location, or a logical location may have equipment replacements or upgrades over time.

REMOVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

REMOVED DATE: The date this piece of equipment was removed from a logical facility location.

INSTALL_TOP_DEPTH

N

NUMERIC

15,5

INSTALLED TOP DEPTH: The installed top depth for this peice of equipment.

INSTALL_BASE_DEPTH

N

NUMERIC

15,5

INSTALLED BASE DEPTH: The base depth for this piece of equipment.

ID_EQUIPMENT

N

NUMERIC

8,3

INSIDE DIAMETER: Measurement of the inside diameter size of equipment.

OD_EQUIPMENT

N

NUMERIC

8,3

OUTSIDE DIAMETER: Measurement of the outside diameter size of the equipment.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_EQUIPMENT_NAME

N

CHARACTER VARYING

80

WELL EQUIPMENT NAME: Well equipment name.

WELL_EVENT

Table Name: WELL_EVENT

WELL EVENT: Use this table to track all events in a well, including production, operational or milestone events. Date, and depth, production loss, loss cause of the event will be tracked.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_EVENT_ID

Y

INTEGER

P

WELL EVENT ID: The identifier to as the primary key for this row.

WELL_ID

Y

INTEGER

WELL

WELL ID: The identifier to as the primary key for this row.

UWI

Y

CHARACTER VARYING

50

WELL

UNIQUE WELL IDENTIFIER: A unique name, code or number designated.

EVENT_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

EVENT DATE: The date that this event started or was begun.

R_EVENT_SUB_CATEGORY_ID

Y

INTEGER

R_EVENT_SUB_CATEGORY

EVENT SUB CATEGORY ID: The identifier of the event sub category.

EVENT_SUB_CATEGORY

Y

CHARACTER VARYING

40

R_EVENT_SUB_CATEGORY

EVENT SUB CATEGORY: The sub type of this event.

EVENT_DURATION

N

NUMERIC

10,5

EVENT DURATION: the total duration of this event.

R_DOWNTIME_TYPE_ID

N

INTEGER

R_DOWNTIME_TYPE

DOWNTIME TYPE: The type of downtime experienced during a well operation or event.

DOWNTIME_TYPE

N

CHARACTER VARYING

40

R_DOWNTIME_TYPE

DOWNTIME TYPE: The type of downtime experienced during a well operation or event.

BASE_DEPTH

N

NUMERIC

15,5

BASE DEPTH: The base depth at which this event or status occurred.

TOP_DEPTH

N

NUMERIC

15,5

TOP DEPTH: The top depth for this event or status.

LOST_VOLUME_OIL

N

NUMERIC

14,4

LOST OIL VOLUME: The oil product lost volumes are measured.

LOST_VOLUME_GAS

N

NUMERIC

14,4

LOST GAS VOLUME: The gas product lost volumes are measured.

DESCRIPTION

N

CHARACTER VARYING

2000

DESCRIPTION: Textual description of the characteristic.

R_SOURCE_ID

N

INTEGER

R_SOURCE

SOURCE ID: The identifier of the source of this row.

SOURCE

N

CHARACTER VARYING

30

R_SOURCE

SOURCE: The individual, company, state, or government agency designated as the source of information for this row.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_EVENT_PLAN

Table Name: WELL_EVENT_PLAN

WELL EVENT PLAN: Use this table to track the planned events of wells.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_EVENT_PLAN_ID

Y

INTEGER

P

WELL EVENT PLAN ID: The identifier of this row of data

WELL_ID

Y

INTEGER

WELL

WELL ID: The identifier to as the primary key for this row.

UWI

Y

CHARACTER VARYING

50

WELL

UNIQUE WELL IDENTIFIER: A unique name, code or number designated.

PLANNED_START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

PLANNED START DATE: the date that the event is planned to start.

PLANNED_END_DATE

N

TIMESTAMP WITHOUT TIME ZONE

PLANNED END DATE: the date on which plan is expected to be fnished.

R_EVENT_SUB_CATEGORY_ID

Y

INTEGER

R_EVENT_SUB_CATEGORY

EVENT SUB CATEGORY ID: The identifier of the event sub category.

EVENT_SUB_CATEGORY

Y

CHARACTER VARYING

40

R_EVENT_SUB_CATEGORY

EVENT SUB CATEGORY: The sub type of this event.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

PLAN_OWNER

N

CHARACTER VARYING

255

PLAN OWNER: the business associate who is the owner of the processing plan.

R_SOURCE_ID

N

INTEGER

R_SOURCE

SOURCE ID: The identifier of the source of this row.

SOURCE

N

CHARACTER VARYING

30

R_SOURCE

SOURCE: The individual, company, state, or government agency designated as the source of information for this row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_ORG_UNIT

Table Name: WELL_ORG_UNIT

WELL ORG UNIT: This table is used to record the well historical relationship with org units.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_ORG_UNIT_ID

Y

INTEGER

P

WELL ORG UNIT ID: The identifier to as the primary key for this row.

WELL_ID

Y

INTEGER

WELL

WELL ID: Well Table ID.

ORG_UNIT_ID

Y

INTEGER

ORG_UNIT

ORG UNIT ID: ORG UNIT Table ID.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

WELL_PERFORATION

Table Name: WELL_PERFORATION

WELL PERFORATION: The Well Perforations table contains detailed perforation activity performed on a well. This is the puncturing of a casing or liner which allows passage of fluid. A well completion may contain many well perforations.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_PERFORATION_ID

Y

INTEGER

P

WELL PERFORATION ID: The identifier to as the primary key for this row.

WELL_COMPLETION_ID

Y

INTEGER

WELL_COMPLETION

WELL COMPLETION ID: The identifier of the completion that perforations linked to.

PERFORATION_OBS_NO

Y

INTEGER

PERFORATION OBSERVATION NUMBER: Assigned number to uniquely identify a perforation activity or interval in a well.

PERFORATION_TYPE_ID

N

INTEGER

R_PERFORATION_TYPE

PERFORATION TYPE ID: The identifier of the perforation type.

PERFORATION_TYPE

N

CHARACTER VARYING

50

R_PERFORATION_TYPE

PERFORATION TYPE: A reference table identifying the type of perforation method. For example bullet, jet or combination.

PERFORATION_METHOD_ID

N

INTEGER

R_PERFORATION_METHOD

PERFORATION METHOD ID: The identifier of the perforation method.

PERFORATION_METHOD

N

CHARACTER VARYING

50

R_PERFORATION_METHOD

PERFORATION METHOD: Code identifying the type of opening the fluid entered through into the tubing (e.g., perforation, open hole, combination, etc.).

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

TOP_DEPTH

N

NUMERIC

15,5

TOP DEPTH: Measured depth from the surface to the top of the perforations.

TOP_ZONE_ID

N

INTEGER

ZONE

TOP ZONE UNIT IDENTIFIER: unique identifier for the top zone unit.

TOP_ZONE_NAME

N

CHARACTER VARYING

255

ZONE

TOP ZONE UNIT NAME: Top zone unit for perforation.

BASE_DEPTH

N

NUMERIC

15,5

BASE DEPTH: Measured depth from the surface to the base of the perforations.

BASE_ZONE_ID

N

INTEGER

ZONE

BASE ZONE UNIT IDENTIFIER: unique identifier for the base zone unit.

BASE_ZONE_NAME

N

CHARACTER VARYING

255

ZONE

BASE ZONE UNIT NAME: Base zone unit for perforation.

PERFORATION_ANGLE

N

NUMERIC

10,5

PERFORATION ANGLE: For directional perforating this is the angle of perforations expressed in degrees relative to north.

PERFORATION_COUNT

N

INTEGER

PERFORATION COUNT: Total number of perforations or holes pierced through the casing or liner.

PERFORATION_DENSITY

N

NUMERIC

10,5

PERFORATION DENSITY: Number of perforations used in combination with perforations per unit. For example 8.5 shots per metre with 17 shots every 2 meters.

PERFORATION_DIAMETER

N

NUMERIC

8,3

PERFORATION DIAMETER: The size or diameter of the perforations.

PERFORATION_PHASE

N

CHARACTER VARYING

40

PERFORATION PHASE: The angle separating perforations. For example 120 or 180

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_COMPLETION_NAME

Y

CHARACTER VARYING

50

WELL_COMPLETION

WELL COMPLETION NAME: Name of well completion interval, and should be unique.

WELL_POOL

Table Name: WELL_POOL

WELL POOL: The well pool table contains the name of pools intersected by one well.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_POOL_ID

Y

INTEGER

P

WELL POOL ID: Primary key Row identifier for current row

WELL_ID

Y

INTEGER

WELL

WELL ID: Identify of well.

POOL_ID

Y

INTEGER

POOL

POOL_ID: Identify of pool.

TOP_MD

N

NUMERIC

10,5

TOP MEASURED DEPTH: Measured depth from the surface to the top of the pool.

BASE_MD

N

NUMERIC

10,5

BASE MEASURED DEPTH: Measured depth from the surface to the base of the pool.

TOP_TVD

N

NUMERIC

10,5

TOP TRUE DEPTH: True vertical depth from the surface to the top of pool.

BASE_TVD

N

NUMERIC

10,5

BASE TRUE VERTICAL DEPTH: True vertical depth measured straight down from the surface to the base of the pool.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED DATE: System date of the last time the row was changed.

WELL_PROD_METHOD_HISTORY

Table Name: WELL_PROD_METHOD_HISTORY

WELL PRODUCTION METHOD HISTORY: Contains an historical account of the production method of the well.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_PROD_METHOD_HISTORY_ID

Y

INTEGER

P

WELL PRODUCTION METHOD HISTORY ID: The identifier to as the primary key for this row.

WELL_ID

Y

INTEGER

WELL

WELL ID: The identifier as the primary key for this well.

UWI

Y

CHARACTER VARYING

50

WELL

UNIQUE WELL IDENTIFIER: A unique name, code or number designated.

EFFECTIVE_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

R_PRODUCTION_METHOD_ID

N

INTEGER

R_PRODUCTION_METHOD

PRODUCTION METHOD ID: The identifier type of Production method reported for the well.

PRODUCTION_METHOD

N

CHARACTER VARYING

50

R_PRODUCTION_METHOD

PRODUCTION METHOD: The method of product ion. For example swabbing, flowing, pumping or gas lift.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_STATUS

Table Name: WELL_STATUS

WELL STATUS:This reference table defines the status of the well. For example: cased, spudded, licensed, dry, abandoned oil, gas, …​

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_STATUS_ID

Y

INTEGER

P

WELL_STATUS_ID: The identifier to as the primary key for this row.

REPORTING_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

REPORTING ENTITY ID: The well or wellbore, well completion reference information.

R_WELL_STATUS_ID

Y

INTEGER

R_WELL_STATUS

R_WELL_STATUS_ID: The type of status reported for the well. Can include construction status, operating status, producing status, abandonment status etc.

R_SOURCE_ID

N

INTEGER

R_SOURCE

R_SOURCE_ID: The individual, company, state, or government agency designated as the source of information for this row.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE_DATE: The date that the data in this row first came into effect.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY_DATE: The date that the data in this row was no longer active or in effect.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

IS_ACTIVE: A True/False flag indicating whether this row of data is currently either active / valid (True) or inactive / invalid (False).

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW_CREATED_BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CREATED_DATE: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW_CHANGED_DATE: System date of the last time the row was changed.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW_CHANGED_BY: Application login id of the user who last changed the row.

WELL_ID

N

INTEGER

WELL

WELL_ID: UNIQUE WELL IDENTIFIER,A unique name, code or number designated as the primary key for this row.

WELL_STATUS_HISTORY

Table Name: WELL_STATUS_HISTORY

WELL STATUS HISTORY: Contains an historical account of the status of the well.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_STATUS_HISTORY_ID

Y

INTEGER

P

WELL STATUS HISTORY ID: The identifier to as the primary key for this row.

WELL_ID

Y

INTEGER

WELL

WELL ID: The identifier as the primary key for this well.

UWI

Y

CHARACTER VARYING

50

WELL

UNIQUE WELL IDENTIFIER: A unique name, code or number designated.

EFFECTIVE_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that the data in this row first came into effect.

R_WELL_STATUS_ID

N

INTEGER

R_WELL_STATUS

WELL_STATUS_ID: The identifier type of status reported for the well. Can include construction status, operating status, producing status, abandonment status etc.

DISPLAY_NAME

N

CHARACTER VARYING

50

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that the data in this row was no longer active or in effect.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_TEST

Table Name: WELL_TEST

WELL TEST: The well test table contains descriptive information concerning test date, test time duration, test location, test type and test validation general data information for a well test.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_TEST_ID

Y

INTEGER

P

WELL TEST ID: Primary key Row identifier for current row.

REPORTING_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

REPORTING ENTITY ID: The well or wellbore, well completion reference information for this well test.

START_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

START DATE: Start date of the test was conducted.

END_DATE

N

TIMESTAMP WITHOUT TIME ZONE

END DATE: End date of the test was conducted.

TEST_DURATION

N

NUMERIC

10,2

TEST DURATION: Duration of time required to conduct the production test.

R_TIMEZONE_ID

N

INTEGER

R_TIMEZONE

R TIMEZONE ID: The identifier to a time zone.

R_WELL_TEST_TYPE_ID

N

INTEGER

R_WELL_TEST_TYPE

R WELL TEST TYPE ID: Identifies the general type of test used to evaluate the potential of the well. For example, production flow test, multirate test and so on.

PRESSURE_TEMPERATURE_ID

N

INTEGER

PRESSURE_TEMPERATURE

PRESSURE TEMPERATURE ID: Standard Pressure and temperature condition applied on the well test volume.

TEST_DEVICE

N

CHARACTER VARYING

40

TEST DEVICE: Identifier for the test device being used to conduct the test, such as a test separator, MPFM, tank, etc.

TEST_BY

N

CHARACTER VARYING

40

TEST BY: Identifier of the organization (service company, operator, etc.) that was responsible for conducting the well test.

IS_VALIDATED

N

BOOLEAN

IS VALIDATED: A flag which is to be set if this test is validated and therefore able to used in processes such as production allocation

R_VALIDATE_RESULT_ID

N

INTEGER

R_VALIDATE_RESULT

R VALIDATE RESULT ID: Specify well test validation results, such as failed, passed, passed with changes, or unknown.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: System date of the last time the row was changed.

TEMPERATURE

N

NUMERIC

10,5

PRESSURE_TEMPERATURE

TEMPERATURE: The reference temperature condition for the measurement.

PRESSURE

N

NUMERIC

10,5

PRESSURE_TEMPERATURE

PRESSURE: The reference pressure condition for the measurement.

TIMEZONE

N

CHARACTER VARYING

40

R_TIMEZONE

TIMEZONE: The time zone of the well test date time.

VALIDATE_RESULT

N

CHARACTER VARYING

40

R_VALIDATE_RESULT

VALIDATE RESULT: The validate result of this row of well test data.

WELL_TEST_TYPE

N

CHARACTER VARYING

30

R_WELL_TEST_TYPE

WELL TEST TYPE: The well test type of this row of well test.

ASSOCIATED_OBJECT_NAME

Y

CHARACTER VARYING

50

ASSOCIATED OBJECT NAME: The associated object name. such as field name.

WELL_TEST_ALLOCATION_FACTOR

Table Name: WELL_TEST_ALLOCATION_FACTOR

WELL TEST ALLOCATION FACTOR: This table is used to record the allocation factor for each product phase relative to the overall volume of the test.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_TEST_ALLOCATION_FACTOR_ID

Y

INTEGER

P

WELL TEST ALLOCATION FACTOR ID: Primary key Row identifier for current row.

WELL_TEST_ID

Y

INTEGER

WELL_TEST

WELL TEST ID: Specify the well test ID.

TO_ENTITY_ID

Y

INTEGER

REPORTING_ENTITY

TO ENTITY ID: The wellbore ID or well completion ID which this allocation factor used for.

ALLOCATION_FACTOR

N

NUMERIC

10,2

ALLOCATION FACTOR: A factor that is used in calculations to allocate production from one entity to another.

EFFECTIVE_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EFFECTIVE DATE: The date that this allocation factor becomes effective.

EXPIRY_DATE

N

TIMESTAMP WITHOUT TIME ZONE

EXPIRY DATE: The date that this allocation factor is no longer in effect.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: System date of the last time the row was changed.

R_REPORTING_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

R REPORTING PRODUCT ID: Primary key identifier of what reporting product.

WELL_TEST_FLOW_MEASUREMENT

Table Name: WELL_TEST_FLOW_MEASUREMENT

WELL_TEST_FLOW_MEASUREMENT: This table is used to record the volume and rate of each product kind, which is measured on the stable flow stage of well test.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_TEST_FLOW_MEASUREMENT_ID

Y

INTEGER

P

WELL TEST FLOW MEASUREMENT ID: Primary key Row identifier for current row

WELL_TEST_FLOW_PERIOD_ID

Y

INTEGER

WELL_TEST_FLOW_PERIOD

WELL TEST FLOW PERIOD ID: foreign key of the well test flow period.

R_FLOW_KIND_ID

Y

INTEGER

R_REPORTING_FLOW

R FLOW KIND ID: The flow kind of this row of flow measurement.

RATE

N

NUMERIC

14,4

RATE: The rate of the product measured during this well test period.

RATE_UOM

N

CHARACTER VARYING

40

RATE UOM: The rate unit of the product measured during this well test period.

VOLUME

N

NUMERIC

14,4

VOLUME: The volume of the product measured during this well test period.

VOLUME_UOM

N

CHARACTER VARYING

40

VOLUME UOM: Measurement unit used for reported volume

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: System date of the last time the row was changed.

REPORTING_FLOW

Y

CHARACTER VARYING

40

R_REPORTING_FLOW

REPORTING FLOW: The well test is for injection or production.

TEST_PRODUCT

Y

CHARACTER VARYING

40

WELL_TEST_ID

Y

INTEGER

WELL_TEST_FLOW_PERIOD

WELL TEST ID: Identify the well test.

FLOW_PERIOD

Y

INTEGER

WELL_TEST_FLOW_PERIOD

FLOW PERIOD: Identify the specific flow period.

R_REPORTING_PRODUCT_ID

Y

INTEGER

R_REPORTING_PRODUCT

R REPORTING PRODUCT ID: Primary key identifier of what reporting product.

PRODUCT

Y

CHARACTER VARYING

40

R_REPORTING_PRODUCT

PRODUCT: The well test reporting product.

WELL_TEST_FLOW_PERIOD

Table Name: WELL_TEST_FLOW_PERIOD

WELL TEST FLOW PERIOD: This tables is used to describe how many period in this whole well test job, and its basic information for datetime of each individual period.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_TEST_FLOW_PERIOD_ID

Y

INTEGER

P

WELL TEST FLOW PERIOD ID: Primary key Row identifier for current row

WELL_TEST_ID

Y

INTEGER

WELL_TEST

WELL TEST ID: Identify well test associated with current flow period.

FLOW_PERIOD

Y

INTEGER

FLOW PERIOD: The different test period for one complete well test circle.

START_DATE

N

TIMESTAMP WITHOUT TIME ZONE

START DATE: Start date of the test period was conducted.

END_DATE

N

TIMESTAMP WITHOUT TIME ZONE

END DATE: End date of the test period was conducted.

TEST_DURATION

N

NUMERIC

10,2

TEST DURATION: Duration of time required to conduct the production test.

IS_ACTIVE

N

BOOLEAN

IS ACTIVE: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: System date of the last time the row was changed.

WELL_TEST_MEASUREMENT

Table Name: WELL_TEST_MEASUREMENT

WELL_TEST_MEASUREMENT: This table is used to record measured properties those are not relevant with product kind on the stable flow stage of well test,such as pressure, temperature.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_TEST_MEASUREMENT_ID

Y

INTEGER

P

WELL TEST MEASUREMENT ID: Primary key Row identifier for current row.

WELL_TEST_FLOW_PERIOD_ID

Y

INTEGER

WELL_TEST_FLOW_PERIOD

WELL TEST FLOW PERIOD ID: foreign key to specify the well test flow period.

R_MEASUREMENT_ID

Y

INTEGER

R_MEASUREMENT

R MEASUREMENT ID: The associated measurement id for this row of data.

VALUE

N

NUMERIC

14,4

VALUE: The value for this row of measurement.

VALUE_OUM

N

CHARACTER VARYING

40

VALUE OUM: The unit of the measurement value.

IS_ACTIVE

Y

BOOLEAN

IS ACTIVE: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: System user who created this row of data.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: Date that the row was created on.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: Application login id of the user who last changed the row.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: System date of the last time the row was changed.

MEASUREMENT

Y

CHARACTER VARYING

40

R_MEASUREMENT

MEASUREMENT: The measurement whose value will be record.

WELL_TEST_ID

Y

INTEGER

WELL_TEST_FLOW_PERIOD

WELL TEST ID: Identify the well test.

FLOW_PERIOD

Y

INTEGER

WELL_TEST_FLOW_PERIOD

FLOW PERIOD: Identify the specific flow period.

WELL_TUBING_TALLY

Table Name: WELL_TUBING_TALLY

WELL TUBING TALLY: A list containing details of tubulars that have been prepared for running, or that have been retrieved from the wellbore. Each tubing joint is numbered and the corresponding length and other pertinent details noted alongside.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_TUBING_TALLY_ID

Y

INTEGER

P

WELL TUBING TALLY ID: The identifier to as the primary key for this row.

WELL_TUBING_ID

Y

INTEGER

WELL_TUBULAR

WELL TUBING ID: The identifier of the tubing. It is from Well Tubular table, and the tubular type is tubing relevant.

WELLBORE_UWI

Y

CHARACTER VARYING

50

WELL_TUBULAR

WELLBORE UWI: A unique name, code or number designated to a wellbore.

TUBING_IN_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

WELL_TUBULAR

TUBING IN DATE: The date when the tubing is run in hole.

JOINTS_SEQUENCE

N

INTEGER

SEQUENCE: The sequence number of the joint or joints run in the hole.

JOINTS_COUNT

N

INTEGER

JOINTS COUNT: Total number of joints run in the downhole..

JOINTS_LENGTH

N

NUMERIC

8,3

JOINTS LENGTH: The length of joints run in the downhole..

CUM_JOINTS_LENGTH

N

NUMERIC

8,3

CUM JOINTS LENGTH: The cumulative length of joints run in the downhole..

INSIDE_DIAMETER

N

NUMERIC

8,3

INSIDE DIAMETER: Measurement of the inside diameter size of the tubular bore/pipe.

OUTSIDE_DIAMETER

N

NUMERIC

8,3

OUTSIDE DIAMETER: Measurement of the outside diameter size of the tubular bore/pipe.

TUBING_GRADE

N

CHARACTER VARYING

40

TUBING GRADE: the tensile strength of the tubular material.

ROUGHNESS

N

NUMERIC

8,3

ROUGHNESS: The absolute roughness of the tubing.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_TUBULAR

Table Name: WELL_TUBULAR

WELL TUBULAR: The Well Tubular table contains information on the tubulars for the well. The tubulars can be tubing, casing or liners which are run into the well. A tubing string is a continuous length of pipe used to connect the producing interval in the well to the flow line at the surface. A casing string is a continuous length of pipe used to protect the walls of the well and to assist in interval isolation when completing the well. The table identifies each tubular string used in a single drilling phase of the well. Liners are used to prevent sand from entering the wellbore.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_TUBULAR_ID

Y

INTEGER

P

WELL TUBULAR ID: The identifier to as the primary key for this row.

WELLBORE_ID

Y

INTEGER

WELLBORE

UNIQUE WELL IDENTIFIER: A unique name, code or number designated to a well

WELLBORE_UWI

Y

CHARACTER VARYING

50

WELLBORE

UNIQUE WELLBORE IDENTIFIER: A unique name, code or number designated to a wellbore.

R_TUBULAR_TYPE_ID

N

INTEGER

R_TUBULAR_TYPE

TUBULAR TYPE: This reference table describes the particular type of tubular or type. For example tubing, casing or liner. This is a general classification. A more specific description can be found in R_LINER_TYPE.

TUBULAR_TYPE

Y

CHARACTER VARYING

40

R_TUBULAR_TYPE

R_COUPLING_TYPE_ID

N

INTEGER

R_COUPLING_TYPE

COUPLING TYPE: A short length of pipe used to connect two joints of casing. A casing coupling has internal threads (female threadform) machined to match the external threads (male threadform) of the long joints of casing. The two joints of casing are threaded into opposite ends of the casing coupling. Synonyms: casing collar (Schlumberger Oilfield Glossary)

COUPLING_TYPE

N

CHARACTER VARYING

40

R_COUPLING_TYPE

TUBULAR_IN_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

TUBULAR IN DATE: The date when the tubular is run in hole.

TUBULAR_OUT_DATE

N

TIMESTAMP WITHOUT TIME ZONE

TUBULAR OUT DATE: The date when the tubular is pulled out from the hole.

TOP_DEPTH

N

NUMERIC

15,5

TOP DEPTH: Measured depth from the surface to the top of the well completion.

BASE_DEPTH

N

NUMERIC

15,5

BASE DEPTH: Measured depth from the surface to the base of the well completion activity.

INSIDE_DIAMETER

N

NUMERIC

8,3

INSIDE DIAMETER: Measurement of the inside diameter size of the tubular bore/pipe.

OUTSIDE_DIAMETER

N

NUMERIC

8,3

OUTSIDE DIAMETER: Measurement of the outside diameter size of the tubular bore/pipe.

TUBULAR_THICKNESS

N

NUMERIC

15,5

TUBULAR THICKNESS: Measurement of the thickness of the tubular bore/pipe.

JOINT_COUNT

N

INTEGER

JOINT COUNT: Total number of joints in the string. A joint is a length of pipe, usually referring to drillpipe, casing or tubing. While there are different standard lengths, the most common drillpipe joint length is around 30 ft [9 m]. For casing, the most common length of a joint is 40 ft [12 m]. (schlumberger Oilfield Glossary).

JOINT_LENGTH

N

NUMERIC

15,5

JOINT LENGTH: The length of each joint in the string. While there are different standard lengths, the most common drillpipe joint length is around 30 ft [9 m]. For casing, the most common length of a joint is 40 ft [12 m]. (schlumberger Oilfield Glossary).

ROUGHNESS

N

NUMERIC

15,5

ROUGHNESS: The absolute roughness of the tubular.

TUBULAR_DENSITY

N

NUMERIC

15,5

TUBULAR DENSITY: Density measurement (mass per unit length) of the tubular.

TUBULAR_GRADE

N

CHARACTER VARYING

40

TUBULAR GRADE: the tensile strength of the tubular material. A system of classifying the material specifications for steel alloys used in the manufacture of tubing.

TUBULAR_STRENGTH

N

NUMERIC

15,5

TUBULAR STRENGTH: The axial load required to yield the pipe.

TUBULAR_WEIGHT

N

NUMERIC

15,5

TUBULAR WEIGHT: Weight measurement of the tubular

PACKER_SET_DEPTH

N

NUMERIC

15,5

PACKER SET DEPTH: The depth the packer equipment was set to seal the casing or tubing.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELL_VOL_DAILY

Table Name: WELL_VOL_DAILY

WELL VOL DAILY: The periodically measured data, including production, injection, and pressure, temperature etc..

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_VOLUME_DAILY_ID

Y

INTEGER

P

WELL VOLUME DAILY ID: The identifier to as the primary key for this row.

WELL_ID

Y

INTEGER

WELL

WELL ID: The identifier to as the primary key for this row.

UWI

Y

CHARACTER VARYING

50

WELL

UNIQUE WELL IDENTIFIER: A unique name, code or number designated.

VOLUME_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

VOLUME DATE: The effective or reporting date of this volume summary.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

HOURS_ON

N

NUMERIC

14,4

HOURS ON: The hours on for the record in the reported time period

OIL_VOLUME

N

NUMERIC

20,10

OIL VOLUME: The oil volume for the reporting period.

OIL_QUALITY

N

NUMERIC

7,2

OIL QUALITY: Value for the thermal quality of oil reported. This is often recorded in British Thermal Units (BTUs) and can be used to calculate the Barrel of Oil Equivalent (BOE).

GAS_VOLUME

N

NUMERIC

20,10

GAS VOLUME: The gas volume for the reporting period.

GAS_QUALITY

N

NUMERIC

7,2

GAS QUALITY: Value for the thermal quality of gas reported. This is often recorded in British Thermal Units (BTUs) and can be used to calculate the Barrel of Oil Equivalent (BOE).

GAS_ENERGY

N

NUMERIC

20,10

GAS ENERGY: The amount of gas energy produced.

BOE_VOLUME

N

NUMERIC

20,10

BOE VOLUME: The total volume for the reporting period expressed as Barrels of Oil Equivalent (BOE).

WATER_VOLUME

N

NUMERIC

20,10

WATER VOLUME: The water volume for the reporting period.

LIQUID_VOLUME

N

NUMERIC

20,10

LIUQUID VOLUME: The liquid volume for the reporting period.

CONDENSATE_VOLUME

N

NUMERIC

20,10

CONDENSATE VOLUME: The condensate volume for the reporting period.

CO2_VOLUME

N

NUMERIC

20,10

CO2 VOLUME: The CO2 volume for the reporting period.

NITROGEN_VOLUME

N

NUMERIC

20,10

NITROGEN VOLUME: The nitrogen volume for the reporting period.

NGL_VOLUME

N

NUMERIC

20,10

NGL VOLUME: The ngl volume for the reporting period.

SULPHUR_VOLUME

N

NUMERIC

20,10

SULPHUR VOLUME: The sulphur volume for the reporting period.

INJECTION_CYCLE

N

INTEGER

INJECTION CYCLE: A sequential number assigned to each cycle phase of injection which permits the tracking of cyclic injection used in tertiary projects. Regular injection such as found in waterflood projects are recorded as cycle number zero. Only those projects which are in a cycle of alternating injection substances or in a cycle of injection and then production will be assigned a number other than zero.

INJ_WATER_VOLUME

N

NUMERIC

20,10

INJECTION WATER VOLUME: The injected water volume for the reporting period.

INJ_OIL_VOLUME

N

NUMERIC

20,10

INJECTION OIL VOLUME: The injected oil volume for the reporting period.

INJ_GAS_VOLUME

N

NUMERIC

20,10

INJECTION GAS VOLUME: The injected gas volume for the reporting period.

INJ_CO2_VOLUME

N

NUMERIC

20,10

INJECTION CO2 VOLUME: The injected CO2 volume for the reporting period.

INJ_STEAM_VOLUME

N

NUMERIC

20,10

INJECTION STEAM VOLUME: The injected steam volume for the reporting period.

INJ_POLYMER_VOLUME

N

NUMERIC

20,10

INJECTION POLYMER VOLUME: The injected steam volume for the reporting period.

TUBING_PRESS

N

NUMERIC

20,10

TUBING PRESSURE: The flowing pressure measured in the tubing. This is the pressure on the fluid in the tubing at the wellhead as the fluids are flowing.

CASING_PRESS

N

NUMERIC

20,10

CASING PRESSURE: The flowing pressure measured in the casing. This is the pressure measured between the casing and tubing at the wellhead when fluids are flowing.

BH_PRESS

N

NUMERIC

20,10

BOTTOM HOLE PRESSURE: The flowing pressure measured in the well bottom.

FL_PRESS

N

NUMERIC

20,10

FLOW LINE PRESSURE: The flow line pressure measured in the flow line.

SEP_PRESS

N

NUMERIC

20,10

SEPERATOR PRESSURE: The seperator pressure measured.

INJECTION_PRESS

N

NUMERIC

20,10

INJECTION PRESSURE: The pressure, measured at surface, that was used to inject one or more fluids. This is often measured as well head pressure.

WH_TEMP

N

NUMERIC

20,10

WELLHEAD TEMPERATURE: The temperature measured as well head temperature.

BH_TEMP

N

NUMERIC

20,10

BOTTOM HOLE TEMPERATURE: The temperature measured as bottom hole temperature.

FL_TEMP

N

NUMERIC

20,10

FLOW LINE TEMPERATURE: The temperature measured as flow line temperature.

SEP_TEMP

N

NUMERIC

20,10

SEPERATOR TEMPERATURE: The temperature measured as seperator temperature.

INJ_WH_STEAM_PRESS

N

NUMERIC

20,10

WELLHEAD STEAM INJECTION PRESSURE: The pressrue of the injection steam measured in wellhead.

INJ_WH_STEAM_TEMP

N

NUMERIC

20,10

WELLHEAD STEAM INJECTION TEMPERATURE: The temperature of the injection steam measured in wellhead.

INJ_WH_STEAM_DRY

N

NUMERIC

20,10

WELLHEAD STEAM INJECTION DRYNESS: The dryness of the injection steam measured in wellhead.

WATER_CUT_PERCENT

N

NUMERIC

20,10

WATER CUT PERCENTAGE: The water cut percentage. The fraction of water volume produced from a well.

GAS_OIL_RATIO

N

NUMERIC

20,10

GAS OIL RATIO: The gas oil ratio.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

CUM_OIL_VOLUME

N

NUMERIC

20,10

CUM OIL VOLUME: The cumulative oil volume.

CUM_GAS_VOLUME

N

NUMERIC

20,10

CUM GAS VOLUME: The cumulative gas volume.

CUM_BOE_VOLUME

N

NUMERIC

20,10

CUM BOE VOLUME: The total volume expressed as Barrels of Oil Equivalent (BOE).

CUM_WATER_VOLUME

N

NUMERIC

20,10

CUM WATER VOLUME: The cumulative water volume.

CUM_LIQUID_VOLUME

N

NUMERIC

20,10

CUM LIUQUID VOLUME: The cumulative liquid volume.

CUM_CONDENSATE_VOLUME

N

NUMERIC

20,10

CUM CONDENSATE VOLUME: The cumulative condensate volume.

CUM_CO2_VOLUME

N

NUMERIC

20,10

CUM CO2 VOLUME: The cumulative CO2 volume.

CUM_NITROGEN_VOLUME

N

NUMERIC

20,10

CUM NITROGEN VOLUME: The cumulative nitrogen volume.

CUM_SULPHUR_VOLUME

N

NUMERIC

20,10

CUM SULPHUR VOLUME: The cumulative sulphur volume.

CUM_INJ_WATER_VOLUME

N

NUMERIC

20,10

CUM INJECTION WATER VOLUME: The cumulative injected water volume.

CUM_INJ_OIL_VOLUME

N

NUMERIC

20,10

CUM INJECTION OIL VOLUME: The injected oil volume.

CUM_INJ_GAS_VOLUME

N

NUMERIC

20,10

CUM INJECTION GAS VOLUME: The cumulative injected gas volume.

CUM_INJ_CO2_VOLUME

N

NUMERIC

20,10

CUM INJECTION CO2 VOLUME: The cumulative injected CO2 volume.

CUM_INJ_STEAM_VOLUME

N

NUMERIC

20,10

CUM INJECTION STEAM VOLUME: The cumulative injected steam volume.

CUM_INJ_POLYMER_VOLUME

N

NUMERIC

20,10

CUM INJECTION POLYMER VOLUME: The cumulative injected steam volume.

CUM_NGL_VOLUME

N

NUMERIC

14,4

CUM NGL: The cumulative NGL volume.

R_VOLUME_METHOD_ID

N

INTEGER

VOLUME METHOD ID: The identifer of this row of data.

VOLUME_METHOD

N

CHARACTER VARYING

40

VOLUME METHOD: The type of method used to determine the volume of flu ids moved. Examples would be measured, prorated, engineering study, e tc.

WELL_VOL_MONTHLY

Table Name: WELL_VOL_MONTHLY

WELL VOL MONTHLY: The statistical data monthly , including average production, injection, average, maximum and minimum pressure, temperature etc..

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_VOLUME_MONTHLY_ID

Y

INTEGER

P

WELL VOLUME DAILY ID: The identifier to as the primary key for this row.

WELL_ID

Y

INTEGER

WELL

WELL ID: The identifier to as the primary key for this row.

UWI

Y

CHARACTER VARYING

50

WELL

UNIQUE WELL IDENTIFIER: A unique name, code or number designated.

VOLUME_DATE

Y

TIMESTAMP WITHOUT TIME ZONE

VOLUME DATE: The effective or reporting date of this volume summary.

YEAR_MONTH

N

INTEGER

YEAR_MONTH: The year month information of the volume date.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y or N flag indicating whether this row of data is currently either active/valid (TRUE) or inactive/invalid (FALSE).

DAYS_ON

N

NUMERIC

14,4

DAYS ON: The days on for the record in the reported time period

MONTHLY_OIL

N

NUMERIC

20,10

MONTHLY OIL: The sum oil volume for the month.

AVG_OIL

N

NUMERIC

20,10

AVG OIL: The average oil volume for the reported month.

AVG_OIL_QUALITY

N

NUMERIC

7,2

AVG OIL QUALITY: Tha average value for the thermal quality of oil reported. This is often recorded in British Thermal Units (BTUs) and can be used to calculate the Barrel of Oil Equivalent (BOE).

MONTHLY_GAS

N

NUMERIC

20,10

MONTHLY GAS: The sum gas volume for the month.

AVG_GAS

N

NUMERIC

20,10

AVG GAS: The average gas volume for the reported month.

AVG_GAS_QUALITY

N

NUMERIC

7,2

AVG GAS QUALITY: The average value for the thermal quality of gas reported. This is often recorded in British Thermal Units (BTUs) and can be used to calculate the Barrel of Oil Equivalent (BOE).

AVG_GAS_ENERGY

N

NUMERIC

20,10

AVG GAS ENERGY: The averae gas energy.

MONTHLY_BOE

N

NUMERIC

20,10

MONTHLY BOE: The total volume for the reporting period expressed as Barrels of Oil Equivalent (BOE).

AVG_BOE

N

NUMERIC

20,10

AVG BOE: The averae BOE.

MONTHLY_WATER

N

NUMERIC

20,10

MONTHLY WATER: The sum water volume for the month.

AVG_WATER

N

NUMERIC

20,10

AVG WATER: The average water volume for the reported month.

MONTHLY_LIQUID

N

NUMERIC

20,10

MONTHLY LIQUID: The sum liquid volume for the month.

AVG_LIQUID

N

NUMERIC

20,10

AVG LIQUID: The average liquid volume for the reported month.

MONTHLY_CONDENSATE

N

NUMERIC

20,10

MONTHLY CONDENSATE: The sum condensate volume for the reporting period.

AVG_CONDENSATE

N

NUMERIC

20,10

AVG CONDENSATE: The average condensate volume for the reported month.

MONTHLY_CO2

N

NUMERIC

20,10

MONTHLY CO2: The sum CO2 volume for the reporting period.

AVG_CO2

N

NUMERIC

20,10

AVG CO2: The average CO2 volume for the reported month.

MONTHLY_NITROGEN

N

NUMERIC

20,10

MONTHLY NITROGEN: The sum nitrogen volume for the reporting period.

AVG_NITROGEN

N

NUMERIC

20,10

AVG NITROGEN: The average nitrogen volume for the reported month.

MONTHLY_NGL

N

NUMERIC

20,10

MONTHLY NGL: The NGL volume for the reporting period.

AVG_NGL

N

NUMERIC

20,10

AVG NGL: The average NGL volume for the reported month.

MONTHLY_SULPHUR

N

NUMERIC

20,10

MONTHLY SULPHUR: The sulphur volume for the reporting period.

AVG_SULPHUR

N

NUMERIC

20,10

AVG SULPHUR: The average Sulphur volume for the reported month.

MONTHLY_INJ_WATER

N

NUMERIC

20,10

MONTHLY INJECTION WATER: The injected water volume for the reporting period.

AVG_INJ_WATER

N

NUMERIC

20,10

AVG INJECTION WATER: The average injected water volume for the reported month.

MONTHLY_INJ_OIL

N

NUMERIC

20,10

MONTHLY INJECTION OIL: The injected oil volume for the reporting period.

AVG_INJ_OIL

N

NUMERIC

20,10

AVG INJECTION OIL: The average injected oil volume for the reported month.

MONTHLY_INJ_GAS

N

NUMERIC

20,10

MONTHLY INJECTION GAS: The injected gas volume for the reporting period.

AVG_INJ_GAS

N

NUMERIC

20,10

AVG INJECTION GAS: The average injected gas volume for the reported month.

MONTHLY_INJ_CO2

N

NUMERIC

20,10

MONTHLY INJECTION CO2: The injected CO2 volume for the reporting period.

AVG_INJ_CO2

N

NUMERIC

20,10

AVG INJECTION CO2: The average injected CO2 volume for the reported month.

MONTHLY_INJ_STEAM

N

NUMERIC

20,10

MONTHLY INJECTION STEAM: The injected steam volume for the reporting period.

AVG_INJ_STEAM

N

NUMERIC

20,10

AVG INJECTION STEAM: The average injected steam volume for the reported month.

MONTHLY_INJ_POLYMER

N

NUMERIC

20,10

MONTHLY INJECTION POLYMER: The injected polymer volume for the reporting period.

AVG_INJ_POLYMER

N

NUMERIC

20,10

AVG INJECTION POLYMER: The average injected polymer volume for the reported month.

AVG_TUBING_PRESS

N

NUMERIC

20,10

AVG TUBING PRESSURE: The average flowing pressure measured in the tubing. This is the pressure on the fluid in the tubing at the wellhead as the fluids are flowing.

MAX_TUBING_PRESS

N

NUMERIC

20,10

MAX TUBING PRESSURE: The maximum flowing pressure measured in the tubing. This is the pressure on the fluid in the tubing at the wellhead as the fluids are flowing.

MIN_TUBING_PRESS

N

NUMERIC

20,10

MIN TUBING PRESSURE: The minimum flowing pressure measured in the tubing. This is the pressure on the fluid in the tubing at the wellhead as the fluids are flowing.

AVG_CASING_PRESS

N

NUMERIC

20,10

AVG CASING PRESSURE: The average flowing pressure measured in the casing. This is the pressure measured between the casing and tubing at the wellhead when fluids are flowing.

MAX_CASING_PRESS

N

NUMERIC

20,10

MAX CASING PRESSURE: The maximum flowing pressure measured in the casing. This is the pressure measured between the casing and tubing at the wellhead when fluids are flowing.

MIN_CASING_PRESS

N

NUMERIC

20,10

MIN CASING PRESSURE: The minimum flowing pressure measured in the casing. This is the pressure measured between the casing and tubing at the wellhead when fluids are flowing.

AVG_BH_PRESS

N

NUMERIC

20,10

AVG BOTTOM HOLE PRESSURE: The average bottom hole pressure.

MAX_BH_PRESS

N

NUMERIC

20,10

MAX BOTTOM HOLE PRESSURE: The maximum bottom hole pressure.

MIN_BH_PRESS

N

NUMERIC

20,10

MIN BOTTOM HOLE PRESSURE: The minimum bottom hole pressure.

AVG_FL_PRESS

N

NUMERIC

20,10

AVG FLOW LINE PRESSURE: The average flow line pressure.

MAX_FL_PRESS

N

NUMERIC

20,10

MAX FLOW LINE PRESSURE: The maximum flow line pressure.

MIN_FL_PRESS

N

NUMERIC

20,10

MIN FLOW LINE PRESSURE: The minimum flow line pressure.

AVG_SEP_PRESS

N

NUMERIC

20,10

AVG SEPERATOR PRESSURE: The average seperator pressure.

MAX_SEP_PRESS

N

NUMERIC

20,10

MAX SEPERATOR PRESSURE: The maximum seperator pressure.

MIN_SEP_PRESS

N

NUMERIC

20,10

MIN SEPERATOR PRESSURE: The minimum seperator pressure.

AVG_INJECTION_PRESS

N

NUMERIC

20,10

AVG INJECTION PRESSURE: The average injection pressure, the injection pressure is measured at surface, that was used to inject one or more fluids. This is often measured as well head pressure.

MAX_INJECTION_PRESS

N

NUMERIC

20,10

MAX INJECTION PRESSURE: The maximum injection pressure, the injection pressure is measured at surface, that was used to inject one or more fluids. This is often measured as well head pressure.

MIN_INJECTION_PRESS

N

NUMERIC

20,10

MIN INJECTION PRESSURE: The minimum injection pressure, the injection pressure is measured at surface, that was used to inject one or more fluids. This is often measured as well head pressure.

AVG_WH_TEMP

N

NUMERIC

20,10

AVG WELLHEAD TEMPERATURE: The average well head temperature.

MAX_WH_TEMP

N

NUMERIC

20,10

MAX WELLHEAD TEMPERATURE: The maximum well head temperature.

MIN_WH_TEMP

N

NUMERIC

20,10

MIN WELLHEAD TEMPERATURE: The minimum well head temperature.

AVG_BH_TEMP

N

NUMERIC

20,10

AVG BOTTOM HOLE TEMPERATURE: The average bottom hole temperature.

MAX_BH_TEMP

N

NUMERIC

20,10

MAX BOTTOM HOLE TEMPERATURE: The maximum bottom hole temperature.

MIN_BH_TEMP

N

NUMERIC

20,10

MIN BOTTOM HOLE TEMPERATURE: The minimum bottom hole temperature.

AVG_FL_TEMP

N

NUMERIC

20,10

AVG FLOW LINE TEMPERATURE: The average flow line temperature.

MAX_FL_TEMP

N

NUMERIC

20,10

MAX FLOW LINE TEMPERATURE: The maximum flow line temperature.

MIN_FL_TEMP

N

NUMERIC

20,10

MIN FLOW LINE TEMPERATURE: The minimum flow line temperature.

AVG_SEP_TEMP

N

NUMERIC

20,10

AVG SEPERATOR TEMPERATURE: The average seperator temperature.

MAX_SEP_TEMP

N

NUMERIC

20,10

MAX SEPERATOR TEMPERATURE: The maximum seperator temperature.

MIN_SEP_TEMP

N

NUMERIC

20,10

MIN SEPERATOR TEMPERATURE: The minimum seperator temperature.

AVG_INJ_WH_STEAM_PRESS

N

NUMERIC

20,10

AVG WELLHEAD STEAM INJECTION PRESSURE: The average pressrue of the injection steam in wellhead.

MAX_INJ_WH_STEAM_PRESS

N

NUMERIC

20,10

MAX WELLHEAD STEAM INJECTION PRESSURE: The maximum pressrue of the injection steam in wellhead.

MIN_INJ_WH_STEAM_PRESS

N

NUMERIC

20,10

MIN WELLHEAD STEAM INJECTION PRESSURE: The minimum pressrue of the injection steam in wellhead.

AVG_INJ_WH_STEAM_TEMP

N

NUMERIC

20,10

AVG WELLHEAD STEAM INJECTION TEMPERATURE: The average temperature of the injection steam in wellhead.

MAX_INJ_WH_STEAM_TEMP

N

NUMERIC

20,10

MAX WELLHEAD STEAM INJECTION TEMPERATURE: The maximum temperature of the injection steam in wellhead.

MIN_INJ_WH_STEAM_TEMP

N

NUMERIC

20,10

MIN WELLHEAD STEAM INJECTION TEMPERATURE: The minimum temperature of the injection steam in wellhead.

AVG_INJ_WH_STEAM_DRY

N

NUMERIC

20,10

AVG WELLHEAD STEAM INJECTION DRYNESS: The average dryness of the injection steam in wellhead.

MAX_INJ_WH_STEAM_DRY

N

NUMERIC

20,10

MAX WELLHEAD STEAM INJECTION DRYNESS: The maximum dryness of the injection steam in wellhead.

MIN_INJ_WH_STEAM_DRY

N

NUMERIC

20,10

MIN WELLHEAD STEAM INJECTION DRYNESS: The minimum dryness of the injection steam in wellhead.

MONTH_WATER_CUT_PERCENT

N

NUMERIC

20,10

WATER CUT PERCENTAGE: The water cut percentage. The fraction of water volume produced from a well.

MONTH_GAS_OIL_RATIO

N

NUMERIC

20,10

GAS OIL RATIO: The gas oil ratio.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

CUM_OIL

N

NUMERIC

20,10

CUM OIL VOLUME: The cumulative oil volume.

CUM_GAS

N

NUMERIC

20,10

CUM GAS VOLUME: The cumulative gas volume.

CUM_BOE

N

NUMERIC

20,10

CUM BOE VOLUME: The total volume expressed as Barrels of Oil Equivalent (BOE).

CUM_WATER

N

NUMERIC

20,10

CUM WATER VOLUME: The cumulative water volume.

CUM_LIQUID

N

NUMERIC

20,10

CUM LIUQUID VOLUME: The cumulative liquid volume.

CUM_CONDENSATE

N

NUMERIC

20,10

CUM CONDENSATE VOLUME: The cumulative condensate volume.

CUM_CO2

N

NUMERIC

20,10

CUM CO2 VOLUME: The cumulative CO2 volume.

CUM_NITROGEN

N

NUMERIC

20,10

CUM NITROGEN VOLUME: The cumulative nitrogen volume.

CUM_SULPHUR

N

NUMERIC

20,10

CUM SULPHUR VOLUME: The cumulative sulphur volume.

CUM_INJ_WATER

N

NUMERIC

20,10

CUM INJECTION WATER VOLUME: The cumulative injected water volume.

CUM_INJ_OIL

N

NUMERIC

20,10

CUM INJECTION OIL VOLUME: The injected oil volume.

CUM_INJ_GAS

N

NUMERIC

20,10

CUM INJECTION GAS VOLUME: The cumulative injected gas volume.

CUM_INJ_CO2

N

NUMERIC

20,10

CUM INJECTION CO2 VOLUME: The cumulative injected CO2 volume.

CUM_INJ_STEAM

N

NUMERIC

20,10

CUM INJECTION STEAM VOLUME: The cumulative injected steam volume.

CUM_INJ_POLYMER

N

NUMERIC

20,10

CUM INJECTION POLYMER VOLUME: The cumulative injected steam volume for the reporting period.

CUM_NGL

N

NUMERIC

20,10

CUM NGL: The cumulative NGL volume.

WELL_ZONE

Table Name: WELL_ZONE

WELL ZONE: The WELL ZONE table contains the name of a zone described in a wellbore.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELL_ZONE_ID

Y

INTEGER

P

WELL ZONE ID: The identifier to as the primary key for this row.

WELLBORE_ID

Y

INTEGER

WELLBORE

WELLBORE ID: The id for wellbore to be the primary key for this wellbore.

WELLBORE_UWI

Y

CHARACTER VARYING

50

WELLBORE

UNIQUE WELLBORE IDENTIFIER: A unique name, code or number designated for wellbore.

ZONE_ID

Y

INTEGER

ZONE

ZONE ID: The identifier to as the primary key for this row.

ZONE_NAME

Y

CHARACTER VARYING

255

ZONE

ZONE NAME: Full name of the zone.

R_FLUID_TYPE_ID

N

INTEGER

R_FLUID_TYPE

FLUID TYPE IDENTIFIER: Unique identifier for the type of fluid.

FLUID_TYPE

N

CHARACTER VARYING

50

R_FLUID_TYPE

FLUID TYPE: Identifying the type of fluids or substances produced by a well or used for various operations. For example oil, gas, mud or water.

TOP_MD

N

NUMERIC

10,5

TOP MD: Measured depth from the surface to the top of the zone.

BASE_MD

N

NUMERIC

10,5

BASE MD: Measured depth from the surface to the base of the zone.

TOP_TVD

N

NUMERIC

10,5

TOP TVD: Vertical depth from the surface to the top of the zone.

BASE_TVD

N

NUMERIC

10,5

BASE TVD: Vertical depth from the surface to the base of the zone.

GROSS_PAY

N

NUMERIC

10,5

GROSS PAY: Value for the total thickness of the zone, including non-producing portions, within a specified overall formation interval.

NET_PAY

N

NUMERIC

10,5

NET PAY: Value for the cumulative thickness of reservoir rock capable of producing commercial hydrocarbons within a zone.

NTG

N

NUMERIC

10,5

NTG: The ratio of the net sandstone thickness to the total sandstone thickness.

POROSITY

N

NUMERIC

10,5

POROSITY: Volume or pore space in the reservoir with a capacity for storing fluids as a percent.

PERMEABILITY

N

NUMERIC

10,5

PERMEABILITY: The ability or measurement of a rocks ability to transmit fluids.

INITIAL_O_SAT

N

NUMERIC

10,5

INITIAL OIL SATURATION: Oil saturation in the pore space as a percent.

INITIAL_G_SAT

N

NUMERIC

10,5

INITIAL GAS SATURATION: Gas saturation in the pore space as a percent.

INITIAL_W_SAT

N

NUMERIC

10,5

INITIAL WATER SATURATION: Water saturation in the pore space as a percent.

ORIGINAL_OIL_IN_PLACE

N

NUMERIC

15,5

ORIGINAL OIL IN PLACE: The total volume of oil stored in this zone prior to production.

ORIGINAL_GAS_IN_PLACE

N

NUMERIC

15,5

ORIGINAL GAS IN PLACE: The total volume of gas stored in this zone prior to production.

INITIAL_FORMATION_PRESS

N

NUMERIC

14,4

INITIAL FORMATION PRESSURE: Value for the of pressure recorded during the initial formation.

INITIAL_FORMATION_TEMP

N

NUMERIC

14,4

INITIAL FORMATION TEMPERATURE: Value for the of temperature recorded during the initial formation.

REMARK

N

CHARACTER VARYING

2000

REMARK: Narrative remarks about this row of data.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

WELLBORE

Table Name: WELLBORE

WELLBORE: A Wellbore is a path of drilled footage, from Well Origin (top/start) to a terminating point (bottom/end).

Column Name Nullable Data Type Length Key Referenced Table Column Comment

WELLBORE_ID

Y

INTEGER

P

WELLBORE ID: An auto generated database id for wellbore to be the primary key for this row.

WELL_ID

Y

INTEGER

WELL

WELL ID: The identifier to as the primary key for well.

WELL_UWI

Y

CHARACTER VARYING

50

WELL

UNIQUE WELL IDENTIFIER: A unique name, code or number designated for the parent well.

WELLBORE_UWI

Y

CHARACTER VARYING

50

WELLBORE UNIQUE IDENTIFIER: A unique name, code or number designated to the wellbore

WELLBORE_NAME

N

CHARACTER VARYING

50

WELLBORE NAME: Name assigned to the wellbore. This may be the legal or registered name as it appears on a permit or a given name assigned by the operator.

WELLBORE_NUMBER

N

CHARACTER VARYING

50

WELBORE NUMBER: Number or alphanumeric name assigned to each wellbore by the operator. For example ST1,RD1 or 01.

X_COORDINATE

N

NUMERIC

18,9

X/Y of surface, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

Y_COORDINATE

N

NUMERIC

18,9

X/Y of surface, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

CRS_ID

N

INTEGER

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM ID: the identifier of coordinate reference system.

CRS_NAME

N

CHARACTER VARYING

50

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM: coordinate-based local, regional or global system used to locate geographical entities.

BH_X_COORDINATE

N

NUMERIC

18,9

X/Y of bottom, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

BH_Y_COORDINATE

N

NUMERIC

18,9

X/Y of bottom, which can hold a geographical latitude/longitude or projected X/Y depending on the value of CRS, which can be either a projected CRS or geographical datum.

BH_CRS_ID

N

INTEGER

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM ID: the identifier of coordinate reference system.

BH_CRS_NAME

N

CHARACTER VARYING

50

CARTOREFERENCESYSTEM

COORDINATE REFERENCE SYSTEM: coordinate-based local, regional or global system used to locate geographical entities.

FIELD_ID

N

INTEGER

FIELD

FIELD IDENTIFIER: Unique identifier for the field.

FIELD_NAME

N

CHARACTER VARYING

100

FIELD

FIELD NAME: The name of the FIELD. Must be unique among all FIELDS in the system.

KB_ELEV

N

NUMERIC

18,9

KELLY BUSHING ELEVATION: The elevation of the kelly bushing (generally measured from sea level).

GROUND_ELEV

N

NUMERIC

18,9

GROUND ELEVEVATION: The elevation of the ground level.

DERRICK_FLOOR_ELEV

N

NUMERIC

18,9

DERRICK FLOOR ELEVATION: Elevations that are reported from the Derrick floor.

DEPTH_DATUM_ID

N

INTEGER

R_WELL_DATUM_TYPE

DEPTH DATUM: The point from which all depths are measured. For example: kelly bushing, ground level, barge floor

DEPTH_DATUM

N

CHARACTER VARYING

50

R_WELL_DATUM_TYPE

DEPTH DATUM: The point from which all depths are measured. For example: kelly bushing, ground level, barge floor

DEPTH_DATUM_ELEV

N

NUMERIC

18,9

DEPTH DATUM ELEVATION: Operator reported elevation of the measurement datum used as a reference for other measured well/wellbore points.

SPUD_DATE

N

TIMESTAMP WITHOUT TIME ZONE

SPUD DATE: Date the drilling operations commenced on the well. The first day hole is made.

SPUD_DATE_TZ

N

CHARACTER VARYING

40

R_TIMEZONE

R_TIMEZONE_ID

N

INTEGER

R_TIMEZONE

COMPLETION_DATE

N

TIMESTAMP WITHOUT TIME ZONE

COMPLETION DATE: Date on the official filing or completion report indicating the wellbore is established as ready to produce, inject or abandon.

DRILL_TD

N

NUMERIC

18,9

DRILLERS TOTAL DEPTH: Total or maximum depth of the wellbore as reported by the operator/ driller.

PLUGBACK_DEPTH

N

NUMERIC

18,9

PLUGBACK DEPTH: Depth of the point that the well/wellbore was plugged back to when setting the casing or completing the well.

KICK_OFF_DEPTH

N

NUMERIC

18,9

KICK_OFF DEPTH: the depth in a vertical hole at which a deviated or slant hole is started; used in directional drilling.

WATER_DEPTH

N

NUMERIC

18,9

WATER DEPTH: Depth of the water at a well (measured from the water level to the mud line).

PARENT_WELLBORE_ID

N

INTEGER

WELLBORE

PARENT WELLBORE ID: The parent wellbore ID from which the child wellbore is deviated.

PARENT_WELLBORE_UWI

N

CHARACTER VARYING

50

WELLBORE

PARENT WELLBORE UWI: The parent wellbore UWI from which the child wellbore is deviated.

FORMATION_AT_TD

N

CHARACTER VARYING

255

FORMATION AT TOTAL DEPTH: The production formation at the total depth of the wellbore.

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (TRUE) or inactive / invalid (FALSE).

UIDREF

N

CHARACTER VARYING

64

UidRef: A reference Uid for this object.

R_PLOT_SYMBOL_ID

N

INTEGER

R_PLOT_SYMBOL

PLOT SYMBOL: A character or symbol used to represent well status. This may be a particular mapping package coding scheme, or a pointer to other application dependent files

ZONE

Table Name: ZONE

ZONE: The ZONE table contains the name of a zone described in a field or reservoir. A zone may be a regular or irregular belt, layer, band, or strip of earth materials disposed horizontally, vertically, concentrically or otherwise, and characterized as distinct from surrounding parts by some particular property or content.

Column Name Nullable Data Type Length Key Referenced Table Column Comment

ZONE_ID

Y

INTEGER

P

ZONE ID: The identifier to as the primary key for this row.

ZONE_NAME

Y

CHARACTER VARYING

255

ZONE NAME: Full name of the zone.

LONG_NAME

N

CHARACTER VARYING

255

LONG NAME: The commonly used long name of the zone.

SHORT_NAME

N

CHARACTER VARYING

255

SHORT NAME: The commonly used short name of the zone.

IS_ACTIVE

Y

BOOLEAN

ACTIVE INDICATOR: A Y/N flag indicating whether this row of data is currently either active / valid (Y) or inactive / invalid (N).

ROW_CHANGED_BY

N

CHARACTER VARYING

100

ROW CHANGED BY: Application login id of the user who last changed the row.

ROW_CHANGED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CHANGED DATE: System date of the last time the row was changed.

ROW_CREATED_BY

N

CHARACTER VARYING

100

ROW CREATED BY: System user who created this row of data.

ROW_CREATED_DATE

N

TIMESTAMP WITHOUT TIME ZONE

ROW CREATED DATE: Date that the row was created on.

POOL_ID

N

INTEGER

POOL

POOL IDENTIFIER: The Identifier of the pool.

POOL_NAME

N

CHARACTER VARYING

100

POOL

POOL NAME: The name of the pool. Must be unique among all pools in the system.

R_DATA_ACCESS_
CATEGORY_ID

N

INTEGER

R_DATA_ACCESS_CATEGORY

R_DATA_ACCESS_CATEGORY_ID: Unique identifier for the R_DATA_ACCESS_CATEGORY.