PROCESS SPECIFICATION

Number: 4.1
Name: Edit Work Completed
Short Description: Ensure that the Work Completed Data contains valid data.
Input Data Flow Work Completed Data
Output Data Flow Valid Work Completed
Errors
Type of Process: Online
Process Logic:
    RECEIVE Work Completed Screen
    Validate Work Completed fields
    READ Assignment Record using Resource Number and Task Number
    IF Not Found
      THEN MOVE appropriate error message TO Error Line
    ELSE READ Resource Record using Resource Number
      IF Not Found
        THEN MOVE appropriate error message TO Error Line
      END IF
      READ Task Record using Task Number
      IF Not Found
        THEN MOVE appropriate error message TO Error Line
      END IF
    END IF
Refer to: None
Unresolved Issues: There is a problem with the data flow diagram. It seems that some of the necessary data stores are not input into the process.