Search Help Show/Hide Menu
Summary
Item Identification
Physical Location
Entity Info
Data Attributes
Catalog Details

Summary

Abstract

Processing table to load data received from date entry company and begin its processing

Description

Processing table to load data received from date entry company and begin its processing

Entity Information

Entity Type
Data Table

Data Attribute / Type Description
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.
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.
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.
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.
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.
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.
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)
VESSEL_PHONE
VARCHAR2
Phone Number to Call Vessel
LANDING_DATE
VARCHAR2
Unload or landing date reported on the logbook report.Validation:The data must be a valid date.
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.
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.)
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.)
RECEIVED_DATE
VARCHAR2
Date Form Was Recieved By NMFS
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.
CREW_SIZE
VARCHAR2
Crew size reported on the form.Validation:The information must be numeric and up to 2 digits long.
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.
DEALER_CODE_OLD
VARCHAR2
A dealer code in the old coding dealer coding system. This is used for reference by FSB personnel.
DEALER_NAME
VARCHAR2
Dealer name
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.
COUNTY_LANDED_NAME
VARCHAR2
The County Name Associated With The County Landed (Code)
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.
STATE_LANDED_NAME
VARCHAR2
The State Name Associated With The State Landed (Code)
NOT_USED
VARCHAR2
Filler
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.
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.
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.
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
NUMBER_OF_TRAPS_FISHED
VARCHAR2
Number of traps fished.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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
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.
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.
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.
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
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
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.
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
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
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.
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.
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
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.
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.
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
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
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...)
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.
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.
VES_RECORD_EDITED
VARCHAR2
Was there an edit to the associated vessel record
VES_INTEG
VARCHAR2
Vessel integrated
GEAR_RECORD_EDITED
VARCHAR2
Was there an edit to the associated Gear Record
GEAR_INTEG
VARCHAR2
Gear integrated
TARGET
VARCHAR2
Target
FISHERY
VARCHAR2
Target Fishery
NOFISH
VARCHAR2
Is This a no fishing record
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)
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.
RETURN_STATUS
VARCHAR2
Has form been returned to fisher due to missing/inconsistant information
TRIP_TICKET
VARCHAR2
Trip Ticket Number
WERE_ELECTRICREELS_USED
VARCHAR2
Were Electricreels Used?
NUMBER_OF_ELECTRICLINES
VARCHAR2
Number Of Electriclines
NBR_OF_HOOKS_PER_ELECTRICLINE
VARCHAR2
Number Of Hooks Per Electriclines
ELECTRICLINE_TIME_FISHED
VARCHAR2
Electricline Time Fished
FORMTYPE
VARCHAR2
Control Column to indicate version of form used for data entry
OPERATOR_NAME
VARCHAR2
Data Entry Operator Name (Control column)
OPERATOR_NUMBER
VARCHAR2
Data Entry Operator Number (Control Column)
WERE_FISH_TRAPS_USED
VARCHAR2
Were Fish Traps Used
WERE_OTHER_TRAPS_USED
VARCHAR2
Were Other Traps Used
IND_TRAP_SOAK_TIME
VARCHAR2
Total trap soaktime
WERE_BOTTOM_LONGLINES_USED
VARCHAR2
Were bottom longlines used
WERE_PELAGIC_LONGLINES_USED
VARCHAR2
Were pelagic Longlines Used
WERE_OTHER_LONGLINES_USED
VARCHAR2
Were Other Longlines Used
IND_LONGLINE_TIME_FISHED
VARCHAR2
Total Longline Time Fished
WERE_STRIKE_GILLNETS_USED
VARCHAR2
Were strike gillnets used
WERE_DRIFT_GILLNETS_USED
VARCHAR2
Were drift gillnets used
WERE_ANCHOR_GILLNETS_USED
VARCHAR2
Were anchor gillnets used
WERE_OTHER_GILLNETS_USED
VARCHAR2
Were other gillnets used
NUMBER_OF_GILLNET_SETS
VARCHAR2
Number Of gillnet sets
IND_GILLNET_SOAK_TIME
VARCHAR2
Total Gillnet Soak Time
OTHER_TARGET_DESC
VARCHAR2
Other Target Fishery Description
OTHER_GEAR_DESC
VARCHAR2
Other Gear Descriptions

Child Items

No Child Items for this record.

Contact Information

No contact information is available for this record.

Please contact the owner organization (SEFSC) for inquiries on this record.

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

Rubric Score Primary Key? 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

CC ID: 24956
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

CC ID: 24957
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

CC ID: 24958
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

CC ID: 24959
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

CC ID: 24960
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

CC ID: 24961
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

CC ID: 24962
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

CC ID: 24963
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

CC ID: 24964
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

CC ID: 24965
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

CC ID: 24966
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

CC ID: 24967
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

CC ID: 24968
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

CC ID: 24969
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

CC ID: 24970
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

CC ID: 24971
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

CC ID: 24972
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

CC ID: 24973
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

CC ID: 24974
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

CC ID: 24975
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

CC ID: 24976
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

CC ID: 24977
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

CC ID: 24978
Seq. Order: 23
Data Storage Type: VARCHAR2
Max Length: 2
Required: No
Primary Key: No
Status: Active
Description:

Filler

General Data Type: VARCHAR2

AREA1

CC ID: 24979
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

CC ID: 24980
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

CC ID: 24981
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

CC ID: 24982
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

CC ID: 24983
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

CC ID: 24984
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

CC ID: 24985
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

CC ID: 24986
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

CC ID: 24987
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

CC ID: 24988
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

CC ID: 24989
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

CC ID: 24990
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

CC ID: 24991
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

CC ID: 24992
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

CC ID: 24993
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

CC ID: 24994
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

CC ID: 24995
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

CC ID: 24996
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

CC ID: 24997
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

CC ID: 24998
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

CC ID: 24999
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

CC ID: 25000
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

CC ID: 25001
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

CC ID: 25002
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

CC ID: 25003
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

CC ID: 25004
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

CC ID: 25005
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

CC ID: 25006
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

CC ID: 25007
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

CC ID: 25008
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

CC ID: 25009
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

CC ID: 25010
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

CC ID: 24911
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

CC ID: 24912
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

CC ID: 24913
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

CC ID: 24914
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

CC ID: 24915
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

CC ID: 24916
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

CC ID: 24917
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

CC ID: 24918
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

CC ID: 24919
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

CC ID: 24920
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

CC ID: 24921
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

CC ID: 24922
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

CC ID: 24923
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

CC ID: 24924
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

CC ID: 24925
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

CC ID: 24926
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

CC ID: 24927
Seq. Order: 72
Data Storage Type: VARCHAR2
Max Length: 1
Required: No
Primary Key: No
Status: Active
Description:

Target

General Data Type: VARCHAR2

FISHERY

CC ID: 24928
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

CC ID: 24929
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

CC ID: 24930
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

CC ID: 24931
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

CC ID: 24932
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

CC ID: 24933
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

CC ID: 24934
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

CC ID: 24935
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

CC ID: 24936
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

CC ID: 24937
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

CC ID: 24938
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

CC ID: 24939
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

CC ID: 24940
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

CC ID: 24941
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

CC ID: 24942
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

CC ID: 24943
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

CC ID: 24944
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

CC ID: 24945
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

CC ID: 24946
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

CC ID: 24947
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

CC ID: 24948
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

CC ID: 24949
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

CC ID: 24950
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

CC ID: 24951
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

CC ID: 24952
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

CC ID: 24953
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

CC ID: 24954
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

CC ID: 24955
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