DBA Data[Home] [Help]

APPS.ZX_TCM_COMPOUND_PKG dependencies on ARP_UTIL_TAX

Line 580: arp_util_tax.debug('Exception in constructor of Tax Group Migration '||sqlerrm);

576: set_precedences;
577:
578: EXCEPTION
579: WHEN OTHERS THEN
580: arp_util_tax.debug('Exception in constructor of Tax Group Migration '||sqlerrm);
581:
582: END main;
583: begin
584:

Line 593: arp_util_tax.debug('MO: Operating Units site level profile option value not set , resulted in Null Org Id');

589:
590: FND_PROFILE.GET('ORG_ID',L_ORG_ID);
591:
592: IF L_ORG_ID IS NULL THEN
593: arp_util_tax.debug('MO: Operating Units site level profile option value not set , resulted in Null Org Id');
594: END IF;
595: ELSE
596: L_ORG_ID := NULL;
597: END IF;

Line 600: arp_util_tax.debug('Exception in constructor of tax group migration '||sqlerrm);

596: L_ORG_ID := NULL;
597: END IF;
598: EXCEPTION
599: WHEN OTHERS THEN
600: arp_util_tax.debug('Exception in constructor of tax group migration '||sqlerrm);
601:
602: END zx_tcm_compound_pkg;