Touchstone Re 2022 Database Reference
TblOffshoreStructures Table
AIRIndustry Database : TblOffshoreStructures Table
Description
Stores industry information for the offshore structures.  
Properties
Creation Date4/16/2011 12:41 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows19021
Data Space Used3,784.00 KB
Index Space Used5,696.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Identifier for the offshore structure.int4   
 Name of the offshore structure.varchar60  
 Unique Minerals Management Service (MMS) identifier assigned to a single structure or a group of structures connected by a walkway.int4  
 

Unique Minerals Management Service(MMS) number assigned to a specific structure within a complex.

smallint2  
 

ISO 2-character code for the country in which the offshore platform resides. 

For a complete list of codes, tCountry Table.

int4  
 

Code that represents the Administrative geographic region. Options include:

  • OCS = Offshore Continental Shelf
  • 01- Alabama
  • 22 - Louisiana
  • 28 - Mississippi
  • 48 - Texas
varchar3  
 

Code that represents the Protraction geographic region.

For a complete list of options, see the subarea codes in tGeography Table.

varchar2  
 

Code that represents the Block geographic region.

For a complete list of options, see the postal codes in tGeography Table.

varchar4  
 Latitude coordinate for the offshore structure.  Values will be positive for locations north of the equator and negative south of the equator.real4  
 Longitude coordinate for the offshore structure.  Values will be negative for locations west of the prime meridian up to the international date line. They will be positive for locations east of the prime meridian.real4  
 Height of the deck above the water, measured in meters.float9  
 Rate of oil produced by the platform per day, measured in barrels.float9  
 Rate of gas produced by the platform per day, measured in MCF (1,000 cubic feet).float9  
 Rate of gas or oil produced by the offshore structure per day.real4  
 Replacement value for the offshore structure.money8  
 Year the offshore structure was installed.smallint2  
 

Code that represents the AIR construction class.

For a complete list of codes, see tAIRConstruction Table.

smallint2  
 

Code that represents the AIR occupancy class.

For a complete list of codes, see tAIROccupancy Table.

smallint2  
 Depth of the water at the location where the offshore structure is installed.real4  
 Distance from the shore and where the offshore structure is installed.real4  
 Cost of the deck(s) and equipment on the offshore structure.float9  
 Number of wells the offshore structure is licensed to drill.smallint2  
 Number of wells currently drilled.smallint2  
 Type (or shape) of transverse framing used to brace the offshore structure's legs.smallint2  
 Number of decks on the offshore structure.smallint2  
 Number of legs on the offshore structure.smallint2  
 

Indicates whether the offshore structure contains a deck.

  • 1 = Yes (deck)
  • 0 = No (no deck)
bit1  
 

Indicates whether the offshore structure is manned.

  • 1 = Yes (manned)
  • 0 = No (unmanned)
bit1  
 Name of the offshore structure.varchar60  
 Size of the company that operates the offshore structure.int4  
 Same value as strName, except without spaces.varchar60  
 GUID external associated with the offshore structure.dbo.GUID16  
Primary Key Date and time the offshore structure was installed.datetime4   
Primary Key 

 Date and time the offshore structure was installed.

datetime4   
 Number of wells connected to the offshore platform.smallint2  
Primary Key 

Indicates whether the offshore structure is currently active.

  • 1 = Yes (active)
  • 0 = No (closed)
bit1 
((1))
 
 

Indicates whether there is more than one offshore structure within the same platform block geographic region.

  • 1 = Yes (more than one platform)
  • 0 = No (one platform)
bit1   
 

Indicates whether the offshore structure is currently in use.

  • 1 = Yes (active)
  • 0 = No (decommissioned)
bit1   
See Also

Related Objects

AIRIndustry Database