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

Package: Accounts Receivable

Routine: RCDPDPL1


Information

RCDPDPL1 ;WISC/RFJ-deposit profile listmanager options ;1 Jun 99

Source Information

Source file <RCDPDPL1.m>

Entry Points

Name Comments DBIA/ICR reference
EDITDEP ; option: edit the deposit
CONFIRM ; option: confirm deposit
CHEKBANK(RCDEPTDA) ; check the bank data for a deposit
; return error of 1 if data is missing
ADDREC ; add a new receipt
DICW ; Write identifiers for ERA lookup
; Assumes Y = ien of entry file 344.4
RECEIPTS ; option: receipt profile/processing
CUSTOMIZ ; option: customize display
ASKFMS() ; ask if its okay to show fms cr documents
; 1 is yes, otherwise no
ASKCONFI() ; ask if its okay to confirm the deposit
; 1 is yes, otherwise no

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: EDITDEP+6
Function Call: WRITE
  • Prompt: !!,"This option will confirm a deposit. Once a deposit is confirmed, receipts"
  • Line Location: CONFIRM+4
Function Call: WRITE
  • Prompt: !,"can no longer be added or changed on the deposit. Before a deposit can be"
  • Line Location: CONFIRM+5
Function Call: WRITE
  • Prompt: !,"confirmed all receipts must be processed and the cash receipt code sheets"
  • Line Location: CONFIRM+6
Function Call: WRITE
  • Prompt: !,"accepted by FMS."
  • Line Location: CONFIRM+7
Function Call: WRITE
  • Prompt: !
  • Line Location: CONFIRM+16
Function Call: WRITE
  • Prompt: !,VALMSG,!,"Use the Edit Deposit option to enter missing bank data."
  • Line Location: CONFIRM+20
Function Call: WRITE
  • Prompt: !!,"Press RETURN to continue: "
  • Line Location: CONFIRM+21
Function Call: WRITE
  • Prompt: " Done."
  • Line Location: CONFIRM+26
Function Call: WRITE
  • Prompt: !!,"Checking receipts on deposit ..."
  • Line Location: CONFIRM+29
Function Call: WRITE
  • Prompt: !?5,$P(DATA,"^"),?15,STATUS,?30,$P(FMSDOC,"^"),?45,$P(FMSDOC,"^",2)
  • Line Location: CONFIRM+42
Function Call: WRITE
  • Prompt: !!,"Cannot confirm deposit until all receipts are closed and the cash"
  • Line Location: CONFIRM+45
Function Call: WRITE
  • Prompt: !,"receipt documents have been accepted in FMS."
  • Line Location: CONFIRM+46
Function Call: WRITE
  • Prompt: !!,"Press RETURN to continue: "
  • Line Location: CONFIRM+47
Function Call: WRITE
  • Prompt: !!,"All receipts are closed and accepted."
  • Line Location: CONFIRM+50
Function Call: WRITE
  • Prompt: !!,"Checking the deposit bank data ..."
  • Line Location: CHEKBANK+3
Function Call: WRITE
  • Prompt: !?5,"BANK is missing."
  • Line Location: CHEKBANK+5
Function Call: WRITE
  • Prompt: !?5,"BANK TRACE NUMBER is missing."
  • Line Location: CHEKBANK+6
Function Call: WRITE
  • Prompt: !?5,"AGENCY LOCATION CODE is missing."
  • Line Location: CHEKBANK+7
Function Call: WRITE
  • Prompt: !?5,"AGENCY TITLE is missing."
  • Line Location: CHEKBANK+8
Function Call: WRITE
  • Prompt: !
  • Line Location: ADDREC+5
Function Call: WRITE
  • Prompt: ?9,"From: ",$E($P(RC0,U,6),1,20)," Trace: ",$E($P(RC0,U,2),1,10)," Amt: ",$J(+$P(RC0,U,5),"",2)_" on ",$$FMTE^XLFDT($P(RC0,U,4),2)
  • Line Location: DICW+4
Function Call: WRITE
  • Prompt: !!,"This option will allow the user to customize the screen and options"
  • Line Location: CUSTOMIZ+4
Function Call: WRITE
  • Prompt: !,"used for deposit processing."
  • Line Location: CUSTOMIZ+5
Function Call: WRITE
  • Prompt: !
  • Line Location: ASKFMS+5
Info |  Source |  Entry Points |  Interaction Calls