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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: RCDPBTLM

Package: Accounts Receivable

Routine: RCDPBTLM


Information

RCDPBTLM ;WISC/RFJ - bill transactions List Manager top routine ;1 Jun 99

Source Information

Source file <RCDPBTLM.m>

Entry Points

Name Comments DBIA/ICR reference
INIT ; initialization for list manager list
; requires rcbillda
; PRCA*3.5*315 - Replaced "^" with VA Standard Variable U throughout
HDR ; header code for list manager display
; requires rcbillda
EXIT ; exit list manager option and clean up
SELBILL() ; select a bill
; returns -1 for timeout or ^, 0 for no selection, or ien of bill
GETTRANS(BILLDA) ; original amount goes first for bill
; returns list of transactions in
; rclist(date,tranda)=trantype ^ principle ^ interest ^ admin
; returns principle balance ^ interest balance ^ admin balance
; ^ marshall fee balance ^ court cost balance
TRANVALU(TRANDA) ; return the transaction value as displayed (with + or - sign)
SELECME() ;
; function takes the user input of the ECME # to return a valid ien of file 430
; if an invalid ECME is evaluated then the process keeps asking the user for ECME #
; until a valid ECME# is entered or until the user enters a U or null value
; output - returns the IEN of the record entry in the ACCOUNT RECEIVABLE file (#430) or "??"
RET

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!
  • Line Location: RCDPBTLM+11
Function Call: WRITE
  • Prompt: !!,"??"
  • Line Location: RET+3
Function Call: WRITE
  • Prompt: !!,$P($G(^PRCA(430,+RCBILL,0)),U)," "
  • Line Location: RET+4

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^VA(200 - [#200] GET1^DIQ
^PRCA(430 - [#430] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call