DBA Data[Home] [Help]

APPS.AR_GET_CUSTOMER_BALANCE_PKG dependencies on AR_GET_CUSTOMER_BALANCE_PKG

Line 1: package body AR_GET_CUSTOMER_BALANCE_PKG as

1: package body AR_GET_CUSTOMER_BALANCE_PKG as
2: /* $Header: arxcoblb.pls 120.12 2011/05/13 12:08:43 dgaurab ship $ */
3: /*------------------------------------------------------------------------------
4: Procedure AR_GET_CUSTOMER_BALANCE calulates the customer balance
5: based on the parameters entered. It then inserts one row for each invoice,

Line 539: end AR_GET_CUSTOMER_BALANCE_PKG ;

535: END ;
536:
537:
538: --End AR_CUSTOMER_BALANCE
539: end AR_GET_CUSTOMER_BALANCE_PKG ;
540: --End Package