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: RMPOPST2

Package: Prosthetics

Routine: RMPOPST2


Information

RMPOPST2 ;EDS/JAM - HOME OXYGEN BILLING TRANSACTIONS/POSTING - SIGN OFF ;7/24/98

Source Information

Source file <RMPOPST2.m>

Entry Points

Name Comments DBIA/ICR reference
MAIN ; Proper entry point
TEST ;set test data
SIGNOF ;Sign off/close a FCP/purchase order
UNLK
ABORT ;Write abort message
PTYP ;Select Payment Type; 1358 or purchase card
FCP ;Select Fund Control Point/Purchase Order to Sign Off
FCPUPD ;Close FCP record in ^RMPO(665.72 file. Update global with date closed
PCSO ;Obligate/Sign off PC order
FILCHK ;Check records to enure all posting done before obligating for a FCP
EXIT ;Kill variables

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Record in Use. Try Later...."
  • Line Location: SIGNOF+13
Function Call: WRITE
  • Prompt: !!,"Process Aborted..."
  • Line Location: ABORT+1
Function Call: WRITE
  • Prompt: " Nothing Found..."
  • Line Location: FCP+11
Function Call: WRITE
  • Prompt: !!,"Purchase Card Order "_REFNO
  • Line Location: PCSO+6
Function Call: WRITE
  • Prompt: " Not Obligated for "_FCP
  • Line Location: PCSO+7
Function Call: WRITE
  • Prompt: !!,"Verifying all items posted for FCP. Please be patient."
  • Line Location: FILCHK+3
Function Call: WRITE
  • Prompt: "."
  • Line Location: FILCHK+11
Info |  Source |  Entry Points |  Interaction Calls