BULL(IBIFN,IBORIG,IBPYMT) |
If a secondary payer exists a bulletin is generated
to the IB CAT C mail group.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IBIFN |
Input |
This is the bill's internal number from ACCOUNTS
RECEIVABLE file (#430)
|
IBORIG |
Input |
This variable is the original amount of bill.
|
IBPYMT |
Input |
This variable is the total paid on bill.
|
|
$$EOB(IBIFN,IBORIG,IBPYMT) |
This function is needed to determine if the
receivable has another payer.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IBIFN |
Input |
IFN from ACCOUNTS RECEIVABLE file (#430).
|
IBORIG |
Input |
Original amount of receivable.
|
IBPYMT |
Input |
Total paid on receivable.
|
OUT |
Output |
1^free text name of other payer or 0 for no other
payer
|
|