Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Data Type

Since Schema Version

Oracle Database Data Definition

Values

text

1.0

CHAR(1)

Valid Types of landing reports are:
C - Crab
G - Groundfish
B - Salmon

The type of landing report element includes a name attribute, with the text value of the report type.

Data Type

Since Schema Version

Oracle Database Data Definition

Values

text

1.0

VARCHAR2(50)

The names of landing report types are as above.

Status

The status element contains the submission status of the landing report.

Data Type

Since Schema Version

Oracle Database Data Definition

Values

integer

1.0

NUMBER(10,0)

Status values and meanings are:
0 - Not submitted
4 - Initial Report Submitted
8 - Final Report Submitted
16 - Report Voided

The status element includes a name desc attribute, with the text value of the status code.

...