POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This removes the alternative production report.
CHANGE ERP2_drop_pfnu_period_performance_report (*<REMARK> CHANGE ERP2_drop_pfnu_period_performance_report *) (*<desc>This removes the alternative production report.*) DROP ENTITY pfnu_period_performance_report; DROP ENTITY pfnu_period_report; DROP ENTITY ref_injection_or_production; ALTER ENTITY pfnu_period_operation_report ADD SUBTYPE OF (technical_object); ADD pfnu : pfnu (*<desc>Specifies the producing object for which this report is compiled.*) (*<verb>describe*); ADD ref_transient_period : OPTIONAL ref_transient_period (*<desc>The type of period being described by the PFNU period report. Examples are day, week, month, quarter, year, year-to-date, cumulative, instantaneous, etc.*); ADD start_time : OPTIONAL ndt_date_tod (*<desc>The date and time of day designated as the start of the valid or effective time period over which this reported information applies.*); ADD end_time : OPTIONAL ndt_date_tod (*<desc>The date and time of day designated as the end of the valid or effective time period over which this reported information applies.*); END_ENTITY; ALTER ENTITY pfnu (*<desc>Product Flow Network Unit - a functional view of a fluid flow object. It represents one of a number of business objects and records flow quantities for it. It is the building block for describing a network of fluid flow. It has internal flow characteristics and external ports, and typically generates, consumes, measures, or alters the flow of fluid.*); INVERSE ALTER pfnu_period_report ALTER TYPE AS pfnu_period_operation_report (*<desc>These are the externally generated operational reports for this product flow network unit, describing the numbers of operational units in given states over time. Examples of information defined here include the number of active platform in a license, and the number of shut-in wells during a month.*) (*<change>The alternative production report was removed.*); END_ENTITY; ALTER ENTITY ref_transient_period; INVERSE ALTER pfnu_period_report ALTER TYPE AS pfnu_period_operation_report (*<change>The alternative production report was removed.*); END_ENTITY; END_CHANGE;