| Name | Activity_Status |
|---|---|
| Entity Type | Table |
| Description | The status of an activity during a particular time period. This class allows for the maintenance of historical statuses of an activity. |
| Submodel | Activity |
| Entity Scope | Project |
| Primary Key | Id |
| Natural Key | |
| Generalizations | Transient_Association , IT_Object , Tracked_Object |
| Specializations |
| Name | Value Domain / Measurement | Description | Required / Default | Type |
|---|---|---|---|---|
| Activity_Id | Activity |
The identifier of the activity to which this status applies. | Yes |
NUMBER(38) |
| Activity_Tbl | Meta_Entity |
Activity type | Yes |
VARCHAR2(30) |
| End_Date | DATE NA |
End time of the association | No |
DATE |
| Existence_Kind | REF_EXISTENCE_KIND NA |
A reference value that describes the state of existence in the lifecycle of the entity, for example, Planned, Predicted, Required, Simulated, and Actual. | Yes Actual |
VARCHAR2(64) |
| GUID | STRING128 NA |
Globally Unique IDentifier for an instance of a class. This GUID is not generated by the database, but is the GUID used by the application on first access of this object. Use of this property is optional and completely under the control of application developers. | No |
VARCHAR2(128) |
| Id | ID No_Unit |
Unique identifier for this entity. | 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) |
| Produced_By | STRING64 NA |
ID of the activity that was executing when the entity was created, for data created programmatically. | No |
VARCHAR2(64) |
| Remarks | STRING2000 NA |
Any type of remarks added to an entity instance. | No |
VARCHAR2(2000) |
| SDAT_Label | int No_Unit |
Label used by the security system for entitlements. SDAT is Secure Data Access Technology. | No |
NUMBER(10) |
| Start_Date | DATE NA |
Start time of the association. | No |
DATE |
| Status | STRING64 NA |
The status of this activity. For example, a drilling job whose Existence_Kind is "actual" could have an activity status of "turning to the right", "suspended due to weather", or "tool makeup or breakdown". An activity whose Existence_Kind is "required" could have status values like "under investigation", "proposed" and "AFE approved". An activity can have many statuses over time. Note: The valid list of statuses for an activity can vary according to the type of activity. Therefore, the activity status values are not validated via a foreign key constraint to a lookup table. | Yes |
VARCHAR2(64) |
| Triggering_Event_Id | Event |
The identifier of the event that triggered this activity status. In other words, this is the event that caused the activity to have this status. Events can cause changes in the status of an activity. Note that this value should not conflict with, or be confused with, the value in Activity.Triggering_Event, which defines the event that initially started the activity. | No |
NUMBER(38) |
| 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) |
| Version | STRING255 NA |
The form or variant of the entity. | Yes 1 |
VARCHAR2(255) |
| Link | To Entity | Description | Implementation Technique | Required |
|---|---|---|---|---|
| Triggering_Activity | Activity | The activity that triggered the change in status of another activity | Assoc to One | No |
| Activity | Activity | The identifier of the activity to which this status applies. | Cascade | Yes |
| Triggering_Event | Event | The identifier of the event that triggered this activity status. In other words, this is the event that caused the activity to have this status. Events can cause changes in the status of an activity. Note that this value should not conflict with, or be confused with, the value in Activity.Triggering_Event, which defines the event that initially started the activity. | Nullify | No |