Name | PSFO_Activity |
---|---|
Entity Type | Table |
Description | Holds information about a PSFO data submission activity (e.g. dropbox, file upload, etc. |
Submodel | Utility |
Entity Scope | Project |
Primary Key | Id |
Natural Key | |
Generalizations | Entity , IT_Object , Tracked_Object |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Activity_Data | STRING2000 | NA |
Data specific to a given activity type (e.g. dropbox). Typically a serialized state | No |
VARCHAR2(2000) |
Activity_Log | STRING2000 | NA |
Data specific to a given activity type (e.g. dropbox). Typically a serialized state | No |
VARCHAR2(2000) |
Activity_Type_Status | STRING32 | NA |
Status specific for a given activity type. E.g. for a dropbox activity it is the PS dropbox job status | No |
VARCHAR2(32) |
Approved_By | STRING255 | NA |
Name of the user (from Active Directory) who approved the activity | No |
VARCHAR2(255) |
Approved_By_Full_Name | STRING255 | NA |
First and last name of user who approved the activity | No |
VARCHAR2(255) |
Company_FK_Id | Company |
|
Association with Company | No |
NUMBER(38) |
Completed_By | STRING255 | NA |
Name of user (in Active Directory) who completed the activity | No |
VARCHAR2(255) |
Completed_By_Full_Name | STRING255 | NA |
First and last name of user who completed the activity | No |
VARCHAR2(255) |
Context_Id | STRING255 | NA |
Reference to external information related to the activity (appears unused in PSFO) | No |
VARCHAR2(255) |
Created_By | STRING255 | NA |
User identifier (from Active Directory) for the user who created the activity | No |
VARCHAR2(255) |
Created_By_Full_Name | STRING255 | NA |
First and last name of user who created the activity | No |
VARCHAR2(255) |
Ctrlfile_Log | STRING2000 | NA |
Name of the control file log for this activity (e.g. dropbox control file processing log) | No |
VARCHAR2(2000) |
Curve_Type | STRING255 | NA |
Type of log data being submitted: Raw, Composite, Edited, Digitized, Processed, etc. from R_PROCESS_HISTORY_SUMMARY (although no FK is defined in this case) | No |
VARCHAR2(255) |
Date_Approved | DATE | NA |
Date when activity was approved | No |
DATE |
Date_Completed | DATE | NA |
Date when activity was completed | No |
DATE |
Date_Created | DATE | NA |
Time when the activity was created | No |
DATE |
Description | STRING2000 | NA |
Description of the activity | No |
VARCHAR2(2000) |
Emails_Requested | STRING1 | NA |
Flag indicating whether emails were requested for the activity | No |
VARCHAR2(1) |
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. USAGE NOTES: There are two cases: 1) GUID is not populated or used; and 2) it is populated with a value that is globally unique. If the GUID is populated there are two means of doing so for a given project: 2a) Seabed automatically generates and populates the GUID when an instance is created (valid only on Oracle based systems); and 2b) the GUID is generated and populated by an application (other than Seabed) on instance creation. Whether Seabed automatically generates GUIDs for a project is determined by the Auto_GUID flag in SDS_Account. Note that techniques 2a and 2b can coexist in the same project. When GUIDs are automatically generated an application can override the automatically generated GUID with its own GUID by simply supplying the GUID value. Applications that generate their own GUIDs and populate the GUID column will function correctly on projects which have automatic GUID generation turned on. | 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) |
Job_Status | double | Dimensionless |
activity-type specific job status. appears unused by PSFO | No |
NUMBER |
Name | ENTITY_NAME | NA |
The name given to any object or data item, e.g. name of Well, name of Field, etc. | No |
VARCHAR2(255) |
Original_Source | STRING64 | NA |
The name of the person, Organization or project source that originally provided this entity, e.g. "IHS-EnergyData" or "FinderUpper Stratton Deeper Pool 15" | No |
VARCHAR2(64) |
Produced_By | STRING64 | NA |
The name of application role that created the entity, for data created programmatically. | No |
VARCHAR2(64) |
Project_Id | STRING255 | NA |
ID (GUID) of the PSFO project in which this activity was created | No |
VARCHAR2(255) |
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) |
Source | STRING64 | NA |
Name of the person or organization responsible for this entitys E and P content and quality. Not the data technologist or IT expert creating the entity, for which see IT_Object.Insert_User and Update_User. | No |
VARCHAR2(64) |
Status_String | STRING32 | NA |
Holds PSFO-tracked status for the activity: New, Creating, Created, Starting, Processing, Loaded, Completed, Failed, Cancelled, Deleted. This is different from the PS Job status | No |
VARCHAR2(32) |
Submit_Attempt | double | Dimensionless |
Number of times activity has been submitted | No |
NUMBER |
Type_FK_Id | PSFO_Activity_Type |
|
associated activity type | 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) |
From Entity | Link | Description | Implementation Technique | Required |
---|---|---|---|---|
PSFO_Activity_File | Activity | associatd activity id | Cascade | No |
PSFO_Audit_History | Activity | Associated Activity_Id | Cascade | No |
Link | To Entity | Description | Implementation Technique | Required |
---|---|---|---|---|
Company_FK | Company | Association with Company | Cascade | No |
Type_FK | PSFO_Activity_Type | associated activity type | Cascade | No |