DBA Data[Home] [Help]

APPS.ARRX_SALES_TAX_REP_COVER dependencies on ARRX_SALES_TAX_REP

Line 1: package body ARRX_SALES_TAX_REP_COVER as

1: package body ARRX_SALES_TAX_REP_COVER as
2: /* $Header: ARRXCSTB.pls 115.4 2003/10/10 14:27:23 mraymond ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: PROCEDURE AR_SALES_TAX (

Line 199: arrx_sales_tax_rep.sales_tax_rpt (

195: h_lp_gltax_where := replace(h_dummy,'CC.','GLTAX.');
196:
197: -- call inner procedure
198:
199: arrx_sales_tax_rep.sales_tax_rpt (
200: chart_of_accounts_id => argument1,
201: trx_date_low => h_trx_low,
202: trx_date_high => h_trx_high,
203: gl_date_low => h_gl_low,

Line 257: arp_util.debug('ARRX_SALES_TAX_REP_COVER.CALL_SUBMIT_REQUEST()+');

253: RETURN NUMBER IS
254: l_request_id NUMBER :=0;
255: BEGIN
256: IF PG_DEBUG in ('Y', 'C') THEN
257: arp_util.debug('ARRX_SALES_TAX_REP_COVER.CALL_SUBMIT_REQUEST()+');
258: END IF;
259: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
260: application, program, description, start_time,
261: sub_request, argument1, argument2, argument3,

Line 268: arp_util.debug('ARRX_SALES_TAX_REP_COVER.CALL_SUBMIT_REQUEST('||to_char(l_request_id)||')-');

264: argument12, argument13, argument14, argument15,
265: argument16, argument17, argument18, argument19,
266: argument20, argument21, argument22, argument23);
267: IF PG_DEBUG in ('Y', 'C') THEN
268: arp_util.debug('ARRX_SALES_TAX_REP_COVER.CALL_SUBMIT_REQUEST('||to_char(l_request_id)||')-');
269: END IF;
270: return l_request_id;
271: EXCEPTION
272: WHEN OTHERS THEN

Line 280: end ARRX_SALES_TAX_REP_COVER;

276: END IF;
277: RAISE;
278: END CALL_SUBMIT_REQUEST;
279:
280: end ARRX_SALES_TAX_REP_COVER;