Export_Job


[Columns] [Composed Of] [Referenced By] [Refers To]

General Information

[Next]
Name Export_Job
Entity Type Table
Description An action request by the user to copy, export or archive the data for further use either by processing system or for physical delivery to the client. TODO: This table is deprecated as of Seabed release 2010.1 and will be removed in two releases replaced by the Work Order model.
Submodel Seismic_Manager
Entity Scope Project
Primary Key Id
Natural Key
Generalizations Selection , Entity , IT_Object , Tracked_Object
Specializations


Columns

[Previous] [Next] [Top]
NameValue DomainProperty /
Storage Unit
DescriptionRequired /
Default
Type
App_Project_Unique_Locator FILE_NAME_STR NA
Information on the interpretation project, where the seismic data will be stored. No
VARCHAR2(999)
Delivery_Date DATE NA
Expected date of delivery. No
DATE
Delivery_Method CODE NA
Method to send the data. "FTP", "LOCAL", "MAIL", "EXPRESS-LANE" No
VARCHAR2(64)
Device R_Device
Refers to the device for storing seismic for the delivery of work order related items. No
VARCHAR2(64)
End_Date DATE NA
Date at which the work on the order has completed. 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)
Export_Type CODE NA
Type of work to be done on selected data. No
VARCHAR2(64)
FTP_Address_Id Address
The host name or IP address of the system to which the export job is to be transferred. No
NUMBER(38)
FTP_Directory FILE_NAME_STR NA
Directory name on the FTP site where the work order data will be sent. No
VARCHAR2(999)
FTP_User_Name STRING255 NA
User name on the FTP site where the work order data will be sent. No
VARCHAR2(255)
FTP_User_Password STRING255 NA
User password on the FTP site where the work order data will be sent. No
VARCHAR2(255)
File_Name_Prefix CODE NA
Prefix for the file name to be output for the export job. No
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)
Lines_Per_File int No_Unit
Number of seismic lines per file to be output as part of the work order. No
NUMBER(10)
Media R_Media
The media used for the export job. The direct link to media is used instead of the link to R_Device in situations where the job is submitted at a location other than where the job will be run and the device name is not known, but a specific is still required. No
VARCHAR2(64)
Merge_Navigation boolean NA
Flag to indicate whether to merge navigation with seismic for this export job. No
NUMBER(1)
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)
Output_CRS_Id Coordinate_System
The coordinate system in which the data is to be exported. No
NUMBER(38)
Output_Directory FILE_NAME_STR NA
Directory in the file system to hold the contents of the export job. No
VARCHAR2(999)
Output_Sample_Format R_Data_Format
Refers to the output sample format of the work order. No
VARCHAR2(64)
Overwrite_Project_Data boolean NA
Flag to indicate whether to overwrite project data for this export job. No
NUMBER(1)
Physical_Address_Id Address
The physical address to which the export job is sent. No
NUMBER(38)
Produced_By STRING64 NA
The name of application role that created the entity, for data created programmatically. No
VARCHAR2(64)
Receiver_Id Business_Associate
Refers to the business associate for which this selection is made. No
NUMBER(38)
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)
Scan_Output_Flag boolean NA
Flag to indicate whether to scan the output after the export is completed. No
NUMBER(1)
Selector_Id Business_Associate
Refers to the business associate making selection. No
NUMBER(38)
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)
Start_Date DATE NA
Date at which the work on the order has commenced. No
DATE
Status R_Progression_Status
Refers to the status of the work order. Yes
VARCHAR2(64)
Target_Datastore STRING255 NA
The name of the data store to which the work is to be exported. No
VARCHAR2(255)
Target_Datastore_Type CODE NA
The type of data store to which the work is to be exported. No
VARCHAR2(64)
Target_Master_Project STRING255 NA
The name of the master project in the data store to which the work is to be exported. No
VARCHAR2(255)
Target_Password CODE NA
The encrypted password for Target_Project. No
VARCHAR2(64)
Target_Project STRING255 NA
The name of the project in the data store to which the work is to be exported. No
VARCHAR2(255)
Unload_UKOOA boolean NA
Flag to indicate whether to generate UKOOA file for this export job. No
NUMBER(1)
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)


Referenced By

[Previous] [Next] [Top]
From EntityLinkDescriptionImplementation TechniqueRequired
Export_Job_Item Export_Job Refers to the work order for the business associate. Cascade No


Refers To

[Previous] [Next] [Top]
LinkTo EntityDescriptionImplementation TechniqueRequired
Output_CRS Coordinate_System The coordinate system in which the data is to be exported. Restrict No
Media R_Media The media used for the export job. The direct link to media is used instead of the link to R_Device in situations where the job is submitted at a location other than where the job will be run and the device name is not known, but a specific is still required. Restrict No
FTP_Address Address The host name or IP address of the system to which the export job is to be transferred. Restrict No
Output_Sample_Format R_Data_Format Refers to the output sample format of the work order. Restrict No
Selector Business_Associate _ Restrict No
Device R_Device Refers to the device for storing seismic for the delivery of work order related items. Restrict No
Physical_Address Address The physical address to which the export job is sent. Restrict No
Receiver Business_Associate _ Restrict No
Status R_Progression_Status Refers to the status of the work order. Restrict Yes


[Seabed Objects] [Entities in Schema Seabed] [Index]

Copyright © 2018 Schlumberger. All rights reserved.