DBA Data[Home] [Help]

APPS.JAI_CMN_RPT_BBR_PKG dependencies on JAI_CMN_RPT_BBR_PKG

Line 1: PACKAGE BODY jai_cmn_rpt_bbr_pkg AS

1: PACKAGE BODY jai_cmn_rpt_bbr_pkg AS
2: /* $Header: jai_cmn_rpt_bbr.plb 120.1 2005/07/20 12:57:39 avallabh ship $ */
3:
4: /*----------------------------------------------------------------------------------------
5: Filename:

Line 31: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rpt_bbr_pkg.get_credit_balance';

27: amt NUMBER;
28: amt1 NUMBER;
29:
30: /* Added by Ramananda for bug#4407165 */
31: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rpt_bbr_pkg.get_credit_balance';
32:
33: /* Modified by Ramananda for removal of SQL LITERALs :bug#4428980*/
34: lv_status_cleared ar_cash_receipt_history_all.status%type ;
35: lv_status_remitted ar_cash_receipt_history_all.status%type ;

Line 116: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rpt_bbr_pkg.get_debit_balance';

112: amt NUMBER;
113: amt1 NUMBER;
114:
115: /* Added by Ramananda for bug#4407165 */
116: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rpt_bbr_pkg.get_debit_balance';
117:
118: lv_negotiable ap_checks_all.status_lookup_code%TYPE;
119: lv_cleared ap_checks_all.status_lookup_code%TYPE;
120: lv_voided ap_checks_all.status_lookup_code%TYPE;

Line 181: END jai_cmn_rpt_bbr_pkg;

177: app_exception.raise_exception;
178:
179: END get_debit_balance;
180:
181: END jai_cmn_rpt_bbr_pkg;