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

Package: Accounts Receivable

Routine: RCRJRBDT


Information

RCRJRBDT ;WISC/RFJ-bad debt retransmit ;9/2/10 8:47am

Source Information

Source file <RCRJRBDT.m>

Entry Points

Name Comments DBIA/ICR reference
ASKOKAY(DATEMOYR) ; ask if its okay
; 1 is yes, otherwise no
ENDOFREP ; print end of bad debt report footnotes
; called from rcrjrbdr
FOOTNOTE ; report footnotes (from rcrjrbdr)
BDR ; Compile new Bad Debt Report.
; This code will be used to compile the new Bad Debt Report.
; This routine is invokved by routine RCRJRBDR when the Bad
; Debt Report needs to be printed.
SETLINE(DATA) ; build the line for the report

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This option may no longer be used to retransmit the Bad Debt"
  • Line Location: RCRJRBDT+6
Function Call: WRITE
  • Prompt: !,"allowance estimates to FMS."
  • Line Location: RCRJRBDT+7
Function Call: WRITE
  • Prompt: !!,"Please use the option 'Monthly NDB, SV and WR Regenerate' to"
  • Line Location: RCRJRBDT+8
Function Call: WRITE
  • Prompt: !,"recalculate the allowance estimates and transmit them to FMS.",!!
  • Line Location: RCRJRBDT+9
Function Call: WRITE
  • Prompt: !!,"This option will retransmit the Bad Debt documents to FMS (SV23, SV27, SV2B)."
  • Line Location: RCRJRBDT+21
Function Call: WRITE
  • Prompt: !,"The FMS documents will be automatically sent to FMS on the second to last ",!,"workday of this month."
  • Line Location: RCRJRBDT+25
Function Call: WRITE
  • Prompt: !!,"The SV document has been transmitted to fms, document number: "_FMSDOCNO
  • Line Location: RCRJRBDT+35
Function Call: WRITE
  • Prompt: !,"The SV document has been ACCEPTED in FMS and will not be resent."
  • Line Location: RCRJRBDT+37
Function Call: WRITE
  • Prompt: !,"The SV document has NOT been ACCEPTED and will be RETRANSMITTED."
  • Line Location: RCRJRBDT+39
Function Call: WRITE
  • Prompt: !
  • Line Location: ASKOKAY+6
Info |  Source |  Entry Points |  Interaction Calls