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
Print Page as PDF
Routine: RCDPEAR3

Package: Accounts Receivable

Routine: RCDPEAR3


Information

RCDPEAR3 ;AITC/CJE - ERA Unmatched Aging Report ;

Source Information

Source file <RCDPEAR3.m>

Entry Points

Name Comments DBIA/ICR reference
SELPAY(RCRESPYR,RCJOB,RCPAY) ;localize the payer filters for header display
; Input:
; RCRESPYR (pass-by-val/required) - payer filter response indicator (2=ALL, 3=SPECIFIC)
; RCJOB - job number to access the populated temporary global array in case report was tasked to run
; Output:
; RCPAY (pass-by-ref/required) - local array of payers e.g. RCPAY="ALL", RCPAY(1)="Aetna",
; or RCPAY="start payer = end payer"
RLOAD(FILE) ; PRCA*4.5*284 - Load Payer temp global AFTER queued job starts
; Load Selected payers from local array end exit
; Input: FILE to load payers from (344.31 passed from RCDPEAR2)
; Output: ^TMP("RCPAYER") and ^TMP("RCSELPAY") arrays
Info |  Source |  Entry Points