| 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 / Measurement | 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) |
| 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 |