Difference between revisions of "Information Systems:CXBILL"

From uniWIKI
Jump to navigation Jump to search
(Created page with " →‎EXTRACT CONTRACT LEVEL BILLING: CALL...")
 
Line 9: Line 9:
 
==CXBILL01==
 
==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.
+
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==
 
==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.
+
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.

Revision as of 15:39, 9 February 2016

/*  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.