DBA Data[Home] [Help]

APPS.ZX_PRD_OPTIONS_MIGRATE_PKG dependencies on ARP_UTIL_TAX

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

1310:
1311: IF L_MULTI_ORG_FLAG = 'N' THEN
1312: FND_PROFILE.GET('ORG_ID',L_ORG_ID);
1313: IF L_ORG_ID IS NULL THEN
1314: arp_util_tax.debug('MO: Operating Units site level profile option value not set , resulted in Null Org Id');
1315: END IF;
1316: ELSE
1317: L_ORG_ID := NULL;
1318: END IF;

Line 1321: arp_util_tax.debug('Exception in Migrate Product Options Constructor : '||sqlerrm);

1317: L_ORG_ID := NULL;
1318: END IF;
1319: EXCEPTION
1320: WHEN OTHERS THEN
1321: arp_util_tax.debug('Exception in Migrate Product Options Constructor : '||sqlerrm);
1322:
1323: END ZX_PRD_OPTIONS_MIGRATE_PKG;