DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 760: FROM org_organization_definitions ood

756: (SELECT 'X'
757: FROM mtl_system_items_b item
758: WHERE item.process_costing_enabled_flag = 'Y'
759: AND item.organization_id IN (SELECT ood.organization_id
760: FROM org_organization_definitions ood
761: WHERE ood.inventory_enabled_flag = 'Y')
762: AND NOT EXISTS
763: (SELECT 'X'
764: FROM mtl_item_categories cat