Information Systems:CXBILL

From uniWIKI
Revision as of 15:39, 9 February 2016 by Sheilav (talk | contribs)
Jump to navigation Jump to search
/*  EXTRACT CONTRACT LEVEL BILLING                                      */
                                                                          
             CALL       PGM(CXBILL01)                                     
                                                                          
/*  EXTRACT DETAIL LEVEL BILLING                                        */
                                                                          
             CALL       PGM(CXBILL02)                                     

CXBILL01

This looks for COOP fees; which are at the contract level. It looks at 'Timing' to see if billing should be done now. If so, the amount of the bill is calculated using the billing basis. Work file CXBITMP is written.

CXBILL02

This looks for VEDI (vendor debits); which are at the item level. It looks at 'Timing' to see if billing should be done now. If so, the amount of the bill is calculated, also using 'timing'. Work file CXBITMP is written.