POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
In Version 2.2, two new attributes were added to Well_test_recovery with a mandatory select rule on these two attributes plus attribute reservoir_fluid_system. The new attributes were not included in the SI rule for its subtypes.
CHANGE ERP_fix_well_test_recovery ALTER ENTITY drillstem_test_recovery; UNIQUE ALTER si ADD fluid_component, fluid_phase AFTER reservoir_fluid_system; END_ENTITY; ALTER ENTITY well_test_open_period_recovery; UNIQUE ALTER si ADD fluid_component, fluid_phase AFTER reservoir_fluid_system; END_ENTITY; ALTER ENTITY wireline_formation_test_recovery; UNIQUE ALTER si ADD fluid_component, fluid_phase AFTER reservoir_fluid_system; END_ENTITY; END_CHANGE;