666:
667: arp_util_tax.debug( ' MTL_SYSTEM_ITEMS.. (+) ' );
668:
669: -- Bug # 5300607. We need to remove Inventory installed check.
670: -- IF Zx_Migrate_Util.IS_INSTALLED('INV') = 'Y' THEN
671:
672: -- If Hungary is installed then
673: IF Is_Country_Installed(7002, 'jehuloc') THEN
674:
1841: BEGIN
1842:
1843: arp_util_tax.debug( ' COUNTRY_DEFAULT .. (+) ' );
1844:
1845: If Zx_Migrate_Util.IS_INSTALLED('INV') = 'Y' then
1846:
1847: -- If Hungary is installed then
1848: IF Is_Country_Installed(7002, 'jehuloc') THEN
1849:
3486: l_category_status, l_category_set, l_structure_id);
3487:
3488: BEGIN
3489:
3490: If Zx_Migrate_Util.IS_INSTALLED('INV') = 'Y' THEN
3491:
3492: SELECT category_set_id
3493: Into l_category_set
3494: FROM mtl_category_sets_vl
4519:
4520: x_return_status := 'S';
4521:
4522: -- If Inventory is installed then
4523: IF Zx_Migrate_Util.IS_INSTALLED('INV') = 'Y' THEN
4524:
4525: IF p_country_code = 'HU' OR p_country_code = 'PL' THEN
4526:
4527: -- Call Create Categories
4636:
4637: arp_util_tax.debug( 'OKL Migration ... (+) ' );
4638: /* Check for Inventory Installed or not, if so, create under Inventory, if not Create Product Category */
4639:
4640: IF Zx_Migrate_Util.IS_INSTALLED('INV') = 'Y' THEN
4641:
4642: -- OKL MIGRATION
4643: -- Category Set should had been created as a pre requesite before migration
4644: -- Create Categories and Fiscal Type for OKL Category Set.
5021: ZX_FC_MIGRATE_PKG.FC_ENTITIES;
5022:
5023: arp_util_tax.debug( ' Now calling Migrate AP .. ' );
5024:
5025: If Zx_Migrate_Util.IS_INSTALLED('AP') = 'Y' THEN
5026: ZX_MIGRATE_AP;
5027: End if;
5028:
5029: arp_util_tax.debug( ' Now calling Migrate AR .. ' );
5027: End if;
5028:
5029: arp_util_tax.debug( ' Now calling Migrate AR .. ' );
5030:
5031: If Zx_Migrate_Util.IS_INSTALLED('AR') = 'Y' THEN
5032: ZX_MIGRATE_AR;
5033: End if;
5034:
5035: arp_util_tax.debug( ' Now calling Migrate OKL .. ' );