Name | Bulk_Cat |
---|---|
Entity Type | Table |
Description | Reference table holding the description of pre-defined bulk arrays. Use of the catalog arrays saves having to populate the Bulk_Dimension and Bulk_Property tables for commonly-used fixed array types like directional surveys and well tests. |
Submodel | Bulk |
Entity Scope | Reference |
Primary Key | Bulk_Code |
Natural Key | Bulk_Code |
Generalizations | |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Bulk_Code | STRING64 | NA |
Name of the pre-defined bulk array, like DEVIATION_SURVEY_BULK or WELL_TEST_TRACE. | Yes |
VARCHAR2(64) |
Bulk_Descr | STRING64 | NA |
Description of the pre-defined bulk array. | No |
VARCHAR2(64) |
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) |
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) |
From Entity | Link | Description | Implementation Technique | Required |
---|---|---|---|---|
Bulk_Array | Bulk_Code | The identifier of the bulk category which describes the pre-defined properties and dimensions which apply to this bulk array. | Restrict | No |
Bulk_Dimension_Cat | Bulk_Code | The Bulk_Cat record to which this Bulk_Dimension_Cat record pertains | Cascade | Yes |
Bulk_Property_Cat | Bulk_Code | The Bulk_Cat record to which this Bulk_Property_Cat record pertains | Cascade | Yes |