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

Package: Accounts Receivable

Routine: RCCPW


Information

RCCPW ;WASH-ISC@ALTOONA,PA/TJK-CO-PAY WAIVER ;11/23/94 9:52 AM

Source Information

Source file <RCCPW.m>

Entry Points

Name Comments DBIA/ICR reference
V ;;4.5;Accounts Receivable;;Mar 20, 1995
ENTERDT
READ
DISPLAY ;Display user input-allows editing of data
LOAD ;CALLS TASKMAN TO DO BACKGROUND JOB
ENTER(LNNO) ;Data entry done here--needs Line number
CHECK ;
TEXT(I) ;Computes Line Text

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,*7,"This data can only be entered between the 1st and the 7th of the month."
  • Line Location: ENTERDT+0
Function Call: WRITE
  • Prompt: !,*7,"You must enter month and year"
  • Line Location: ENTERDT+9
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: DISPLAY+1
Function Call: WRITE
  • Prompt: !,*7,"Report Queued"
  • Line Location: LOAD+4
Function Call: WRITE
  • Prompt: !!,"Data Entry for Line ",LNNO,!,$S(I#2:"SC",1:"NSC")," ",$$TEXT(LNNO)
  • Line Location: ENTER+1
Function Call: WRITE
  • Prompt: !,*7,"No Forward Jumping Allowed"
  • Line Location: CHECK+2
Info |  Source |  Entry Points |  Interaction Calls