RCDPE8NZ ;ALB/TMK/KML/JCH - Unapplied EFT Deposits report ;Jun 06, 2014@19:11:19
Source file <RCDPE8NZ.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN | ; entry point for Unapplied EFT Deposits Report [RCDPE UNAPPLIED EFT DEP REPORT]
; ^RCY(344.3,0) = EDI LOCKBOX DEPOSIT^344.3I^ |
|
MKRPRT | ; Entry point for queued job
|
|
RPT | ; display/print the report using data populated in temporary global array
|
|
RPTQ | ;
|
|
GETREC(EFTDA,EFTDET,RECEXT) | ; function, prca276
; input - EFTDA - IEN OF 344.31 ; input - EFTDET - data stored at the 0 subscript of the THIRD PARTY EFT DETAIL file (344.31) ; input - RECEXT passed by reference ; output - RECEXT populated with the external receipt value that gets generated on the report ; output - RECEIPT - returns internal value of the receipt that either comes from the EFT file (344.31) or the ERA file (344.4) |
|
HDRBLD | ; create the report header
; returns RCHDR, RCPGNUM, RCSTOP ; RCHDR(0) = header text line count ; RCHDR("XECUTE") = M code for page number ; RCHDR("RUNDATE") = date/time report generated, external format ; RCPGNUM - page counter ; RCSTOP - flag to exit ; INPUT: ; RCDISPTY - Display/print/Excel flag ; RCRTYP - Report Type (EOB or ERA) ; VAUTD |
|
HDRLM | ; create the report header
; returns RCHDR ; RCHDR(0) = header text line count ; INPUT: ; RCSTDT - Date Range |
|
HDRNM() | ||
EXCEL | ; Print report formatted for export to Excel
|
|
RDET(DEF) | ; Prompt for full report or just grand total
; Input: DEF - Value to use a default ; Returns: -1 - User ^ or timed out ; D - User selected DETAIL REPORT ; G - User selected GRAND TOTAL |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|