| Name | Program_Evaluation |
|---|---|
| Entity Type | Extension of Activity_Program |
| Description | Table describing the well or reservoir parameters for evaluating the program. |
| Submodel | Activity_Program |
| Entity Scope | Project |
| Primary Key | Activity_Program_Id |
| Natural Key | |
| Generalizations | Tracked_Object |
| Specializations |
| Name | Value Domain / Measurement | Description | Required / Default | Type |
|---|---|---|---|---|
| Activity_Program_Id | Activity_Program |
Reference to the Program subject to evaluation. | Yes |
NUMBER(38) |
| Insert_Date | DATE NA |
Date the entity was created in the repository | No |
DATE |
| Insert_User | STRING64 NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
| Plan_Job_Date | DATE NA |
Expected data on which the program should cause certain changes in the well/reservoir behavior. | No |
DATE |
| Plan_Job_GLR | double Gas_To_Liquid_Ratio |
Gas to liquid ratio expected after ending the Job on the date specified in Plan_Job_Date | No |
NUMBER |
| Plan_Job_GOR | double Gas_To_Liquid_Ratio |
Gas to oil ratio expected after ending the Job on the date specified in Plan_Job_Date | No |
NUMBER |
| Plan_Job_Gas_Rate | double Gas_Flowrate |
Gas rate expected after ending the job on the date specified in Plan_Job_Date | No |
NUMBER |
| Plan_Job_Oil_Rate | double Flowrate |
Oil rate expected after ending the Job on the date specified in Plan_Job_Date | No |
NUMBER |
| Plan_Job_WOR | double Liquid_To_Liquid_Ratio |
Water to oil ratio expected after ending the Job on the date specified in Plan_Job_Date | No |
NUMBER |
| Plan_Job_Water_Rate | double Flowrate |
Water rate expected after ending the Job on the date specified in Plan_Job_Date | No |
NUMBER |
| Post_Job_Date | DATE NA |
The date on which the post job well/reservoir data are valid. | No |
DATE |
| Post_Job_GLR | double Gas_To_Liquid_Ratio |
Gas to liquid ratio after completing the job on the date specified in Post_Job_Date | No |
NUMBER |
| Post_Job_GOR | double Gas_To_Liquid_Ratio |
Gas to oil ratio after completing the job on the date specified in Post_Job_Date | No |
NUMBER |
| Post_Job_Gas_Rate | double Gas_Flowrate |
Gas rate before starting the Job on the date specified in Pre_Job_Date | No |
NUMBER |
| Post_Job_Oil_Rate | double Flowrate |
Oil rate after completing the job on the date specified in Post_Job_Date | No |
NUMBER |
| Post_Job_WOR | double Liquid_To_Liquid_Ratio |
Water to oil ratio after completing the job on the date specified in Post_Job_Date | No |
NUMBER |
| Post_Job_Water_Rate | double Flowrate |
Water rate after completing the Job on the date specified in Post_Job_Date | No |
NUMBER |
| Pre_Job_Date | DATE NA |
The date on which the pre job well/reservoir data are valid. | No |
DATE |
| Pre_Job_GLR | double Gas_To_Liquid_Ratio |
Gas to liquid ratio before starting the job on the date specified in Pre_Job_Date | No |
NUMBER |
| Pre_Job_GOR | double Gas_To_Liquid_Ratio |
Gas to oil ratio before starting the job on the date specified in Pre_Job_Date | No |
NUMBER |
| Pre_Job_Gas_Rate | double Gas_Flowrate |
Gas rate before starting the job on the date specified in Pre_Job_Date | No |
NUMBER |
| Pre_Job_Oil_Rate | double Flowrate |
Oil rate before starting the job on the date specified in Pre_Job_Date | No |
NUMBER |
| Pre_Job_WOR | double Liquid_To_Liquid_Ratio |
Water to oil ratio before starting the job on the date specified in Pre_Job_Date | No |
NUMBER |
| Pre_Job_Water_Rate | double Flowrate |
Water rate before starting the job on the date specified in Pre_Job_Date | No |
NUMBER |
| Produced_By | STRING64 NA |
ID of the activity that was executing when the entity was created, for data created programmatically. | No |
VARCHAR2(64) |
| SDAT_Label | int No_Unit |
Label used by the security system for entitlements. SDAT is Secure Data Access Technology. | No |
NUMBER(10) |
| Update_Date | DATE NA |
Date of the most-recent modification to the entity. | No |
DATE |
| Update_User | STRING64 NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
| Link | To Entity | Description | Implementation Technique | Required |
|---|---|---|---|---|
| Activity_Program | Activity_Program | Reference to the Program subject to evaluation. | Cascade | Yes |