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

Package: Accounts Receivable

Routine: RCDPEWLB


Information

RCDPEWLB ;ALB/TMK - EEOB WORKLIST BATCH PROCESSING ;Jun 06, 2014@19:11:19

Source Information

Source file <RCDPEWLB.m>

Entry Points

Name Comments DBIA/ICR reference
SETBATCH(RCERA) ; Set up batches for a worklist entry RCERA
; Returns ^TMP($J,"BATCHES",batch criteria code,start param data)=
; batch #^end param data
; Ask to split the ERA
; prca*4.5*298 per requirements, keep code for creating/maintaining batches but remove from execution
NEWBAT(RCERA,RCSEL,RCDAT,RCVAL,RCBAT,RCNAMES) ; Add a new batch at the top level entry
; RCERA = the ien of the entry in file 344.49
; RCSEL = the # of the selection criteria selected
; RCDAT = the default 'name' of the batch based on the criteria used
; RCVAL = the start value^the end value
; RCBAT = if passed by reference, returned as the next batch #
; RCNAMES = 1 if user wants to name each batch, 0 to accept default
GETBATCH(RCZ0) ; Returns the batch # to be assigned to the data in RCZ0
; RCZ0 = 0-node of the entry in file 344.41 to be assigned to a batch
EDIT(RCERA,RCB,ABORT) ; Edit name and posting status of an existing batch
; RCERA = the ien of the worklist entry
; RCB = the ien of the current batch
; RCABORT = if passed by reference, returned as 1 if user aborts
MARKALL(RCERA) ; Mark all batches as ready to post
; prca*4.5*298 per requirements, keep code related to creating/maintaining batches but remove from execution
EDITALL(RCERA) ; Edit all batches
; prca*4.5*298 per requirements, keep code related to creating/maintaining batches but remove from execution
REBATCH(RCERA) ; Allow to recreate batches
; prca*4.5*298 per requirements, keep code related to creating/maintaining batches but remove from execution
REBQ
CTEEOB(RCERA) ; Returns the approx # of EEOBs in ERA ien RCERA (file 344.4)

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: SETBATCH+10
Function Call: WRITE
  • Prompt: !!
  • Line Location: SETBATCH+17
Function Call: WRITE
  • Prompt: !
  • Line Location: SETBATCH+20
Function Call: WRITE
  • Prompt: !
  • Line Location: SETBATCH+24
Function Call: WRITE
  • Prompt: !!,"START FROM LAST NAME BEGINNING WITH: ",RCNMF
  • Line Location: SETBATCH+33
Function Call: WRITE
  • Prompt: !
  • Line Location: SETBATCH+49
Function Call: WRITE
  • Prompt: !!,"**BATCH #: "_RCBAT
  • Line Location: NEWBAT+13
Function Call: WRITE
  • Prompt: !
  • Line Location: NEWBAT+16
Function Call: WRITE
  • Prompt: !
  • Line Location: MARKALL+8
Function Call: WRITE
  • Prompt: !!,RCT," BATCHES CHANGED TO READY TO POST",!,"ALL BATCHES ARE NOW READY TO POST"
  • Line Location: MARKALL+12
Function Call: WRITE
  • Prompt: !
  • Line Location: MARKALL+13
Function Call: WRITE
  • Prompt: !
  • Line Location: EDITALL+6
Function Call: WRITE
  • Prompt: !!,"BATCH #: "_+$G(^(Z,0))
  • Line Location: EDITALL+8
Function Call: WRITE
  • Prompt: !!," ***** THIS ERA CURRENTLY HAS NO BATCHES DEFINED *****"
  • Line Location: REBATCH+7
Function Call: WRITE
  • Prompt: !
  • Line Location: REBATCH+11
Info |  Source |  Entry Points |  Interaction Calls