Information Systems:CXBILL

From uniWIKI
Revision as of 15:10, 9 February 2016 by Sheilav (talk | contribs) (Created page with " →‎EXTRACT CONTRACT LEVEL BILLING: CALL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 first 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 first 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.