DBA Data[Home] [Help]

APPS.AR_BFB_UTILS_PVT dependencies on AR_BFB_UTILS_PVT

Line 1: package body ar_bfb_utils_pvt as

1: package body ar_bfb_utils_pvt as
2: /* $Header: ARBFBUTB.pls 120.34.12020000.9 2013/01/10 20:02:10 hvaladip ship $ */
3:
4: /* Global table definitions */
5: TYPE l_trx_id_type IS TABLE OF ra_customer_trx_all.customer_trx_id%type

Line 214: arp_standard.debug('ar_bfb_utils_pvt.get_bill_level(+)');

210:
211: BEGIN
212:
213: IF PG_DEBUG in ('Y', 'C') THEN
214: arp_standard.debug('ar_bfb_utils_pvt.get_bill_level(+)');
215: END IF;
216:
217: IF ( p_cust_account_id < -2147483647 or p_cust_account_id > 2147483647 ) then
218: arp_standard.debug('Customer Account Id is outside the sequence range.');

Line 245: arp_standard.debug('ar_bfb_utils_pvt.get_bill_level(-)');

241:
242: temp_bill_level_table(p_cust_account_id) := bfb_level;
243: END IF;
244: IF PG_DEBUG in ('Y', 'C') THEN
245: arp_standard.debug('ar_bfb_utils_pvt.get_bill_level(-)');
246: END IF;
247: return temp_bill_level_table(p_cust_account_id);
248:
249: EXCEPTION

Line 259: arp_standard.debug('EXCEPTION OTHERS in ar_bfb_utils_pvt.get_bill_level :'||SQLERRM);

255: ELSE
256: return 'N';
257: END IF;
258: WHEN OTHERS THEN
259: arp_standard.debug('EXCEPTION OTHERS in ar_bfb_utils_pvt.get_bill_level :'||SQLERRM);
260: RAISE;
261: END get_bill_level;
262:
263: function get_billing_cycle (p_payment_term_id in NUMBER) RETURN NUMBER IS

Line 485: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()+');

481: l_msg_95 fnd_new_messages.message_text%type;
482: l_msg_96 fnd_new_messages.message_text%type;
483: BEGIN
484: IF PG_DEBUG in ('Y', 'C') THEN
485: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()+');
486: arp_standard.debug(' request_id = ' || p_request_id);
487: END IF;
488:
489: /* Fetch rows (transactions) for processing */

Line 568: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()-');

564:
565: IF PG_DEBUG in ('Y', 'C') THEN
566: arp_standard.debug(' rows processed = ' || l_rows_updated);
567: arp_standard.debug(' rows rejected = ' || p_error_count);
568: arp_standard.debug('ar_bfb_utils_pvt.validate_and_default_term()-');
569: END IF;
570:
571:
572: END validate_and_default_term;

Line 883: end ar_bfb_utils_pvt;

879:
880:
881: END POPULATE;
882:
883: end ar_bfb_utils_pvt;