Table: FLS_INT_SCANNED_HEADERS
Entity (ENT) | Southeast Fisheries Science Center (SEFSC)GUID: gov.noaa.nmfs.inport:6871 | Updated: August 9, 2022 | Published / External
Item Identification
Title: | Table: FLS_INT_SCANNED_HEADERS |
---|---|
Short Name: | FLS_INT_SCANNED_HEADERS |
Status: | Completed |
Abstract: |
Processing table to load data received from date entry company and begin its processing |
Notes: |
Loaded by batch 2043, 12-20-2007 08:10 |
Physical Location
Organization: | Southeast Fisheries Science Center |
---|---|
City: | Miami |
State/Province: | FL |
Country: | USA |
Entity Information
Entity Type: | Data Table |
---|---|
Active Version?: | Yes |
Schema Name: | FLS |
Description: |
Processing table to load data received from date entry company and begin its processing |
Data Attributes
Attribute Summary
![]() |
![]() |
Name | Type | Description |
---|---|---|---|---|
100
|
LOGBOOK_KEY | NUMBER | Sequence number automatically generated by the system to uniquely identify each row in the table. Since these keys are not data dependent, if any element of data is changed, the link to the other tables in the system are not broken.It is at this point when the logbook enters the Fisheries Logbook System and it is assigned a LOGBOOK_KEY that will uniquely identify it withing the application.Validation:Managed by the database. Each row in the table must have a unique value. | |
100
|
BATCH_NUMBER | VARCHAR2 | Sequence number automatically generated by the system to uniquely identify each row in the table. Since these keys are not data dependent, if any element of data is changed, the link to the other tables in the system are not broken.It is at this point when the logbook enters the Fisheries Logbook System and it is assigned a LOGBOOK_KEY that will uniquely identify it withing the application.Validation:Managed by the database. Each row in the table must have a unique value. | |
100
|
ID_NUMBER | VARCHAR2 | A reference number used by the data entry contractors that enables them to uniquely identify each record.Validation:None. The column is optional. | |
100
|
LOGBOOK_IMAGE_FILE | VARCHAR2 | When data are scanned, two products are obtained: data files, where the image is converted to characters and numbers that can be loaded into tables and queries, and the actual image or picture of the logbook as written out by the permit holder.This image can be accessed on line by the data managers to assist in editing logbooks with invalid data. Sometimes the human eye is a more efficient tool at discerning handwritten data. For example, it is very difficult for the scanner to distinguish between a handwritten letter O and a hand written zero. Validation:None. This column may be left empty. | |
100
|
SCHEDULE_NUMBER | VARCHAR2 | When the completed logbooks sent back by the permit holders are collected at the post office, they are stamped with unique numbers by SFD staff. These numbers are called schedule number.When the data are loaded, the program asks for a range of schedule numbers for the batch. Validation: - This field must be within a range of schedule numbers provided. - Schedule Numbers must be consecutive ( there are no gaps ). - Schedule Numbers can not be duplicated.This field is mandatory, that is, it cannot be left empty. | |
100
|
VESSEL_ID | VARCHAR2 | The ID of the vessel for which the logbook has been completed. Validation:The vessel ID is programmatically checked againt the the FLS_VESSEL_LIST table, which is a list of unique valid vessel id numbers summarized from the permit file compiled by SERO.This field is mandatory, that is, it cannot be left empty. | |
100
|
VESSEL_NAME | VARCHAR2 | Name of the vessel that performed the fishing activity and for which the logbook was sent.Validation:The vessel name is used to assist in locating the correct vessel id when it is invalid or missing. Even though the spelling of the vessel id may change, it can be used to give the data manager a list of vessels from which to choose.(Note: The vessel name should be checked against FLS_VESSEL_LIST to make sure it matches the name provided for the ID) | |
100
|
VESSEL_PHONE | VARCHAR2 | Phone Number to Call Vessel | |
100
|
LANDING_DATE | VARCHAR2 | Unload or landing date reported on the logbook report.Validation:The data must be a valid date. | |
100
|
OPENED_DATE | VARCHAR2 | Date stamped on the logbook report. The SFD stamps this date on the form when they are retrieved from the post office and opened.Validation:The data must be a valid date. | |
100
|
START_DATE | VARCHAR2 | Date when the vessel set sail to begin the trip. It is also referred to as Departure Date.Validation:The date must be valid. For the Gulf Reef and Snapper/Grouper logbooks, the column became required starting in 1999, so it cannot be null. There must be a consistent relationship betwee departure date, landing date and days away.If start (i.e., departure) date is not null, landing date must be greater than or equal to departure date.The format of the date is YYYYMMDD, which is the standard format of all character fields that contain dates (this is done to simplify sorting by date.) | |
100
|
UNLOAD_DATE | VARCHAR2 | Date when the vessel unloaded the catch at the landing site. Validation:The date must be valid and cannot be null. The unload date must be greater than or equal to start date (i.e. departure date) A warning is issued if the unload date is less than the landing date.The format of the date is YYYYMMDD, which is the standard format of all character fields that contain dates (this is done to simplify sorting by date.) | |
100
|
RECEIVED_DATE | VARCHAR2 | Date Form Was Recieved By NMFS | |
100
|
DAYS_AWAY | VARCHAR2 | Number of days from, departure to landing, the vessel was away from port that are reported on the form.Validation: The information must be numeric and up to three digits long. | |
100
|
CREW_SIZE | VARCHAR2 | Crew size reported on the form.Validation:The information must be numeric and up to 2 digits long. | |
100
|
DEALER_CODE | VARCHAR2 | Unique identifier for each dealer. On the form, the dealer name is used. The scanning process takes the name and converts it to a code using a list provided by RMD. | |
100
|
DEALER_CODE_OLD | VARCHAR2 | A dealer code in the old coding dealer coding system. This is used for reference by FSB personnel. | |
100
|
DEALER_NAME | VARCHAR2 | Dealer name | |
100
|
COUNTY_LANDED | VARCHAR2 | County of landing reported on the form.Validation:This field must contain a valid code which is checked against the FLS_COUNTY_CODES_NMFS table. | |
100
|
COUNTY_LANDED_NAME | VARCHAR2 | The County Name Associated With The County Landed (Code) | |
100
|
STATE_LANDED | VARCHAR2 | State of landing reported on the form.Validation:This field must contain a valid code which is checked against the FLS_STATE_CODES_NMFS table. | |
100
|
STATE_LANDED_NAME | VARCHAR2 | The State Name Associated With The State Landed (Code) | |
100
|
NOT_USED | VARCHAR2 | Filler | |
100
|
AREA1 | VARCHAR2 | First Area Fished reported on the logbook report. Historically, up to three areas could be specified on the form. Currently, the form allows for as many areas as catches reported. This field is usually blank in current data.Validation:The information must be numeric and up to four digits long. | |
100
|
AREA2 | VARCHAR2 | Second Area Fished reported on the logbook report. Historically, up to three areas could be specified on the form. Currently, the form allows for as many areas as catches reported. This field is usually blank in current data.Validation:The information must be numeric and up to four digits long. | |
100
|
AREA3 | VARCHAR2 | Third Area Fished reported on the logbook report. Historically, up to three areas could be specified on the form. Currently, the form allows for as many areas as catches reported. This field is usually blank in current data.Validation:The information must be numeric and up to four digits long. | |
100
|
WERE_TRAPS_USED | VARCHAR2 | Indicates whether traps were used.Validation: If this column is marked, a corresponding configuration gear must be indicated. Also the DLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'T' is reported . Since the column is optional, null is also a valid value | |
100
|
NUMBER_OF_TRAPS_FISHED | VARCHAR2 | Number of traps fished. | |
100
|
NUMBER_OF_TRAPS_HAULED | VARCHAR2 | Number of traps hauled reported on the form.Validation:If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
TRAP_SOAK_TIME | VARCHAR2 | Time the trap was in the water.Validation:If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to six digits long. | |
100
|
FIRST_MESH_MEASUREMENT | VARCHAR2 | First mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
SECOND_MESH_MEASUREMENT | VARCHAR2 | Second mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
THIRD_MESH_MEASUREMENT | VARCHAR2 | Third mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
FOURTH_MESH_MEASUREMENT | VARCHAR2 | Fourth mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
WERE_LONGLINES_USED | VARCHAR2 | Indicates if fisher reported the use of longlines.Validation:If this column is marked, a corresponding configuration gear must be indicated. Also, the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'L' is reported . Since the column is optional, null is also a valid value. | |
100
|
NUMBER_OF_LONGLINE_SETS | VARCHAR2 | Number of longline sets reported.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to four digits long. | |
100
|
NUMBER_OF_HOOKS_PER_LINE | VARCHAR2 | Number of hooks per line reported.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to four digits long. | |
100
|
LONGLINE_LENGTH | VARCHAR2 | Length of the longline reported by the fisher.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to six digits long. | |
100
|
LONGLINE_TIME_FISHED | VARCHAR2 | Time longlines were fished.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to five digits long. | |
100
|
WERE_BUOY_GEARS_USED | VARCHAR2 | Indicates whether buoys were used.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, it has been kept to load and review historical data. | |
100
|
NUMBER_OF_BUOY_SETS_MADE | VARCHAR2 | Indicates how many buoys were used.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, the column has been kept to load and review historical data. | |
100
|
NUMBER_OF_HOOKS_PER_BUOY | VARCHAR2 | How many hooks were attached to each buoy line.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, the column has been kept to load and review historical data. | |
100
|
BUOY_TIME_FISHED | VARCHAR2 | Time the buoy was fished.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, the column has been kept to load and review historical data. | |
100
|
WERE_GILLNETS_USED | VARCHAR2 | Indicates whether the fisher reported using gillnets.Validation:If this column is marked, a corresponding gear configuration must be indicated. Also the FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'G' is reported .Since the column is optional, null is also a valid value | |
100
|
GILLNET_LENGTH | VARCHAR2 | Length of the gillnet.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
GILLNET_DEPTH | VARCHAR2 | Depth of the gillnet.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
GILLNET_MESHSIZE | VARCHAR2 | Meshsize of the gillnet.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to five digits long. | |
100
|
GILLNET_SOAK_TIME | VARCHAR2 | Time gillnet was in the water.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to five digits long. | |
100
|
WERE_HANDLINES_USED | VARCHAR2 | Indicates whether the fisher reported the use of handlines.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'H' is reported . Since the column is optional, null is also a valid value | |
100
|
NUMBER_OF_HANDLINES | VARCHAR2 | Number of handlines used.Validation:If this field is entered, the corresponding gear column ( WERE_HANDLINES_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
NUMBER_OF_HOOKS_PER_HANDLINE | VARCHAR2 | Number of hooks per handlines used.Validation:If this field is entered, the corresponding gear column ( WERE_HANDLINES_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
HANDLINE_TIME_FISHED | VARCHAR2 | Hours the handline was fished.Validation:If this field is entered, the corresponding gear column ( WERE_HANDLINES_USED) must have data.The information must be numeric and up to four digits long. | |
100
|
WAS_BOAT_TROLLING | VARCHAR2 | Indicates whether the fisher reported trolling.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'TR' is reported . Since the column is optional, null is also a valid value | |
100
|
NUMBER_OF_TROLL_LINES | VARCHAR2 | Indicates whether the fisher reported trolling.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'TR' is reported . Since the column is optional, null is also a valid value | |
100
|
NUMBER_HOOKS_PER_TROLL_LINE | VARCHAR2 | Number of hooks per troll lines used.Validation:If this field is entered, the corresponding gear column ( WAS_BOAT_TROLLING) must have data.The information must be numeric and up to four digits long. | |
100
|
TROLLING_TIME | VARCHAR2 | Total time spent trolling.Validation:If this field is entered, the corresponding gear column ( WAS_BOAT_TROLLING) must have data.The information must be numeric and up to five digits long | |
100
|
DIVERS_USED_SPEARS | VARCHAR2 | Indicates whether divers used spears.Validation:If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'S' is reported .Since the column is optional, null is also a valid value | |
100
|
NUMBER_OF_DIVERS_SPEARS | VARCHAR2 | Number of divers involved in the catch who used spears.Validation:If this field is entered, the corresponding gear column ( DIVERS_USED_SPEARS ) must have data. | |
100
|
TOTAL_TIME_DIVING_SPEARS | VARCHAR2 | How much time was spent diving using spears.Validation: If this field is entered, the corresponding gear columns ( DIVERS_USED_SPEARS ) must have data. | |
100
|
DIVERS_USED_POWERHEADS | VARCHAR2 | Indicates whether the divers used powerheads.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'P' is reported .Since the column is optional, null is also a valid value | |
100
|
NUMBER_OF_DIVERS_POWERHEADS | VARCHAR2 | Number of divers involved in the catch who used powerheads.Validation:If this field is entered, the corresponding gear column ( DIVERS_USED_POWERHEADS ) must have data. | |
100
|
TOTAL_TIME_DIVING_POWERHEADS | VARCHAR2 | How much time was spent diving using powerheads.Validation: If this field is entered, the corresponding gear columns ( DIVERS_USED_POWERHEADS ) must have data. | |
100
|
OTHER_GEAR_USED | VARCHAR2 | Any other gear used. Regardless of the gear entered by the fisher on the form, this is always coded as 'Other.'Validation:If this column is marked, a corresponding gear configuration must be indicated. Also, the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'O' is reported .Since the column is optional, null is also a valid value | |
100
|
WERE_CAST_NETS_USED | VARCHAR2 | Indicates if cast nets were used.Validation:If this column is marked, a corresponding gear configuration column must be indicated. Also, the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'CN' is reported .Since the column is optional, null is also a valid value | |
100
|
GILLNETS_USED_HISTORICAL | VARCHAR2 | This is a place holder in the record structure where gillnets used to be stored.Validation:If this field is entered, the corresponding gear columns (OTHER_GEAR_USED or WERE_CAST_NETS_USED ) must have data.(Note: I don't think so...) | |
100
|
TYPE_OF_OTHER_GEAR_USED | VARCHAR2 | Type of other gear used.Validation: If this field is entered, the corresponding gear columns (OTHER_GEAR_USED or WERE_CAST_NETS_USED ) must have data. | |
100
|
OTHER_GEAR_TIME_FISHED | VARCHAR2 | Time spent fishing with the other gear.Validation: If this field is entered, the corresponding gear columns (OTHER_GEAR_USED or WERE_CAST_NETS_USED ) must have data.The information must be numeric and up to five digits long. | |
100
|
VES_RECORD_EDITED | VARCHAR2 | Was there an edit to the associated vessel record | |
100
|
VES_INTEG | VARCHAR2 | Vessel integrated | |
100
|
GEAR_RECORD_EDITED | VARCHAR2 | Was there an edit to the associated Gear Record | |
100
|
GEAR_INTEG | VARCHAR2 | Gear integrated | |
100
|
TARGET | VARCHAR2 | Target | |
100
|
FISHERY | VARCHAR2 | Target Fishery | |
100
|
NOFISH | VARCHAR2 | Is This a no fishing record | |
100
|
ERRORS_IN_THIS_TABLE | VARCHAR2 | Indicates whether there were any rows with errors in this table. When data are validated, if the validation program detects any errors in the current row of the table, this flag is set to show that the row must be corrected. When the data are corrected using the Editing programs, the flag is reset to show that the record has now passed validation and can be distributed to the master tables. Before the data are distributed, the distribution program checks to make sure that all data have been corrected. If not, the manager is notified and must make the necessary corrections.Validation:The domain ERRORS_IN_THIS_TABLE ensures that only predefined values are accepted into the system.(Note: This column should not be optional) | |
100
|
SOURCE_FILE | VARCHAR2 | Name of the file that is loaded into the system.Validation:This name is entered by the user at the time the date are loaded. It is validated before entry begins to ensure that the data from this source file have not already been loaded. The source file name is then copied into this table for each reacord so that a batch of data can be easily identified. | |
100
|
RETURN_STATUS | VARCHAR2 | Has form been returned to fisher due to missing/inconsistant information | |
100
|
TRIP_TICKET | VARCHAR2 | Trip Ticket Number | |
100
|
WERE_ELECTRICREELS_USED | VARCHAR2 | Were Electricreels Used? | |
100
|
NUMBER_OF_ELECTRICLINES | VARCHAR2 | Number Of Electriclines | |
100
|
NBR_OF_HOOKS_PER_ELECTRICLINE | VARCHAR2 | Number Of Hooks Per Electriclines | |
100
|
ELECTRICLINE_TIME_FISHED | VARCHAR2 | Electricline Time Fished | |
100
|
FORMTYPE | VARCHAR2 | Control Column to indicate version of form used for data entry | |
100
|
OPERATOR_NAME | VARCHAR2 | Data Entry Operator Name (Control column) | |
100
|
OPERATOR_NUMBER | VARCHAR2 | Data Entry Operator Number (Control Column) | |
100
|
WERE_FISH_TRAPS_USED | VARCHAR2 | Were Fish Traps Used | |
100
|
WERE_OTHER_TRAPS_USED | VARCHAR2 | Were Other Traps Used | |
100
|
IND_TRAP_SOAK_TIME | VARCHAR2 | Total trap soaktime | |
100
|
WERE_BOTTOM_LONGLINES_USED | VARCHAR2 | Were bottom longlines used | |
100
|
WERE_PELAGIC_LONGLINES_USED | VARCHAR2 | Were pelagic Longlines Used | |
100
|
WERE_OTHER_LONGLINES_USED | VARCHAR2 | Were Other Longlines Used | |
100
|
IND_LONGLINE_TIME_FISHED | VARCHAR2 | Total Longline Time Fished | |
100
|
WERE_STRIKE_GILLNETS_USED | VARCHAR2 | Were strike gillnets used | |
100
|
WERE_DRIFT_GILLNETS_USED | VARCHAR2 | Were drift gillnets used | |
100
|
WERE_ANCHOR_GILLNETS_USED | VARCHAR2 | Were anchor gillnets used | |
100
|
WERE_OTHER_GILLNETS_USED | VARCHAR2 | Were other gillnets used | |
100
|
NUMBER_OF_GILLNET_SETS | VARCHAR2 | Number Of gillnet sets | |
100
|
IND_GILLNET_SOAK_TIME | VARCHAR2 | Total Gillnet Soak Time | |
100
|
OTHER_TARGET_DESC | VARCHAR2 | Other Target Fishery Description | |
100
|
OTHER_GEAR_DESC | VARCHAR2 | Other Gear Descriptions |
Attribute Details
LOGBOOK_KEY
Seq. Order: | 1 |
---|---|
Data Storage Type: | NUMBER |
Max Length: | 22 |
Required: | Yes |
Primary Key: | No |
Precision: | 10 |
Scale: | 0 |
Status: | Active |
Description: |
Sequence number automatically generated by the system to uniquely identify each row in the table. Since these keys are not data dependent, if any element of data is changed, the link to the other tables in the system are not broken.It is at this point when the logbook enters the Fisheries Logbook System and it is assigned a LOGBOOK_KEY that will uniquely identify it withing the application.Validation:Managed by the database. Each row in the table must have a unique value. |
General Data Type: | NUMBER |
BATCH_NUMBER
Seq. Order: | 2 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 10 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Sequence number automatically generated by the system to uniquely identify each row in the table. Since these keys are not data dependent, if any element of data is changed, the link to the other tables in the system are not broken.It is at this point when the logbook enters the Fisheries Logbook System and it is assigned a LOGBOOK_KEY that will uniquely identify it withing the application.Validation:Managed by the database. Each row in the table must have a unique value. |
General Data Type: | VARCHAR2 |
ID_NUMBER
Seq. Order: | 3 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 10 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
A reference number used by the data entry contractors that enables them to uniquely identify each record.Validation:None. The column is optional. |
General Data Type: | VARCHAR2 |
LOGBOOK_IMAGE_FILE
Seq. Order: | 4 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 12 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
When data are scanned, two products are obtained: data files, where the image is converted to characters and numbers that can be loaded into tables and queries, and the actual image or picture of the logbook as written out by the permit holder.This image can be accessed on line by the data managers to assist in editing logbooks with invalid data. Sometimes the human eye is a more efficient tool at discerning handwritten data. For example, it is very difficult for the scanner to distinguish between a handwritten letter O and a hand written zero. Validation:None. This column may be left empty. |
General Data Type: | VARCHAR2 |
SCHEDULE_NUMBER
Seq. Order: | 5 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 10 |
Required: | Yes |
Primary Key: | No |
Status: | Active |
Description: |
When the completed logbooks sent back by the permit holders are collected at the post office, they are stamped with unique numbers by SFD staff. These numbers are called schedule number.When the data are loaded, the program asks for a range of schedule numbers for the batch. Validation: - This field must be within a range of schedule numbers provided. - Schedule Numbers must be consecutive ( there are no gaps ). - Schedule Numbers can not be duplicated.This field is mandatory, that is, it cannot be left empty. |
General Data Type: | VARCHAR2 |
VESSEL_ID
Seq. Order: | 6 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 10 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
The ID of the vessel for which the logbook has been completed. Validation:The vessel ID is programmatically checked againt the the FLS_VESSEL_LIST table, which is a list of unique valid vessel id numbers summarized from the permit file compiled by SERO.This field is mandatory, that is, it cannot be left empty. |
General Data Type: | VARCHAR2 |
VESSEL_NAME
Seq. Order: | 7 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 30 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Name of the vessel that performed the fishing activity and for which the logbook was sent.Validation:The vessel name is used to assist in locating the correct vessel id when it is invalid or missing. Even though the spelling of the vessel id may change, it can be used to give the data manager a list of vessels from which to choose.(Note: The vessel name should be checked against FLS_VESSEL_LIST to make sure it matches the name provided for the ID) |
General Data Type: | VARCHAR2 |
VESSEL_PHONE
Seq. Order: | 8 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 15 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Phone Number to Call Vessel |
General Data Type: | VARCHAR2 |
LANDING_DATE
Seq. Order: | 9 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 8 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Unload or landing date reported on the logbook report.Validation:The data must be a valid date. |
General Data Type: | VARCHAR2 |
OPENED_DATE
Seq. Order: | 10 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 8 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Date stamped on the logbook report. The SFD stamps this date on the form when they are retrieved from the post office and opened.Validation:The data must be a valid date. |
General Data Type: | VARCHAR2 |
START_DATE
Seq. Order: | 11 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 8 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Date when the vessel set sail to begin the trip. It is also referred to as Departure Date.Validation:The date must be valid. For the Gulf Reef and Snapper/Grouper logbooks, the column became required starting in 1999, so it cannot be null. There must be a consistent relationship betwee departure date, landing date and days away.If start (i.e., departure) date is not null, landing date must be greater than or equal to departure date.The format of the date is YYYYMMDD, which is the standard format of all character fields that contain dates (this is done to simplify sorting by date.) |
General Data Type: | VARCHAR2 |
UNLOAD_DATE
Seq. Order: | 12 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 8 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Date when the vessel unloaded the catch at the landing site. Validation:The date must be valid and cannot be null. The unload date must be greater than or equal to start date (i.e. departure date) A warning is issued if the unload date is less than the landing date.The format of the date is YYYYMMDD, which is the standard format of all character fields that contain dates (this is done to simplify sorting by date.) |
General Data Type: | VARCHAR2 |
RECEIVED_DATE
Seq. Order: | 13 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 8 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Date Form Was Recieved By NMFS |
General Data Type: | VARCHAR2 |
DAYS_AWAY
Seq. Order: | 14 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 3 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of days from, departure to landing, the vessel was away from port that are reported on the form.Validation: The information must be numeric and up to three digits long. |
General Data Type: | VARCHAR2 |
CREW_SIZE
Seq. Order: | 15 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Crew size reported on the form.Validation:The information must be numeric and up to 2 digits long. |
General Data Type: | VARCHAR2 |
DEALER_CODE
Seq. Order: | 16 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 10 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Unique identifier for each dealer. On the form, the dealer name is used. The scanning process takes the name and converts it to a code using a list provided by RMD. |
General Data Type: | VARCHAR2 |
DEALER_CODE_OLD
Seq. Order: | 17 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 10 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
A dealer code in the old coding dealer coding system. This is used for reference by FSB personnel. |
General Data Type: | VARCHAR2 |
DEALER_NAME
Seq. Order: | 18 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 50 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Dealer name |
General Data Type: | VARCHAR2 |
COUNTY_LANDED
Seq. Order: | 19 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 3 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
County of landing reported on the form.Validation:This field must contain a valid code which is checked against the FLS_COUNTY_CODES_NMFS table. |
General Data Type: | VARCHAR2 |
COUNTY_LANDED_NAME
Seq. Order: | 20 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 50 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
The County Name Associated With The County Landed (Code) |
General Data Type: | VARCHAR2 |
STATE_LANDED
Seq. Order: | 21 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
State of landing reported on the form.Validation:This field must contain a valid code which is checked against the FLS_STATE_CODES_NMFS table. |
General Data Type: | VARCHAR2 |
STATE_LANDED_NAME
Seq. Order: | 22 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 50 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
The State Name Associated With The State Landed (Code) |
General Data Type: | VARCHAR2 |
NOT_USED
Seq. Order: | 23 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Filler |
General Data Type: | VARCHAR2 |
AREA1
Seq. Order: | 24 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
First Area Fished reported on the logbook report. Historically, up to three areas could be specified on the form. Currently, the form allows for as many areas as catches reported. This field is usually blank in current data.Validation:The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
AREA2
Seq. Order: | 25 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Second Area Fished reported on the logbook report. Historically, up to three areas could be specified on the form. Currently, the form allows for as many areas as catches reported. This field is usually blank in current data.Validation:The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
AREA3
Seq. Order: | 26 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Third Area Fished reported on the logbook report. Historically, up to three areas could be specified on the form. Currently, the form allows for as many areas as catches reported. This field is usually blank in current data.Validation:The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
WERE_TRAPS_USED
Seq. Order: | 27 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether traps were used.Validation: If this column is marked, a corresponding configuration gear must be indicated. Also the DLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'T' is reported . Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
NUMBER_OF_TRAPS_FISHED
Seq. Order: | 28 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of traps fished. |
General Data Type: | VARCHAR2 |
NUMBER_OF_TRAPS_HAULED
Seq. Order: | 29 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of traps hauled reported on the form.Validation:If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
TRAP_SOAK_TIME
Seq. Order: | 30 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Time the trap was in the water.Validation:If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to six digits long. |
General Data Type: | VARCHAR2 |
FIRST_MESH_MEASUREMENT
Seq. Order: | 31 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
First mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
SECOND_MESH_MEASUREMENT
Seq. Order: | 32 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Second mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
THIRD_MESH_MEASUREMENT
Seq. Order: | 33 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Third mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
FOURTH_MESH_MEASUREMENT
Seq. Order: | 34 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Fourth mesh measurement reported on the logbook.Validation: If this field is entered, the corresponding gear column ( WERE_TRAPS_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
WERE_LONGLINES_USED
Seq. Order: | 35 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates if fisher reported the use of longlines.Validation:If this column is marked, a corresponding configuration gear must be indicated. Also, the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'L' is reported . Since the column is optional, null is also a valid value. |
General Data Type: | VARCHAR2 |
NUMBER_OF_LONGLINE_SETS
Seq. Order: | 36 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of longline sets reported.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
NUMBER_OF_HOOKS_PER_LINE
Seq. Order: | 37 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of hooks per line reported.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
LONGLINE_LENGTH
Seq. Order: | 38 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Length of the longline reported by the fisher.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to six digits long. |
General Data Type: | VARCHAR2 |
LONGLINE_TIME_FISHED
Seq. Order: | 39 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Time longlines were fished.Validation: If this field is entered, the corresponding gear column ( WERE_LONGLINES_USED) must have data. The information must be numeric and up to five digits long. |
General Data Type: | VARCHAR2 |
WERE_BUOY_GEARS_USED
Seq. Order: | 40 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether buoys were used.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, it has been kept to load and review historical data. |
General Data Type: | VARCHAR2 |
NUMBER_OF_BUOY_SETS_MADE
Seq. Order: | 41 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates how many buoys were used.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, the column has been kept to load and review historical data. |
General Data Type: | VARCHAR2 |
NUMBER_OF_HOOKS_PER_BUOY
Seq. Order: | 42 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
How many hooks were attached to each buoy line.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, the column has been kept to load and review historical data. |
General Data Type: | VARCHAR2 |
BUOY_TIME_FISHED
Seq. Order: | 43 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Time the buoy was fished.Fishers were required to report buoys catches on logbook forms between 1992 and 1994. In historical data, this gear is identified with a 'B.' Although this information no longer appears on the logbooks, the column has been kept to load and review historical data. |
General Data Type: | VARCHAR2 |
WERE_GILLNETS_USED
Seq. Order: | 44 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether the fisher reported using gillnets.Validation:If this column is marked, a corresponding gear configuration must be indicated. Also the FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'G' is reported .Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
GILLNET_LENGTH
Seq. Order: | 45 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Length of the gillnet.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
GILLNET_DEPTH
Seq. Order: | 46 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Depth of the gillnet.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
GILLNET_MESHSIZE
Seq. Order: | 47 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Meshsize of the gillnet.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to five digits long. |
General Data Type: | VARCHAR2 |
GILLNET_SOAK_TIME
Seq. Order: | 48 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Time gillnet was in the water.Validation:If this field is entered, the corresponding gear column ( WERE_GILLNETS_USED) must have data.The information must be numeric and up to five digits long. |
General Data Type: | VARCHAR2 |
WERE_HANDLINES_USED
Seq. Order: | 49 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether the fisher reported the use of handlines.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'H' is reported . Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
NUMBER_OF_HANDLINES
Seq. Order: | 50 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of handlines used.Validation:If this field is entered, the corresponding gear column ( WERE_HANDLINES_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
NUMBER_OF_HOOKS_PER_HANDLINE
Seq. Order: | 51 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of hooks per handlines used.Validation:If this field is entered, the corresponding gear column ( WERE_HANDLINES_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
HANDLINE_TIME_FISHED
Seq. Order: | 52 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Hours the handline was fished.Validation:If this field is entered, the corresponding gear column ( WERE_HANDLINES_USED) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
WAS_BOAT_TROLLING
Seq. Order: | 53 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether the fisher reported trolling.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'TR' is reported . Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
NUMBER_OF_TROLL_LINES
Seq. Order: | 54 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether the fisher reported trolling.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'TR' is reported . Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
NUMBER_HOOKS_PER_TROLL_LINE
Seq. Order: | 55 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of hooks per troll lines used.Validation:If this field is entered, the corresponding gear column ( WAS_BOAT_TROLLING) must have data.The information must be numeric and up to four digits long. |
General Data Type: | VARCHAR2 |
TROLLING_TIME
Seq. Order: | 56 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Total time spent trolling.Validation:If this field is entered, the corresponding gear column ( WAS_BOAT_TROLLING) must have data.The information must be numeric and up to five digits long |
General Data Type: | VARCHAR2 |
DIVERS_USED_SPEARS
Seq. Order: | 57 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether divers used spears.Validation:If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'S' is reported .Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
NUMBER_OF_DIVERS_SPEARS
Seq. Order: | 58 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of divers involved in the catch who used spears.Validation:If this field is entered, the corresponding gear column ( DIVERS_USED_SPEARS ) must have data. |
General Data Type: | VARCHAR2 |
TOTAL_TIME_DIVING_SPEARS
Seq. Order: | 59 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
How much time was spent diving using spears.Validation: If this field is entered, the corresponding gear columns ( DIVERS_USED_SPEARS ) must have data. |
General Data Type: | VARCHAR2 |
DIVERS_USED_POWERHEADS
Seq. Order: | 60 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether the divers used powerheads.Validation: If this column is marked, a corresponding gear configuration must be indicated. Also the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'P' is reported .Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
NUMBER_OF_DIVERS_POWERHEADS
Seq. Order: | 61 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number of divers involved in the catch who used powerheads.Validation:If this field is entered, the corresponding gear column ( DIVERS_USED_POWERHEADS ) must have data. |
General Data Type: | VARCHAR2 |
TOTAL_TIME_DIVING_POWERHEADS
Seq. Order: | 62 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
How much time was spent diving using powerheads.Validation: If this field is entered, the corresponding gear columns ( DIVERS_USED_POWERHEADS ) must have data. |
General Data Type: | VARCHAR2 |
OTHER_GEAR_USED
Seq. Order: | 63 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Any other gear used. Regardless of the gear entered by the fisher on the form, this is always coded as 'Other.'Validation:If this column is marked, a corresponding gear configuration must be indicated. Also, the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'O' is reported .Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
WERE_CAST_NETS_USED
Seq. Order: | 64 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates if cast nets were used.Validation:If this column is marked, a corresponding gear configuration column must be indicated. Also, the table FLS_INT_SCANNED_CATCHES is checked to ensure that at least one record with gear type 'CN' is reported .Since the column is optional, null is also a valid value |
General Data Type: | VARCHAR2 |
GILLNETS_USED_HISTORICAL
Seq. Order: | 65 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
This is a place holder in the record structure where gillnets used to be stored.Validation:If this field is entered, the corresponding gear columns (OTHER_GEAR_USED or WERE_CAST_NETS_USED ) must have data.(Note: I don't think so...) |
General Data Type: | VARCHAR2 |
TYPE_OF_OTHER_GEAR_USED
Seq. Order: | 66 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 15 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Type of other gear used.Validation: If this field is entered, the corresponding gear columns (OTHER_GEAR_USED or WERE_CAST_NETS_USED ) must have data. |
General Data Type: | VARCHAR2 |
OTHER_GEAR_TIME_FISHED
Seq. Order: | 67 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Time spent fishing with the other gear.Validation: If this field is entered, the corresponding gear columns (OTHER_GEAR_USED or WERE_CAST_NETS_USED ) must have data.The information must be numeric and up to five digits long. |
General Data Type: | VARCHAR2 |
VES_RECORD_EDITED
Seq. Order: | 68 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Was there an edit to the associated vessel record |
General Data Type: | VARCHAR2 |
VES_INTEG
Seq. Order: | 69 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Vessel integrated |
General Data Type: | VARCHAR2 |
GEAR_RECORD_EDITED
Seq. Order: | 70 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Was there an edit to the associated Gear Record |
General Data Type: | VARCHAR2 |
GEAR_INTEG
Seq. Order: | 71 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Gear integrated |
General Data Type: | VARCHAR2 |
TARGET
Seq. Order: | 72 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Target |
General Data Type: | VARCHAR2 |
FISHERY
Seq. Order: | 73 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 2 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Target Fishery |
General Data Type: | VARCHAR2 |
NOFISH
Seq. Order: | 74 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Is This a no fishing record |
General Data Type: | VARCHAR2 |
ERRORS_IN_THIS_TABLE
Seq. Order: | 75 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 5 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Indicates whether there were any rows with errors in this table. When data are validated, if the validation program detects any errors in the current row of the table, this flag is set to show that the row must be corrected. When the data are corrected using the Editing programs, the flag is reset to show that the record has now passed validation and can be distributed to the master tables. Before the data are distributed, the distribution program checks to make sure that all data have been corrected. If not, the manager is notified and must make the necessary corrections.Validation:The domain ERRORS_IN_THIS_TABLE ensures that only predefined values are accepted into the system.(Note: This column should not be optional) |
General Data Type: | VARCHAR2 |
SOURCE_FILE
Seq. Order: | 76 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 50 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Name of the file that is loaded into the system.Validation:This name is entered by the user at the time the date are loaded. It is validated before entry begins to ensure that the data from this source file have not already been loaded. The source file name is then copied into this table for each reacord so that a batch of data can be easily identified. |
General Data Type: | VARCHAR2 |
RETURN_STATUS
Seq. Order: | 77 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 15 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Has form been returned to fisher due to missing/inconsistant information |
General Data Type: | VARCHAR2 |
TRIP_TICKET
Seq. Order: | 78 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 12 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Trip Ticket Number |
General Data Type: | VARCHAR2 |
WERE_ELECTRICREELS_USED
Seq. Order: | 79 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were Electricreels Used? |
General Data Type: | VARCHAR2 |
NUMBER_OF_ELECTRICLINES
Seq. Order: | 80 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 9 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number Of Electriclines |
General Data Type: | VARCHAR2 |
NBR_OF_HOOKS_PER_ELECTRICLINE
Seq. Order: | 81 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 9 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number Of Hooks Per Electriclines |
General Data Type: | VARCHAR2 |
ELECTRICLINE_TIME_FISHED
Seq. Order: | 82 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 9 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Electricline Time Fished |
General Data Type: | VARCHAR2 |
FORMTYPE
Seq. Order: | 83 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 9 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Control Column to indicate version of form used for data entry |
General Data Type: | VARCHAR2 |
OPERATOR_NAME
Seq. Order: | 84 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 30 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Data Entry Operator Name (Control column) |
General Data Type: | VARCHAR2 |
OPERATOR_NUMBER
Seq. Order: | 85 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 8 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Data Entry Operator Number (Control Column) |
General Data Type: | VARCHAR2 |
WERE_FISH_TRAPS_USED
Seq. Order: | 86 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were Fish Traps Used |
General Data Type: | VARCHAR2 |
WERE_OTHER_TRAPS_USED
Seq. Order: | 87 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were Other Traps Used |
General Data Type: | VARCHAR2 |
IND_TRAP_SOAK_TIME
Seq. Order: | 88 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Total trap soaktime |
General Data Type: | VARCHAR2 |
WERE_BOTTOM_LONGLINES_USED
Seq. Order: | 89 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were bottom longlines used |
General Data Type: | VARCHAR2 |
WERE_PELAGIC_LONGLINES_USED
Seq. Order: | 90 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were pelagic Longlines Used |
General Data Type: | VARCHAR2 |
WERE_OTHER_LONGLINES_USED
Seq. Order: | 91 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were Other Longlines Used |
General Data Type: | VARCHAR2 |
IND_LONGLINE_TIME_FISHED
Seq. Order: | 92 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Total Longline Time Fished |
General Data Type: | VARCHAR2 |
WERE_STRIKE_GILLNETS_USED
Seq. Order: | 93 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were strike gillnets used |
General Data Type: | VARCHAR2 |
WERE_DRIFT_GILLNETS_USED
Seq. Order: | 94 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were drift gillnets used |
General Data Type: | VARCHAR2 |
WERE_ANCHOR_GILLNETS_USED
Seq. Order: | 95 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were anchor gillnets used |
General Data Type: | VARCHAR2 |
WERE_OTHER_GILLNETS_USED
Seq. Order: | 96 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 1 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Were other gillnets used |
General Data Type: | VARCHAR2 |
NUMBER_OF_GILLNET_SETS
Seq. Order: | 97 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 4 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Number Of gillnet sets |
General Data Type: | VARCHAR2 |
IND_GILLNET_SOAK_TIME
Seq. Order: | 98 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 6 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Total Gillnet Soak Time |
General Data Type: | VARCHAR2 |
OTHER_TARGET_DESC
Seq. Order: | 99 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 50 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Other Target Fishery Description |
General Data Type: | VARCHAR2 |
OTHER_GEAR_DESC
Seq. Order: | 100 |
---|---|
Data Storage Type: | VARCHAR2 |
Max Length: | 50 |
Required: | No |
Primary Key: | No |
Status: | Active |
Description: |
Other Gear Descriptions |
General Data Type: | VARCHAR2 |
Catalog Details
Catalog Item ID: | 6871 |
---|---|
GUID: | gov.noaa.nmfs.inport:6871 |
Metadata Record Created By: | Lee M Weinberger |
Metadata Record Created: | 2007-12-20 08:10+0000 |
Metadata Record Last Modified By: | SysAdmin InPortAdmin |
Metadata Record Last Modified: | 2022-08-09 17:10+0000 |
Metadata Record Published: | 2021-05-07 |
Owner Org: | SEFSC |
Metadata Publication Status: | Published Externally |
Do Not Publish?: | N |
Metadata Last Review Date: | 2021-05-07 |
Metadata Review Frequency: | 1 Year |
Metadata Next Review Date: | 2022-05-07 |