Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: OREORV

Package: Order Entry Results Reporting

Routine: OREORV


Information

OREORV ; SLC/GDU - Orderable Items File Record Validation [10/15/04 09:16]

Source Information

Source file <OREORV.m>

Entry Points

Name Comments DBIA/ICR reference
MAIN ;Main entry point for this program
EXIT ;Exit point for this program
EN ;Process the File 101.43
SH ;;Orderable Items File Record Validation
DL1 ;;Brief Description:
DL2 ;;This program scans the Orderable Items file, file # 101.43.
DL3 ;;It take the value stored in the ID field and performs a set of tests.
DL4 ;;
DL5 ;; 1. It determines if the ID field is null.
DL6 ;; 2. It determines if it has a source record IEN
DL7 ;; 3. It determines if it has a source record package code
DL8 ;; 4. It determines if the package code is formatted properly
DL9 ;; 5. It determines if the package code is in the current spec*
DL10 ;; If package code is not in current spec*, it is included in the
DL11 ;; report for manual confirmation. It is not modified by this
DL12 ;; utility.
DL13 ;; 6. It Validates records by matching to a source file record
DL14 ;; If no match found and record is active it is flagged inactive.
DL15 ;; 7. It creates a report detailing its findings.
DL16 ;;
DL17 ;;* The source files the orderable item record is tested against are
DL18 ;;defined in the OE/RR Version 3 Package Interface Specification July
DL19 ;;2001
PMT1 ;;Do you wish to run this program? Enter Yes or No
PL1 ;;Select where you want the report to print to.
PL2 ;;
PL3 ;;Just hit enter to send the report to the screen.
PL4 ;;Enter the name of the printer.
PL5 ;;Queue the program to run at a later time.
PL6 ;;Enter "^" to quit

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: $P($T(SH),";",3),!
  • Line Location: MAIN+19
Function Call: WRITE
  • Prompt: !,$P($T(@DL),";",3)
  • Line Location: MAIN+20
Function Call: WRITE
  • Prompt: !
  • Line Location: MAIN+22
Function Call: WRITE
  • Prompt: $P($T(SH),";",3),!
  • Line Location: MAIN+27
Function Call: WRITE
  • Prompt: !,$P($T(@PL),";",3)
  • Line Location: MAIN+28
Function Call: WRITE
  • Prompt: !
  • Line Location: MAIN+29
Function Call: WRITE
  • Prompt: !?32,"REQUEST QUEUED"
  • Line Location: MAIN+37
Info |  Source |  Entry Points |  Interaction Calls