Data Loading Order
This is the order in which the data objects should be loaded. For the purposes of this example, it is assumed that a record has already been created in the Company class for the operator of the well. It is also assumed that the field that holds the well has already been created.
1. Create a coordinate system as the permanent coordinate system of the well. It should reference the Storage coordinate system for the project as it�s From_Coord_Sys_Id. It should also reference the record in the field class as Field_Id.
2. Create a record for the well referencing the coordinate system created in step 1 as the Permanent_Coord_System.
3. Create a coordinate system as the working coordinate system of the borehole. It should reference the Well�s permanent coordinate system.
4. Create a record for the borehole referencing the coordinate system created in step 3 as the Borehole�s working coordinate system.
5. Create a record in the Well_BA_Involvement class to associate the record in the Company class for the operator with the well with an involvement_role of "Operator".