DBA Data[Home] [Help]

APPS.ARP_RW_BATCHES_CHECK_PKG dependencies on ARP_RW_BATCHES_CHECK_PKG

Line 1: PACKAGE BODY ARP_RW_BATCHES_CHECK_PKG AS

1: PACKAGE BODY ARP_RW_BATCHES_CHECK_PKG AS
2: /* $Header: ARERBA1B.pls 120.9.12010000.2 2008/11/12 14:44:03 mgaleti ship $ */
3: --
4: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
5:

Line 163: arp_rw_batches_check_pkg.update_batch_status( l_batch_rec.batch_id );

159: arp_cr_batches_pkg.update_p( l_batch_rec, l_batch_rec.batch_id );
160: --
161: -- update the batch status
162: --
163: arp_rw_batches_check_pkg.update_batch_status( l_batch_rec.batch_id );
164: --
165: IF PG_DEBUG in ('Y', 'C') THEN
166: arp_util.debug( 'arp_rw_batches_pkg.update_manual_batch()-' );
167: END IF;

Line 514: arp_util.debug( 'arp_rw_batches_check_pkg.update_batch_status()+' );

510: l_batch_status VARCHAR2( 30 );
511: l_batch_rec ar_batches%ROWTYPE;
512: BEGIN
513: IF PG_DEBUG in ('Y', 'C') THEN
514: arp_util.debug( 'arp_rw_batches_check_pkg.update_batch_status()+' );
515: arp_util.debug( 'Batch ID : '||p_batch_id );
516: END IF;
517: --
518: IF PG_DEBUG in ('Y', 'C') THEN

Line 519: arp_util.debug( 'arp_rw_batches_check_pkg.update_batch_status()-' );

515: arp_util.debug( 'Batch ID : '||p_batch_id );
516: END IF;
517: --
518: IF PG_DEBUG in ('Y', 'C') THEN
519: arp_util.debug( 'arp_rw_batches_check_pkg.update_batch_status()-' );
520: END IF;
521: --
522: -- Set batch record values to dummy
523: --

Line 635: 'EXCEPTION: arp_rw_batches_check_pkg.update_batch_status' );

631: EXCEPTION
632: WHEN OTHERS THEN
633: IF PG_DEBUG in ('Y', 'C') THEN
634: arp_util.debug(
635: 'EXCEPTION: arp_rw_batches_check_pkg.update_batch_status' );
636: END IF;
637: RAISE;
638: END update_batch_status;
639: --

Line 1200: arp_standard.debug( 'arp_rw_batches_check_pkg.post_batch_conc_req()+');

1196: l_request_id ar_batches.request_id%TYPE;
1197: l_org_id number;
1198: BEGIN
1199: IF PG_DEBUG in ('Y', 'C') THEN
1200: arp_standard.debug( 'arp_rw_batches_check_pkg.post_batch_conc_req()+');
1201: END IF;
1202: --
1203: IF PG_DEBUG in ('Y', 'C') THEN
1204: arp_standard.debug( 'Batch Id '||p_batch_id );

Line 1237: arp_standard.debug( 'arp_rw_batches_check_pkg.post_batch_conc_req()-');

1233: p_request_id := l_request_id;
1234: p_batch_applied_status := 'IN_PROCESS';
1235: --
1236: IF PG_DEBUG in ('Y', 'C') THEN
1237: arp_standard.debug( 'arp_rw_batches_check_pkg.post_batch_conc_req()-');
1238: END IF;
1239: --
1240: EXCEPTION
1241: WHEN OTHERS THEN

Line 1244: 'EXCEPTION: arp_rw_batches_check_pkg.post_batch_conc_req' );

1240: EXCEPTION
1241: WHEN OTHERS THEN
1242: IF PG_DEBUG in ('Y', 'C') THEN
1243: arp_standard.debug(
1244: 'EXCEPTION: arp_rw_batches_check_pkg.post_batch_conc_req' );
1245: END IF;
1246: RAISE;
1247: --
1248: END post_batch_conc_req;

Line 1325: arp_standard.debug( 'arp_rw_batches_check_pkg.get_quick_amount_totals()+');

1321: l_onacct_count_total_lines NUMBER := 0;
1322: --
1323: BEGIN
1324: IF PG_DEBUG in ('Y', 'C') THEN
1325: arp_standard.debug( 'arp_rw_batches_check_pkg.get_quick_amount_totals()+');
1326: END IF;
1327: --
1328: IF PG_DEBUG in ('Y', 'C') THEN
1329: arp_standard.debug('get_quick_amount_totals: ' || 'Batch Id '||p_batch_id );

Line 1505: arp_standard.debug( 'arp_rw_batches_check_pkg.get_quick_amount_totals()-');

1501: arp_standard.debug('Get Quick Cash Totals - Claim Count Lines='||to_char(l_claim_count_total_lines));
1502: arp_standard.debug('Get Quick Cash Totals - onacct Count Header='||to_char(l_onacct_count_total_header));
1503: arp_standard.debug('Get Quick Cash Totals - Onacct Count Lines='||to_char(l_onacct_count_total_lines));
1504: arp_standard.debug('Get Quick Cash Totals - Claim Count='||to_char(p_claim_count_total));
1505: arp_standard.debug( 'arp_rw_batches_check_pkg.get_quick_amount_totals()-');
1506: END IF;
1507: --
1508: EXCEPTION
1509: WHEN OTHERS THEN

Line 1512: 'EXCEPTION: arp_rw_batches_check_pkg.get_quick_amount_totals '||

1508: EXCEPTION
1509: WHEN OTHERS THEN
1510: IF PG_DEBUG in ('Y', 'C') THEN
1511: arp_standard.debug('get_quick_amount_totals: ' ||
1512: 'EXCEPTION: arp_rw_batches_check_pkg.get_quick_amount_totals '||
1513: l_break_point );
1514: END IF;
1515: RAISE;
1516: --

Line 1562: arp_standard.debug( 'arp_rw_batches_check_pkg.get_reg_amount_totals()+');

1558: l_break_point VARCHAR2(20);
1559: --
1560: BEGIN
1561: IF PG_DEBUG in ('Y', 'C') THEN
1562: arp_standard.debug( 'arp_rw_batches_check_pkg.get_reg_amount_totals()+');
1563: END IF;
1564: --
1565: IF PG_DEBUG in ('Y', 'C') THEN
1566: arp_standard.debug('get_reg_amount_totals: ' || 'Batch Id '||p_batch_id );

Line 1776: arp_standard.debug( 'arp_rw_batches_check_pkg.get_reg_amount_totals()-');

1772: p_misc_amount_total := l_misc_amount_total;
1773: p_misc_count_total := l_misc_count_total;
1774: --
1775: IF PG_DEBUG in ('Y', 'C') THEN
1776: arp_standard.debug( 'arp_rw_batches_check_pkg.get_reg_amount_totals()-');
1777: END IF;
1778: --
1779: EXCEPTION
1780: WHEN OTHERS THEN

Line 1783: 'EXCEPTION: arp_rw_batches_check_pkg.get_reg_amount_totals '||

1779: EXCEPTION
1780: WHEN OTHERS THEN
1781: IF PG_DEBUG in ('Y', 'C') THEN
1782: arp_standard.debug('get_reg_amount_totals: ' ||
1783: 'EXCEPTION: arp_rw_batches_check_pkg.get_reg_amount_totals '||
1784: l_break_point );
1785: END IF;
1786: RAISE;
1787: --

Line 1790: END ARP_RW_BATCHES_CHECK_PKG;

1786: RAISE;
1787: --
1788: END get_reg_amount_totals;
1789:
1790: END ARP_RW_BATCHES_CHECK_PKG;