Print Page as PDF
DBIA3374 ICR (3374)

DBIA3374    ICR (3374)

Name Value
NUMBER 3374
IA # 3374
DATE CREATED 2001/05/10
CUSTODIAL PACKAGE ACCOUNTS RECEIVABLE
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE RCBEIB
NAME DBIA3374
GENERAL DESCRIPTION

Integrated Billing has permission to make the following call to AR to
determine if AR has cancelled a specific receivable associated with a
bill. The IB option [IB CANCEL BILL] allows a clerk to cancel a bill
which then invokes the call $$CANCEL^RCBEIB.

STATUS Active
DURATION Till Otherwise Agreed
ID RCBEIB
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
['$$CANCEL(PRCASV(ARREC),PRCASV(DATE),PRCASV(BY),PRCASV(AMT', '),PRCASV(COMMENT),PRCASV(CRD))']
This function returns information on a specific
receivable associated with a bill.

Please note this package limits the input of variables using string subscripts
i.e. the variable PRCASV("ARREC") cannot be entered because it contains "".
Also this package limits the display variables to 10 characters then
truncates. The correct call from IB to AR is S
X=$$CANCEL^RCBEIB($G(PRCASV("ARREC")),$G(PRCASV("DATE")),
$G(PRCASV("BY")),$G(PRCASV("AMT")),$G(PRCASV("COMMENT")),$G(PRCASV("ARCRD"))).

VARIABLES TYPE VARIABLES DESCRIPTION
ARREC Input
Ien of the BILL/receivable <DINUM> in ACCOUNTS
RECEIVABLE file (#430) that needs to be cancelled.
DATE Input
This is the date the bill was cancelled. This
parameter is optional.
BY Input
This is the DUZ of the person cancelling the bill.
This parameter is optional.
AMT Input
This is the "$" amount of the bill being cancelled.
This parameter is optional.
COMMENT Input
This is the reason the clerk cancelled the bill. This
parameter is optional.
X Output
The value returned by this function is a string that
contains two fields seperated by "^" (up-arrow) and addresses the following 2
scenarios:

Receivable has been Cancelled returns a 1 in the first piece and the second
piece is null. < i.e. >  1

Receivable has not been Cancelled returns a 0 in the first piece and if
available returns the reason why in second piece.  <i.e.> "0^reason why goes
here"




CRD Input
This is the IB Correction flag.  It is used to notify
AR and FMS that the user is in the Correct Rejected/Denied Claim Option.
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE ISC SUBSCRIBING DETAILS
INTEGRATED BILLING Albany


DATE ACTIVATED 2011/03/21