Versions Compared

Key

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

...

  1. ProcessorReportManagementService.reserveLandingReportNumbers and .reserveFishTicketNumbers
  2. ProcessorReportManagementService.submitInitialLandingReport
  3. ProcessorReportManagementService.submitIfqReports (if IFQ reports are included in this landing)
  4. ProcessorReportManagementService.submitFinalLandingReport

However, in practice there are likely to be more steps, and it is necessary to understand how In practice few transactions are this simple, and there is more involved than simply getting the steps in sequence. For example when submitting an update to an existing report it is necessary to distinguish between updates to existing lines on a report versus insertion of new lines, etc.

...