Print Page as PDF
DBIA3348 ICR (3348)

DBIA3348    ICR (3348)

Name Value
NUMBER 3348
IA # 3348
DATE CREATED 2001/03/28
CUSTODIAL PACKAGE ACCOUNTS RECEIVABLE
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE RCRJRCOT
NAME DBIA3348
GENERAL DESCRIPTION
Integrated Billing has permission to make the following
calls to AR in order to get information about Transactions (File #433):
STATUS Active
DURATION Till Otherwise Agreed
ID RCRJRCOT
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$VALID(TRANDA)
This function is used to check if a specific
transaction is valid or not. It will return 1 if the transaction is valid and
0 otherwise.

IB uses this function in the AR Productivity Report. It passes a pointer to
the AR TRANSACTION file (#433) to the function and the function returns if the
transaction is valid or not. If the transaction is not valid it is not printed
on the report.

VARIABLES TYPE VARIABLES DESCRIPTION
TRANDA Input
Pointer to the AR TRANSACTION file (#433).
$$VALID Output
There are two possible values returned by this
function:

0 - TRANDA is NOT a valid transaction

1 - TRANDA is a valid transaction

SUBSCRIBING PACKAGE INTEGRATED BILLING