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.7.12010000.3 2008/08/22 05:53:05 rasarasw 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 536: end AR_GET_CUSTOMER_BALANCE_PKG ;

532: END ;
533:
534:
535: --End AR_CUSTOMER_BALANCE
536: end AR_GET_CUSTOMER_BALANCE_PKG ;
537: --End Package