DBA Data[Home] [Help]

APPS.ZX_JG_EXTRACT_PKG dependencies on ZX_JG_EXTRACT_PKG

Line 1: PACKAGE BODY zx_jg_extract_pkg AS

1: PACKAGE BODY zx_jg_extract_pkg AS
2: /* $Header: zxriextrajgppvtb.pls 120.4.12010000.2 2008/11/12 12:44:26 spasala ship $ */
3:
4: -----------------------------------------
5: --Public Variable Declarations

Line 71: arp_util_tax.debug('zx_jg_extract_pkg.currency_round()+');

67: BEGIN
68:
69: IF 'Y' = PG_DEBUG THEN
70:
71: arp_util_tax.debug('zx_jg_extract_pkg.currency_round()+');
72:
73: END IF;
74:
75: IF p_precision IS NOT NULL THEN

Line 95: arp_util_tax.debug('zx_jg_extract_pkg.currency_round()-');

91: END IF;
92:
93: IF 'Y' = PG_DEBUG THEN
94:
95: arp_util_tax.debug('zx_jg_extract_pkg.currency_round()-');
96:
97: END IF;
98:
99: RETURN l_amount;

Line 400: arp_util_tax.debug('zx_jg_extract_pkg.initialize()+');

396: BEGIN
397:
398: IF 'Y' = PG_DEBUG THEN
399:
400: arp_util_tax.debug('zx_jg_extract_pkg.initialize()+');
401:
402: END IF;
403:
404: g_user_id := fnd_global.user_id;

Line 432: arp_util_tax.debug('zx_jg_extract_pkg.initialize()-');

428: AND sob.currency_code = curr.currency_code;
429:
430: IF 'Y' = PG_DEBUG THEN
431:
432: arp_util_tax.debug('zx_jg_extract_pkg.initialize()-');
433:
434: END IF;
435:
436: EXCEPTION

Line 470: arp_util_tax.debug('zx_jg_extract_pkg.set_accounting_info()+');

466: BEGIN
467:
468: IF 'Y' = PG_DEBUG THEN
469:
470: arp_util_tax.debug('zx_jg_extract_pkg.set_accounting_info()+');
471:
472: END IF;
473:
474: FOR i in p_ccid_tbl.first..p_ccid_tbl.last LOOP

Line 540: arp_util_tax.debug('zx_jg_extract_pkg.set_accounting_info()-');

536: END LOOP;
537:
538: IF 'Y' = PG_DEBUG THEN
539:
540: arp_util_tax.debug('zx_jg_extract_pkg.set_accounting_info()-');
541:
542: END IF;
543:
544: EXCEPTION

Line 550: arp_util_tax.debug('zx_jg_extract_pkg.set_accounting_info(EXCEPTION)-');

546: WHEN OTHERS THEN
547:
548: IF 'Y' = PG_DEBUG THEN
549:
550: arp_util_tax.debug('zx_jg_extract_pkg.set_accounting_info(EXCEPTION)-');
551:
552: END IF;
553: RAISE;
554:

Line 608: arp_util_tax.debug('zx_jg_extract_pkg.reset_result_tables()+');

604: BEGIN
605:
606: IF 'Y' = PG_DEBUG THEN
607:
608: arp_util_tax.debug('zx_jg_extract_pkg.reset_result_tables()+');
609:
610: END IF;
611:
612: FOR i in p_detail_tax_line_id_tbl.first..p_detail_tax_line_id_tbl.last LOOP

Line 644: arp_util_tax.debug('zx_jg_extract_pkg.reset_result_tables()-');

640: END LOOP;
641:
642: IF 'Y' = PG_DEBUG THEN
643:
644: arp_util_tax.debug('zx_jg_extract_pkg.reset_result_tables()-');
645:
646: END IF;
647:
648: EXCEPTION

Line 654: arp_util_tax.debug('zx_jg_extract_pkg.reset_result_tables(EXCEPTION)-');

650: WHEN OTHERS THEN
651:
652: IF 'Y' = PG_DEBUG THEN
653:
654: arp_util_tax.debug('zx_jg_extract_pkg.reset_result_tables(EXCEPTION)-');
655:
656: END IF;
657: RAISE;
658:

Line 721: arp_util_tax.debug('zx_jg_extract_pkg.get_gl_taxable()+');

717: BEGIN
718:
719: IF 'Y' = PG_DEBUG THEN
720:
721: arp_util_tax.debug('zx_jg_extract_pkg.get_gl_taxable()+');
722:
723: END IF;
724:
725: FOR i in c_detail_tax_line_id_tbl.first..c_detail_tax_line_id_tbl.last LOOP

Line 743: arp_util_tax.debug('zx_jg_extract_pkg.get_gl_taxable()-');

739: END LOOP;
740:
741: IF 'Y' = PG_DEBUG THEN
742:
743: arp_util_tax.debug('zx_jg_extract_pkg.get_gl_taxable()-');
744:
745: END IF;
746:
747: END get_gl_taxable;

Line 1142: arp_util_tax.debug('zx_jg_extract_pkg.get_ar_taxable:Unable to specify if the Book is Reporting Book or Not');

1138: ELSE
1139:
1140: IF 'Y' = PG_DEBUG THEN
1141:
1142: arp_util_tax.debug('zx_jg_extract_pkg.get_ar_taxable:Unable to specify if the Book is Reporting Book or Not');
1143:
1144: END IF;
1145:
1146: END IF;

Line 1924: 'zx_jg_extract_pkg.get_taxable()- ');

1920:
1921: END IF; -- IF report_name = ..
1922: IF (g_level_procedure >= g_current_runtime_level ) THEN
1923: FND_LOG.STRING(g_level_procedure, 'ZX.TRL.zx_jg_extract.get_taxable.END',
1924: 'zx_jg_extract_pkg.get_taxable()- ');
1925: END IF;
1926:
1927: END get_taxable;
1928:

Line 1929: END zx_jg_extract_pkg;

1925: END IF;
1926:
1927: END get_taxable;
1928:
1929: END zx_jg_extract_pkg;