<?xml version="1.0" encoding="UTF-8"?>
<inport-metadata xmlns:xs="http://www.w3.org/2001/XMLSchema"
                 version="1.11"
                 source="https://www.fisheries.noaa.gov">
   <item-identification>
      <catalog-item-id>9678</catalog-item-id>
      <title>Table: ATL_HAUL_HOOK_COUNT_H</title>
      <short-name>ATL_HAUL_HOOK_COUNT_H</short-name>
      <catalog-item-type>Entity</catalog-item-type>
      <metadata-workflow-state ccs-id="9">Published / External</metadata-workflow-state>
      <parent-catalog-item-id>7284</parent-catalog-item-id>
      <parent-title>AFSC/FMA/North Pacific Groundfish and Halibut Observer Program, Post 2008 Fishery Statistics.</parent-title>
      <parent-catalog-item-type>Data Set</parent-catalog-item-type>
      <status>Completed</status>
      <abstract>This entity represents the observer matching of hauls by haul number to hook count sets by set number.  That value is used to compute and populate the haul total hooks, and sample sample hooks-pots.  Both total hooks and sample hooks may be overwritten by the observer, however as a general rule will be computed by the average hooks per segment computed for a hook count set * number of segments in the haul or number of segments sampled in the sample.</abstract>
      <purpose>Histories of all changes to data are maintained by trigger code on the parent table; allowing change control by user and datetime for all updates and delete events..  These modules both on the Atlas Client and NORPAC go live Jan 2010.</purpose>
      <notes>Loaded by batch 2390, 06-30-2009 16:11</notes>
   </item-identification>
   <entity-information>
      <entity-type>Data Table</entity-type>
      <active-version>Yes</active-version>
      <schema>NORPAC</schema>
      <description>This entity represents the observer matching of hauls by haul number to hook count sets by set number.  That value is used to compute and populate the haul total hooks, and sample sample hooks-pots.  Both total hooks and sample hooks may be overwritten by the observer, however as a general rule will be computed by the average hooks per segment computed for a hook count set * number of segments in the haul or number of segments sampled in the sample.</description>
   </entity-information>
   <data-attributes>
      <data-attribute cc-id="38463">
         <seq-order>1</seq-order>
         <name>SEQ_NUMBER</name>
         <data-storage-type>NUMBER</data-storage-type>
         <max-length>22</max-length>
         <required>Yes</required>
         <primary-key>Yes</primary-key>
         <precision>9</precision>
         <scale>0</scale>
         <status>Active</status>
         <description>Sequence generated unique identifier for a history table.  Every history table has a unique sequence assigned to it all start with 1, icrement by 1 and do not cycle.</description>
         <general-data-type>NUMBER</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38458">
         <seq-order>2</seq-order>
         <name>CRUISE</name>
         <data-storage-type>NUMBER</data-storage-type>
         <max-length>22</max-length>
         <required>Yes</required>
         <primary-key>No</primary-key>
         <precision>9</precision>
         <scale>0</scale>
         <status>Active</status>
         <description>Sequence generated by Norpac and supplied to the observer as an unique identifier for an observer cruise record.</description>
         <general-data-type>NUMBER</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38462">
         <seq-order>3</seq-order>
         <name>PERMIT</name>
         <data-storage-type>VARCHAR2</data-storage-type>
         <max-length>6</max-length>
         <required>Yes</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Unique Code identifying a vessel or Processor - inherited from the NORPAC data set and created by the RAM division in Juneau</description>
         <general-data-type>VARCHAR2</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38456">
         <seq-order>4</seq-order>
         <name>CHANGED_BY</name>
         <data-storage-type>VARCHAR2</data-storage-type>
         <max-length>30</max-length>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Oracle user who made a change to the transaction table record.</description>
         <general-data-type>VARCHAR2</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38459">
         <seq-order>5</seq-order>
         <name>DATE_CHANGED</name>
         <data-storage-type>DATE</data-storage-type>
         <max-length>7</max-length>
         <required>No</required>
         <primary-key>No</primary-key>
         <status>Active</status>
         <description>Timestamp of change to transaction record.</description>
         <general-data-type>DATE</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38461">
         <seq-order>6</seq-order>
         <name>HAUL_SEQ</name>
         <data-storage-type>NUMBER</data-storage-type>
         <max-length>22</max-length>
         <required>Yes</required>
         <primary-key>No</primary-key>
         <precision>9</precision>
         <scale>0</scale>
         <status>Active</status>
         <description>Sequence generated unique identifier for a haul record</description>
         <general-data-type>NUMBER</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38464">
         <seq-order>7</seq-order>
         <name>SET_SEQ</name>
         <data-storage-type>NUMBER</data-storage-type>
         <max-length>22</max-length>
         <required>Yes</required>
         <primary-key>No</primary-key>
         <precision>9</precision>
         <scale>0</scale>
         <status>Active</status>
         <description>Sequence generated unique identifier of a  hook spacing set.</description>
         <general-data-type>NUMBER</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38460">
         <seq-order>8</seq-order>
         <name>HAUL_NUMBER</name>
         <data-storage-type>NUMBER</data-storage-type>
         <max-length>22</max-length>
         <required>Yes</required>
         <primary-key>No</primary-key>
         <precision>38</precision>
         <status>Active</status>
         <description>Unique haul for an observer vessel cruise, defaulted to an incremented sequence by the GUI.  May be entered and defined by the observer.</description>
         <general-data-type>NUMBER</general-data-type>
      </data-attribute>
      <data-attribute cc-id="38457">
         <seq-order>9</seq-order>
         <name>COLLECTION_NUMBER</name>
         <data-storage-type>NUMBER</data-storage-type>
         <max-length>22</max-length>
         <required>Yes</required>
         <primary-key>No</primary-key>
         <precision>3</precision>
         <scale>0</scale>
         <status>Active</status>
         <description>User Defined Hook Count Sent number unique for a cruise permit.</description>
         <general-data-type>NUMBER</general-data-type>
      </data-attribute>
   </data-attributes>
   <catalog-details>
      <guid>gov.noaa.nmfs.inport:9678</guid>
      <metadata-record-created-by pers-id="1162">Doug Turnbull</metadata-record-created-by>
      <metadata-record-created>2009-06-30T16:11:27</metadata-record-created>
      <metadata-record-last-modified-by pers-id="0">SysAdmin InPortAdmin</metadata-record-last-modified-by>
      <metadata-record-last-modified>2022-08-09T17:11:02</metadata-record-last-modified>
      <record-published>2018-09-26</record-published>
      <owner-organization>Alaska Fisheries Science Center</owner-organization>
      <owner-organization-acronym>AFSC</owner-organization-acronym>
      <owner-organization-address>7600 Sand Point Way N.E., Building 4</owner-organization-address>
      <owner-organization-address-city>Seattle</owner-organization-address-city>
      <owner-organization-address-state>WA</owner-organization-address-state>
      <owner-organization-address-zip>98115</owner-organization-address-zip>
      <owner-organization-address-country>USA</owner-organization-address-country>
      <owner-organization-phone/>
      <owner-organization-url>https://www.afsc.noaa.gov</owner-organization-url>
      <owner-organization-business-hours>0700-1700 Pacific Time</owner-organization-business-hours>
      <owner-organization-group-id>1001</owner-organization-group-id>
      <publication-status>Public</publication-status>
      <is-do-not-publish>No</is-do-not-publish>
      <metadata-last-review-date>2018-09-26</metadata-last-review-date>
      <metadata-review-frequency>1 Year</metadata-review-frequency>
      <metadata-next-review-date>2019-09-26</metadata-next-review-date>
   </catalog-details>
</inport-metadata>
