create or replace view CMPElement_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPWBMIVDefinition',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPACLContainer',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPDatatype',
          'CMPPlatformMappingSet',
          'CMPPlatformTypeSet',
          'CMPTypeMapping',
          'CMPGenerationResult',
          'CMPRdntItemSetUsage',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPDiagram',
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode',
          'CMPRange',
          'CMPLocationUsage',
          'CMPFunctionImplementation',
          'CMPFunctionParallel',
          'CMPRecordFieldUsage',
          'CMPIntellBusAreaShortcut',
          'CMPWBItemSetUsage',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPWBMIVView',
          'CMPTranslation',
          'CMPDefaultKMUsage',
          'CMPModelUsage',
          'CMPProcessTransition',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryDBObjectUsage',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPAccessControlList',
          'CMPAccessPreference',
          'CMPRoleAssignment',
          'CMPWBOracleDatafile',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference',
          'CMPWBValidationResult',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapDisplaySetUsage',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSYSClasses tbl
where s2_1 in (
          'CMPLanguage',
          'CMPInstallation',
          'CMPSupportedLanguage'
    )
  and workspaceid = 1
);
create or replace view CFAOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPLogicalConnector',
          'CMPFunction',
          'CMPPLSCollection',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPPhysicalMap',
          'CMPProcess',
          'CMPProgram',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPExternalTable',
          'CMPTaskFlow',
          'CMPTaskFlowSet',
          'CMPSQLCollection',
          'CMPWebService'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPGenerationResult',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPLocationUsage',
          'CMPIntellBusAreaShortcut',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggSpecUsage',
          'CMPCompositeDimensionUsage',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPDimensionAttribute',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryItem',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPRecordField'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPReferencePropertyValue'
    )
);
create or replace view ComponentUnit_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPWBMIVDefinition',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPACLContainer',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPDatatype',
          'CMPPlatformMappingSet',
          'CMPPlatformTypeSet',
          'CMPTypeMapping',
          'CMPGenerationResult',
          'CMPRdntItemSetUsage',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPDiagram',
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode',
          'CMPRange',
          'CMPLocationUsage',
          'CMPFunctionImplementation',
          'CMPFunctionParallel',
          'CMPRecordFieldUsage',
          'CMPIntellBusAreaShortcut',
          'CMPWBItemSetUsage',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPWBMIVView',
          'CMPTranslation',
          'CMPDefaultKMUsage',
          'CMPModelUsage',
          'CMPProcessTransition',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryDBObjectUsage',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPAccessControlList',
          'CMPAccessPreference',
          'CMPRoleAssignment',
          'CMPWBOracleDatafile',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference',
          'CMPWBValidationResult',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapDisplaySetUsage',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
);
create or replace view CMPProfileObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Type
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_3
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey'
    )
;
create or replace view CMPRdntItemSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPInclusionDependency',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey'
    )
;
create or replace view CMPDataService_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPBusinessRuleModule',
          'CMPPhysicalObject',
          'CMPProfile',
          'CMPIntelligenceSchema',
          'CMPPhysicalMap',
          'CMPProcessInstalledModule',
          'CMPCalendarInstalledModule',
          'CMPTaskFlowInstalledModule',
          'CMPWeakModule',
          'CMPAppServerInstalledModule'
    )
;
create or replace view CMPDerivationSourceFCO_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPCatalog',
          'CMPCube',
          'CMPProfileTable',
          'CMPDimension',
          'CMPFunction',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBTable',
          'CMPWBView',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet'
    )
;
create or replace view CMPDiagramComponentOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDiagram',
          'CMPDiagramFolder'
    )
;
create or replace view CMPDiagramElement_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPMapExecutionUnit'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapOperator'
    )
);
create or replace view CMPDiagramOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition',
          'CMPDataRuleMap',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapOperator'
    )
);
create or replace view CMPIntelligenceBusAreaFCO_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDrillPath',
          'CMPQueryObject'
    )
;
create or replace view CMPExpressionOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,UnusedIndexes
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,cl_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProcess',
          'CMPTaskFlow'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,cl_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPSubProcess'
    )
);
create or replace view CMPExpressionVariable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ExpressionOwners
   ,PositionInOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,cl_2
   ,i_4
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProcessActivityParameter',
          'CMPVariable'
    )
;
create or replace view CMPOrderedObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Position
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_5
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPProcess',
          'CMPProgram',
          'CMPTaskFlow'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_5
from CMPSCOClasses tbl
where s2_1 in (
          'CMPRange',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPProcessTransition'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_5
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPProfileAttribute',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPLevel',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPRelationalDBItem',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPQueryItem',
          'CMPTask',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_5
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySetUsage'
    )
);
create or replace view CMPMapAttributeGroupBindee_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProfileTable',
          'CMPWBFile',
          'CMPFunction',
          'CMPPLSRecord',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPObjectType'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleRelParam',
          'CMPHierarchy',
          'CMPLevel',
          'CMPRecord',
          'CMPDrillLevel'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttributeGroup'
    )
);
create or replace view CMPMapAttributeGroupOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,DisplaySetType
   ,CurrentDisplaySet
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_6
   ,r_2
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition',
          'CMPDataRuleMap',
          'CMPMap',
          'CMPPublicSubMap'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_6
   ,r_2
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapOperator'
    )
);
create or replace view CMPMapOperatorBindee_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition',
          'CMPDataRuleMap',
          'CMPCube',
          'CMPProfileTable',
          'CMPDimension',
          'CMPWBFile',
          'CMPFunction',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPRefCursorType',
          'CMPMap',
          'CMPPublicSubMap',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPObjectType',
          'CMPSQLCollection'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleRelParam',
          'CMPLevel',
          'CMPRecord',
          'CMPDrillLevel'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapOperator'
    )
);
create or replace view ClassUsageOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPClassDefinition'
    )
;
create or replace view CMPPropertyGroupOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition'
    )
;
create or replace view CMPMLSTranslatable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPCube',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPPlatform',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPRange',
          'CMPIntellBusAreaShortcut',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPProcessTransition',
          'CMPWBOracleTTSUsage'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapOperator'
    )
);
create or replace view CMPProcActivParamCandidate_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPFunctionArgument',
          'CMPProcessActivityParameter'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute'
    )
);
create or replace view CMPPropertyOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPWBMIVDefinition',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPACLContainer',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPDatatype',
          'CMPPlatformMappingSet',
          'CMPPlatformTypeSet',
          'CMPTypeMapping',
          'CMPGenerationResult',
          'CMPRdntItemSetUsage',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPDiagram',
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode',
          'CMPRange',
          'CMPLocationUsage',
          'CMPFunctionImplementation',
          'CMPFunctionParallel',
          'CMPRecordFieldUsage',
          'CMPIntellBusAreaShortcut',
          'CMPWBItemSetUsage',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPWBMIVView',
          'CMPTranslation',
          'CMPDefaultKMUsage',
          'CMPModelUsage',
          'CMPProcessTransition',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryDBObjectUsage',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPAccessControlList',
          'CMPAccessPreference',
          'CMPRoleAssignment',
          'CMPWBOracleDatafile',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference',
          'CMPWBValidationResult',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapDisplaySetUsage',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSYSClasses tbl
where s2_1 in (
          'CMPLanguage',
          'CMPInstallation',
          'CMPSupportedLanguage'
    )
  and workspaceid = 1
);
create or replace view CMPDesignRelation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPCube',
          'CMPProfileTable',
          'CMPDimension',
          'CMPWBFile',
          'CMPFunction',
          'CMPPLSRecord',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPObjectType'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleRelParam',
          'CMPRecord',
          'CMPDrillLevel'
    )
);
create or replace view CMPQueryExpOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPQueryCondition',
          'CMPQueryItem'
    )
;
create or replace view Schedulable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDataRuleMap',
          'CMPFunction',
          'CMPMap',
          'CMPProcess',
          'CMPProgram'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProcessActivity',
          'CMPSubProcess',
          'CMPTask'
    )
);
create or replace view CMPTypeDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,TypeName
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s1_4
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPObjectType',
          'CMPSQLCollection'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s1_4
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDatatype'
    )
);
create or replace view CMPValidationComponent_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ValidatingElement
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_3
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWBValidationResult'
    )
;
create or replace view CMPVariableOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProcess',
          'CMPTaskFlow'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPSubProcess'
    )
);
create or replace view WeakAssociationOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPWBMIVDefinition',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPACLContainer',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPDatatype',
          'CMPPlatformMappingSet',
          'CMPPlatformTypeSet',
          'CMPTypeMapping',
          'CMPGenerationResult',
          'CMPRdntItemSetUsage',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPDiagram',
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode',
          'CMPRange',
          'CMPLocationUsage',
          'CMPFunctionImplementation',
          'CMPFunctionParallel',
          'CMPRecordFieldUsage',
          'CMPIntellBusAreaShortcut',
          'CMPWBItemSetUsage',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPWBMIVView',
          'CMPTranslation',
          'CMPDefaultKMUsage',
          'CMPModelUsage',
          'CMPProcessTransition',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryDBObjectUsage',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPAccessControlList',
          'CMPAccessPreference',
          'CMPRoleAssignment',
          'CMPWBOracleDatafile',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference',
          'CMPWBValidationResult',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapDisplaySetUsage',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSYSClasses tbl
where s2_1 in (
          'CMPLanguage',
          'CMPInstallation',
          'CMPSupportedLanguage'
    )
  and workspaceid = 1
);
create or replace view WeakComponentOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPWBMIVDefinition',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPACLContainer',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPDatatype',
          'CMPPlatformMappingSet',
          'CMPPlatformTypeSet',
          'CMPTypeMapping',
          'CMPGenerationResult',
          'CMPRdntItemSetUsage',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPDiagram',
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode',
          'CMPRange',
          'CMPLocationUsage',
          'CMPFunctionImplementation',
          'CMPFunctionParallel',
          'CMPRecordFieldUsage',
          'CMPIntellBusAreaShortcut',
          'CMPWBItemSetUsage',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPWBMIVView',
          'CMPTranslation',
          'CMPDefaultKMUsage',
          'CMPModelUsage',
          'CMPProcessTransition',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryDBObjectUsage',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPAccessControlList',
          'CMPAccessPreference',
          'CMPRoleAssignment',
          'CMPWBOracleDatafile',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference',
          'CMPWBValidationResult',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapDisplaySetUsage',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSYSClasses tbl
where s2_1 in (
          'CMPLanguage',
          'CMPInstallation',
          'CMPSupportedLanguage'
    )
  and workspaceid = 1
);
create or replace view FirstClassObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPWBMIVDefinition',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPACLContainer',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
;
create or replace view SecondClassObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPDatatype',
          'CMPPlatformMappingSet',
          'CMPPlatformTypeSet',
          'CMPTypeMapping',
          'CMPGenerationResult',
          'CMPRdntItemSetUsage',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPDiagram',
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode',
          'CMPRange',
          'CMPLocationUsage',
          'CMPFunctionImplementation',
          'CMPFunctionParallel',
          'CMPRecordFieldUsage',
          'CMPIntellBusAreaShortcut',
          'CMPWBItemSetUsage',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPWBMIVView',
          'CMPTranslation',
          'CMPDefaultKMUsage',
          'CMPModelUsage',
          'CMPProcessTransition',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryDBObjectUsage',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPAccessControlList',
          'CMPAccessPreference',
          'CMPRoleAssignment',
          'CMPWBOracleDatafile',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference',
          'CMPWBValidationResult',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapDisplaySetUsage',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
);
create or replace view CMPDerivedFCO_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,DerivationSourceFCOAgSg
   ,DerivationSourceFCOFQN
   ,DerivationSourceFCOLUpd
   ,DerivationSourceFCOUOID
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceFCO
   ,DerivationSourceSCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,t_2
   ,s3_3
   ,t_3
   ,s1_5
   ,t_4
   ,s3_4
   ,t_5
   ,s1_6
   ,r_8
   ,r_9
from CMPFCOClasses tbl
where s2_1 in (
          'CMPFunction',
          'CMPIntelligenceBusArea',
          'CMPDrillPath',
          'CMPQueryObject'
    )
;
create or replace view CMPMapOperatorOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition',
          'CMPDataRuleMap',
          'CMPMap',
          'CMPPublicSubMap'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapOperator'
    )
);
create or replace view CMPComplexDatatype_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,TypeName
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s1_4
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPObjectType',
          'CMPSQLCollection'
    )
;
create or replace view CMPReferenceDatatype_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,TypeName
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s1_4
from CMPFCOClasses tbl
where s2_1 in (
          'CMPRefCursorType'
    )
;
create or replace view CMPTypedObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPLSCollection',
          'CMPSQLCollection'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPProfileAttribute',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPRelationalDBItem',
          'CMPDrillItem',
          'CMPQueryItem',
          'CMPRecordField'
    )
);
create or replace view WeakFirstClassObjectOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWeakFolder',
          'CMPWeakModule'
    )
;
create or replace view WeakSecondClassObjectOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPhysicalObject',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDerivationSet',
          'CMPDimension',
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPPLSRowtype',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPhysicalMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPAssociationDefinition',
          'CMPClassDefinition',
          'CMPWBMIVDefinition',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPACLContainer',
          'CMPWBRole',
          'CMPWBUser',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPDatatype',
          'CMPPlatformMappingSet',
          'CMPPlatformTypeSet',
          'CMPTypeMapping',
          'CMPGenerationResult',
          'CMPRdntItemSetUsage',
          'CMPDependency',
          'CMPDerivationLink',
          'CMPDiagram',
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode',
          'CMPRange',
          'CMPLocationUsage',
          'CMPFunctionImplementation',
          'CMPFunctionParallel',
          'CMPRecordFieldUsage',
          'CMPIntellBusAreaShortcut',
          'CMPWBItemSetUsage',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition',
          'CMPWBMIVView',
          'CMPTranslation',
          'CMPDefaultKMUsage',
          'CMPModelUsage',
          'CMPProcessTransition',
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryDBObjectUsage',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage',
          'CMPAccessControlList',
          'CMPAccessPreference',
          'CMPRoleAssignment',
          'CMPWBOracleDatafile',
          'CMPWBOracleTTSUsage',
          'CMPFCOFolderReference',
          'CMPWBValidationResult',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapDisplaySetUsage',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSYSClasses tbl
where s2_1 in (
          'CMPLanguage',
          'CMPInstallation',
          'CMPSupportedLanguage'
    )
  and workspaceid = 1
);
create or replace view Folder_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPBusinessRuleModule',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPPlatformConfiguration',
          'CMPProfile',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPFunctionCategory',
          'CMPIntelligenceSchema',
          'CMPSubMapLibrary',
          'CMPPlatform',
          'CMPPlatformConfigTemplate',
          'CMPUserConfigTemplateSet',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPAdvancedQueue',
          'CMPCalendarInstalledModule',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPUserFolder',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebServicePackage',
          'CMPWorkspace'
    )
;
create or replace view CMPDerivationSourceSCO_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWBItemSetUsage',
          'CMPDrillLevelKeyUsage',
          'CMPJoinComponent'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPRelationUsage',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPIndex',
          'CMPPartitionKey',
          'CMPRecordField'
    )
);
create or replace view CMPDerivedSCO_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDrillLevelKeyUsage',
          'CMPDrillPathJoinUsage',
          'CMPDrillPathSegment',
          'CMPJoinComponent',
          'CMPObjectJoinUsage',
          'CMPQueryAggregationLevel',
          'CMPQueryExpRef',
          'CMPQueryForeignKeyUsage'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPFunctionArgument',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryItem'
    )
);
create or replace view CMPBaseMapOperator_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,DisplaySetType
   ,CurrentDisplaySet
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_6
   ,r_2
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition',
          'CMPDataRuleMap',
          'CMPMap',
          'CMPPublicSubMap'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_6
   ,r_2
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapOperator'
    )
);
create or replace view CMPMapAttributeBindee_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPProfileAttribute',
          'CMPDimensionAttribute',
          'CMPHierarchyLevelUsage',
          'CMPLevelAttribute',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPRelationalDBItem',
          'CMPRecordField'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute'
    )
);
create or replace view CMPMapDisplaySetBindee_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPHierarchy',
          'CMPWBNamedItemSet'
    )
;
create or replace view CMPDesignAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPProfileAttribute',
          'CMPHierarchyLevelUsage',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPRelationalDBItem',
          'CMPDrillItem',
          'CMPQueryItem',
          'CMPRecordField'
    )
;
create or replace view CMPQueryReferencable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPQueryCondition',
          'CMPQueryItem'
    )
;
create or replace view CMPModelDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Overridee
   ,ModelOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_13
   ,r_14
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPlatform',
          'CMPPlatformConfigTemplate'
    )
;
create or replace view CMPModelOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPUserConfigTemplateSet'
    )
;
create or replace view CMPDesignReference_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPCubeDimReference',
          'CMPHierarchyLevelUsage',
          'CMPSkipLevelRelationship'
    )
;
create or replace view CMPDatatype_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,TypeName
   ,DataType
   ,DefaultDayPrecision
   ,DefaultFractionalSecPrecision
   ,DefaultLength
   ,DefaultPrecision
   ,DefaultScale
   ,DefaultYearPrecision
   ,FractionalSecPrecisionAllowed
   ,IsDefault
   ,LengthAllowed
   ,MaximumFractionalSecPrecision
   ,MaximumLength
   ,MaximumPrecision
   ,MaximumScale
   ,MinimumFractionalSecPrecision
   ,MinimumLength
   ,MinimumPrecision
   ,MinimumScale
   ,P1
   ,P1Default
   ,P1Max
   ,P1Min
   ,P1Type
   ,P2
   ,P2Default
   ,P2Max
   ,P2Min
   ,P2Type
   ,PrecisionAllowed
   ,PreDefined
   ,ScaleAllowed
   ,Synonyms
   ,Syntax
   ,OwningLanguage
   ,OwningPlatformTypeSet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s1_4
   ,s1_9
   ,i_7
   ,i_8
   ,i_9
   ,i_10
   ,i_11
   ,i_12
   ,b_12
   ,b_13
   ,b_14
   ,i_13
   ,i_14
   ,i_15
   ,i_16
   ,i_17
   ,i_18
   ,i_19
   ,i_20
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,s2_8
   ,s2_9
   ,s2_10
   ,s2_11
   ,s2_12
   ,s2_13
   ,b_15
   ,b_16
   ,b_17
   ,s2_14
   ,s2_15
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDatatype'
    )
;
create or replace view CMPPlatformMappingSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,OwningPlatform
   ,FromPlatformTypeSet
   ,ToPlatformTypeSet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPlatformMappingSet'
    )
;
create or replace view CMPPlatformTypeSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Category
   ,OwningPlatform
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s1_9
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPlatformTypeSet'
    )
;
create or replace view CMPTypeMapping_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Condition1
   ,Condition2
   ,Condition3
   ,FromFormat
   ,FromParameters
   ,ToFormat
   ,FromDatatype
   ,ToDatatype
   ,OwningPlatformMappingSet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,s2_8
   ,s2_9
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPTypeMapping'
    )
;
create or replace view CMPGenerationResult_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Optional
   ,ScriptLocationAgSg
   ,ScriptLocationFQN
   ,ScriptLocationLUpd
   ,ScriptLocationUOID
   ,ScriptLocation
   ,OwningConfiguration
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,b_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPGenerationResult'
    )
;
create or replace view CMPPhysicalObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,LogicalObjectAgSg
   ,LogicalObjectFQN
   ,LogicalObjectLUpd
   ,LogicalObjectUOID
   ,NamedConfigurationAgSg
   ,NamedConfigurationFQN
   ,NamedConfigurationLUpd
   ,NamedConfigurationUOID
   ,LogicalObject
   ,NamedConfiguration
   ,PlatformConfiguration
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,r_15
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPhysicalObject',
          'CMPPhysicalMap'
    )
;
create or replace view CMPRdntItemSetUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,RedundantAttribute
   ,RedundantItemSet
   ,Local
   ,Remote
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_15
   ,r_16
   ,r_17
   ,r_18
from CMPSCOClasses tbl
where s2_1 in (
          'CMPRdntItemSetUsage'
    )
;
create or replace view CMPDependency_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,SourceFCOAgSg
   ,SourceFCOFQN
   ,SourceFCOLUpd
   ,SourceFCOType
   ,SourceFCOUOID
   ,Type
   ,SourceFCO
   ,TargetFCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s1_10
   ,s1_11
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDependency'
    )
;
create or replace view CMPDerivationLink_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivedFCOAgSg
   ,DerivedFCOFQN
   ,DerivedFCOLUpd
   ,DerivedFCOUOID
   ,DerivationSet
   ,DerivedFCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDerivationLink'
    )
;
create or replace view CMPDerivationSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DerivationSourceFCOAgSg
   ,DerivationSourceFCOFQN
   ,DerivationSourceFCOLUpd
   ,DerivationSourceFCOUOID
   ,RootLink
   ,DerivationSourceFCO
   ,IntelligenceSchema
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDerivationSet'
    )
;
create or replace view CMPDiagram_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DiagramOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDiagram'
    )
;
create or replace view CMPDiagramComponent_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DiagramComponentOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDiagramComponent',
          'CMPDiagramFolder',
          'CMPDiagramNode'
    )
;
create or replace view CMPLocationUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DataSourceFlag
   ,DataTargetFlag
   ,DeploymentDefault
   ,LocationAgSg
   ,LocationFQN
   ,LocationLUpd
   ,LocationUOID
   ,MetaDataSourceFlag
   ,InstalledModule
   ,Location
   ,TtsSet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,b_12
   ,b_13
   ,b_14
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_15
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPLocationUsage'
    )
;
create or replace view CMPInstallation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,InstalledVersion
   ,MdsMetadataJar
   ,MdsMetadataVersion
   ,MetadataVersion
   ,Release
   ,StatsGatheredOn
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s1_9
   ,bl_1
   ,s1_10
   ,i_7
   ,s1_11
   ,d_3
from CMPSYSClasses tbl
where s2_1 in (
          'CMPInstallation'
    )
  and workspaceid = 1
;
create or replace view CMPSupportedLanguage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,IsBaseLanguage
   ,ISOID
   ,Installation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,b_12
   ,s1_9
   ,r_15
from CMPSYSClasses tbl
where s2_1 in (
          'CMPSupportedLanguage'
    )
  and workspaceid = 1
;
create or replace view CMPFunctionParallel_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,OrderMethod
   ,Parallel
   ,PartitionMethod
   ,Pipelined
   ,Function
   ,FunctionArgument
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s1_9
   ,b_12
   ,s1_10
   ,b_13
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPFunctionParallel'
    )
;
create or replace view CMPPLSRowtype_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,TypeName
   ,RefersToAgSg
   ,RefersToFQN
   ,RefersToLUpd
   ,RefersToUOID
   ,FunctionCategory
   ,RefersTo
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,s1_4
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPLSRowtype'
    )
;
create or replace view CMPRecordFieldUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,UsageType
   ,FunctionParallel
   ,RecordField
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPRecordFieldUsage'
    )
;
create or replace view CMPWBItemSetUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,BridgeInfo
   ,Sequence
   ,Attribute
   ,ReferencedItemDefinition
   ,ItemSet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s3_7
   ,i_7
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWBItemSetUsage',
          'CMPDrillLevelKeyUsage',
          'CMPJoinComponent'
    )
;
create or replace view CMPMapDisplaySetUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Position
   ,Attribute
   ,DisplaySet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,i_5
   ,r_15
   ,r_16
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapDisplaySetUsage'
    )
;
create or replace view CMPDefinitionElement_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Position
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_5
   ,s2_4
   ,s2_5
   ,s2_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPAssociationDefinition',
          'CMPClassDefinition'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_5
   ,s2_4
   ,s2_5
   ,s2_6
from CMPSCOClasses tbl
where s2_1 in (
          'CMPRange',
          'CMPArrayModelAttribute',
          'CMPClassUsage',
          'CMPClassUsageGroup',
          'CMPDependencyDefinition',
          'CMPPrimitiveModelAttribute',
          'CMPPropertyDefinition',
          'CMPPropertyGroupDefinition',
          'CMPPropertySetDefinition',
          'CMPRoleDefinition'
    )
);
create or replace view CMPWBMIVDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,MivMode
   ,Platform
   ,OwningWorkspace
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,s1_9
   ,r_15
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBMIVDefinition'
    )
;
create or replace view CMPWBMIVView_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,IsDefault
   ,ViewText
   ,ViewType
   ,MIVDefinition
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,b_12
   ,cl_3
   ,s1_9
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWBMIVView'
    )
;
create or replace view CMPTranslation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,ISOID
   ,MLSTranslatable
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s1_9
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPTranslation'
    )
;
create or replace view CMPDefaultKMUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,SourcePlatform
   ,TargetPlatform
   ,ActualKM
   ,Project
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_15
   ,r_16
   ,r_17
   ,r_18
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDefaultKMUsage'
    )
;
create or replace view CMPModelUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Model
   ,ModelUsageOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPModelUsage'
    )
;
create or replace view CMPPlatform_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Overridee
   ,ModelOwner
   ,ColAliasWord
   ,DateFct
   ,DateMask
   ,DDLNull
   ,DefaultMaxNameLen
   ,DefaultNameLenSemantics
   ,DriverClass
   ,EnclosureChar
   ,EscapeChar
   ,IllegalChars
   ,IllegalLeadingChars
   ,LocalObjectMask
   ,MivXML
   ,NumericMask
   ,PlatformClass
   ,RemoteObjectMask
   ,ReservedWords
   ,SpecialMaxNameLen
   ,SpecialNameLenSemantics
   ,TabAliasWord
   ,UriTemplate
   ,VarcharMask
   ,ParentPlatform
   ,MIVDefinition
   ,OwningWorkspace
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,r_13
   ,r_14
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,i_7
   ,s1_9
   ,s2_8
   ,s1_10
   ,s1_11
   ,s2_9
   ,s2_10
   ,s2_11
   ,s2_12
   ,s2_13
   ,i_8
   ,s2_14
   ,cl_3
   ,cl_4
   ,cl_5
   ,s2_15
   ,s2_16
   ,s2_17
   ,r_15
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPlatform'
    )
;
create or replace view CMPPlatformConfigTemplate_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Overridee
   ,ModelOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,r_13
   ,r_14
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPlatformConfigTemplate'
    )
;
create or replace view CMPUserConfigTemplateSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,OwningWorkspace
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPUserConfigTemplateSet'
    )
;
create or replace view CMPAccessControlledElement_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPIcon',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPNamedConfiguration',
          'CMPNamedConfigurationUsage',
          'CMPPlatformConfiguration',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDimension',
          'CMPLogicalConnector',
          'CMPLogicalLocation',
          'CMPRuntimeLocation',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPublicSubMap',
          'CMPSubMapLibrary',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPUserFolder',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPFunctionImplementation',
          'CMPIntellBusAreaShortcut',
          'CMPProcessTransition',
          'CMPWBOracleTTSUsage',
          'CMPWeakAssociation'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapDisplaySet',
          'CMPMapOperator'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSYSClasses tbl
where s2_1 in (
          'CMPLanguage'
    )
  and workspaceid = 1
);
create or replace view CMPPropertyValue_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Position
   ,PropertyOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,i_7
   ,r_15
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue',
          'CMPPurePhysicalObject',
          'CMPReferencePropertyValue',
          'CMPStringPropertyValue'
    )
;
create or replace view CMPDrillPathJoinUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,JoinAgSg
   ,JoinFQN
   ,JoinLUpd
   ,JoinUOID
   ,Dependency
   ,DrillPathSegment
   ,Join
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDrillPathJoinUsage'
    )
;
create or replace view CMPDrillPathSegment_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,DefaultParent
   ,ChildLevel
   ,ParentLevel
   ,DrillPath
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,b_12
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDrillPathSegment'
    )
;
create or replace view CMPObjectJoinUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,JoinAgSg
   ,JoinFQN
   ,JoinLUpd
   ,JoinUOID
   ,Dependency
   ,Join
   ,QueryObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPObjectJoinUsage'
    )
;
create or replace view CMPQueryAggregationLevel_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,DrillLevelAgSg
   ,DrillLevelFQN
   ,DrillLevelLUpd
   ,DrillLevelUOID
   ,DrillLevel
   ,QueryObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPQueryAggregationLevel'
    )
;
create or replace view CMPQueryDBObjectUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DatabaseObjectAgSg
   ,DatabaseObjectFQN
   ,DatabaseObjectLUpd
   ,DatabaseObjectUOID
   ,QueryObject
   ,DatabaseObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPQueryDBObjectUsage'
    )
;
create or replace view CMPQueryExpRef_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,ReferencedFunctionAgSg
   ,ReferencedFunctionFQN
   ,ReferencedFunctionLUpd
   ,ReferencedFunctionUOID
   ,ReferencedSCOAgSg
   ,ReferencedSCOFQN
   ,ReferencedSCOLUpd
   ,ReferencedSCOUOID
   ,RefType
   ,Tag
   ,Dependency
   ,ReferencedFunction
   ,QueryExpOwner
   ,ReferencedSCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,s1_11
   ,i_7
   ,r_15
   ,r_16
   ,r_17
   ,r_18
from CMPSCOClasses tbl
where s2_1 in (
          'CMPQueryExpRef'
    )
;
create or replace view CMPQueryForeignKeyUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,ForeignKeyAgSg
   ,ForeignKeyFQN
   ,ForeignKeyLUpd
   ,ForeignKeyUOID
   ,ForeignKey
   ,QueryObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPQueryForeignKeyUsage'
    )
;
create or replace view CMPAccessControlList_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,AccessCharMap
   ,ACLContainer
   ,PrivilegeOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s2_4
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPAccessControlList'
    )
;
create or replace view CMPAccessPreference_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,AccessCharMap
   ,PrivilegeOwner
   ,Wbuser
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s2_4
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPAccessPreference'
    )
;
create or replace view CMPACLContainer_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,IsProtectedFromPublic
   ,IsRealFCORationalRoseModeled
   ,IsSecurityPolicySet
   ,OwningWorkspace
   ,RealFCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,b_12
   ,b_13
   ,b_14
   ,r_15
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPACLContainer'
    )
;
create or replace view CMPPrivilegeOwner_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,SysPrivsAccessCharMap
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,s2_4
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBRole',
          'CMPWBUser'
    )
;
create or replace view CMPRoleAssignment_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Wbrole
   ,Wbuser
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPRoleAssignment'
    )
;
create or replace view CMPWBOracleDatafile_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,FileName
   ,FileSize
   ,Tablespace
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s2_4
   ,i_7
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWBOracleDatafile'
    )
;
create or replace view CMPFCOFolderReference_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Contained
   ,FCOAgSg
   ,FCOFQN
   ,FCOLUpd
   ,FCOUOID
   ,OwningUserFolder
   ,FCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,b_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPFCOFolderReference'
    )
;
create or replace view CMPWBValidationResult_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,ValidatingElement
   ,Text
   ,Valid
   ,ValidationTimeStamp
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,r_3
   ,cl_3
   ,b_12
   ,d_3
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWBValidationResult'
    )
;
create or replace view CMPWorkspace_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWorkspace'
    )
;
create or replace view CMPBinaryObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,BinaryData
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,bl_1
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPIcon'
    )
;
create or replace view CMPBusinessTreeShortcut_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,FCOAgSg
   ,FCOFQN
   ,FCOLUpd
   ,FCOUOID
   ,ReferredType
   ,ParentShortcut
   ,Catalog
   ,FCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s2_4
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPBusinessTreeShortcut',
          'CMPWBOracleTTSUsage'
    )
;
create or replace view CMPLanguage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
from CMPSYSClasses tbl
where s2_1 in (
          'CMPLanguage'
    )
  and workspaceid = 1
;
create or replace view CMPConfigurable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPBusinessRuleDefinition',
          'CMPBusinessRuleModule',
          'CMPDataRuleMap',
          'CMPCatalog',
          'CMPCube',
          'CMPDerivationSchema',
          'CMPProfile',
          'CMPProfileTable',
          'CMPDimension',
          'CMPLogicalConnector',
          'CMPWBFile',
          'CMPFunction',
          'CMPFunctionCategory',
          'CMPPLSCollection',
          'CMPPLSRecord',
          'CMPRefCursorType',
          'CMPIntelligenceBusArea',
          'CMPIntelligenceSchema',
          'CMPMap',
          'CMPPublicSubMap',
          'CMPProcess',
          'CMPProcessInstalledModule',
          'CMPProcessPackage',
          'CMPProgram',
          'CMPProgramGroup',
          'CMPWBProject',
          'CMPDrillPath',
          'CMPLOVItemClass',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueuePropagation',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPCalendar',
          'CMPCalendarInstalledModule',
          'CMPTaskFlow',
          'CMPTaskFlowInstalledModule',
          'CMPTaskFlowSet',
          'CMPTaskImplementation',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet',
          'CMPObjectType',
          'CMPSQLCollection',
          'CMPWeakFirstClassObject',
          'CMPWeakFolder',
          'CMPWeakModule',
          'CMPAppServerInstalledModule',
          'CMPWebService',
          'CMPWebServicePackage'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPBusinessRuleRelParam',
          'CMPBusinessRuleUsage',
          'CMPRelationUsage',
          'CMPAggregationSpecification',
          'CMPAggSpecUsage',
          'CMPCompositeDimension',
          'CMPCompositeDimensionUsage',
          'CMPCubeDefAggrMethod',
          'CMPCubeDimReference',
          'CMPCubeMeasure',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileAttribute',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPTargetTableUsage',
          'CMPTargetUsage',
          'CMPKMExecUnit',
          'CMPKMExecUnitParam',
          'CMPDimensionAttribute',
          'CMPDimensionRole',
          'CMPHierarchy',
          'CMPHierarchyLevelUsage',
          'CMPLevel',
          'CMPLevelAttribute',
          'CMPSkipLevelRelationship',
          'CMPRecord',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPForeignKey',
          'CMPRelationalDBItem',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPMapExecutionUnit',
          'CMPMapExecutionUnitParameter',
          'CMPMapExecutionUnitUsage',
          'CMPMapTaskFlowUsage',
          'CMPProcessActivity',
          'CMPProcessActivityParameter',
          'CMPSubProcess',
          'CMPDrillItem',
          'CMPDrillLevel',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPQueryCondition',
          'CMPQueryItem',
          'CMPIndex',
          'CMPPartition',
          'CMPPartitionKey',
          'CMPLocalCalendar',
          'CMPTimeWindow',
          'CMPTask',
          'CMPTaskFlowUsage',
          'CMPTaskInstruction',
          'CMPRecordField',
          'CMPVariable',
          'CMPWeakSecondClassObject'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapOperator'
    )
);
create or replace view CMPNamedConfiguration_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ConfigTemplateSet
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,r_15
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPNamedConfiguration'
    )
;
create or replace view CMPNamedConfigurationUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,RemoteAgentAgSg
   ,RemoteAgentFQN
   ,RemoteAgentLUpd
   ,RemoteAgentUOID
   ,RuntimeLocationAgSg
   ,RuntimeLocationFQN
   ,RuntimeLocationLUpd
   ,RuntimeLocationUOID
   ,RemoteAgent
   ,NamedConfiguration
   ,RuntimeLocation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,r_15
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPNamedConfigurationUsage'
    )
;
create or replace view CMPPlatformConfiguration_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,NamedConfiguration
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPlatformConfiguration'
    )
;
create or replace view CMPDiagramNode_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,DiagramComponentOwner
   ,FirstClassObject
   ,Height
   ,Maximized
   ,Minimized
   ,NodeState
   ,Width
   ,X
   ,Y
   ,ElementRef
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_7
   ,b_12
   ,b_13
   ,s3_7
   ,i_8
   ,i_9
   ,i_10
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDiagramFolder',
          'CMPDiagramNode'
    )
;
create or replace view CMPAbstractType_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
   ,Comparator
   ,OwningModel
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_4
   ,r_5
   ,r_6
   ,i_5
   ,s2_7
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAnonymousDomain',
          'CMPArrayType',
          'CMPNamedDomain',
          'CMPPrimitiveType',
          'CMPClassDefinition'
    )
;
create or replace view CMPRange_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,MaxValueInclusive
   ,MinValueInclusive
   ,Domain
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,b_12
   ,b_13
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPRange'
    )
;
create or replace view CMPLocation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ApplicationType
   ,GatewayType
   ,LocType
   ,LocTypeVersion
   ,Registered
   ,Type
   ,Platform
   ,MivDefinition
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,s1_9
   ,s1_10
   ,s1_11
   ,s1_12
   ,b_12
   ,s1_13
   ,r_15
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPLogicalLocation',
          'CMPRuntimeLocation'
    )
;
create or replace view CMPFunctionImplementation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Expression
   ,Syntax
   ,Function
   ,Language
   ,Platform
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,s3_7
   ,cl_3
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPFunctionImplementation'
    )
;
create or replace view CMPIntellBusAreaShortcut_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,FCOAgSg
   ,FCOFQN
   ,FCOLUpd
   ,FCOUOID
   ,BusinessArea
   ,FCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPIntellBusAreaShortcut'
    )
;
create or replace view CMPMapDisplaySet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,NamedItemSetAgSg
   ,NamedItemSetFQN
   ,NamedItemSetLUpd
   ,NamedItemSetUOID
   ,ReferencingObjectAgSg
   ,ReferencingObjectFQN
   ,ReferencingObjectLUpd
   ,ReferencingObjectUOID
   ,Owner
   ,ReferencingObject
   ,NamedItemSet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,r_15
   ,r_16
   ,r_17
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapDisplaySet'
    )
;
create or replace view CMPPhysicalMap_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,LogicalObjectAgSg
   ,LogicalObjectFQN
   ,LogicalObjectLUpd
   ,LogicalObjectUOID
   ,NamedConfigurationAgSg
   ,NamedConfigurationFQN
   ,NamedConfigurationLUpd
   ,NamedConfigurationUOID
   ,LogicalObject
   ,NamedConfiguration
   ,PlatformConfiguration
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,r_15
   ,r_16
   ,r_17
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPhysicalMap'
    )
;
create or replace view CMPSubMapLibrary_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPSubMapLibrary'
    )
;
create or replace view CMPAssociationDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
   ,Aggregation
   ,AssociationType
   ,WeaklyTyped
   ,OwningModel
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_4
   ,r_5
   ,r_6
   ,i_5
   ,b_12
   ,i_7
   ,b_13
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAssociationDefinition'
    )
;
create or replace view CMPClassUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,ReferencedClassDefinitionAgSg
   ,ReferencedClassDefinitionFQN
   ,ReferencedClassDefinitionLUpd
   ,ReferencedClassDefinitionUOID
   ,UsageType
   ,ReferencedClassDefinition
   ,ClassUsageGroup
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,i_7
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPClassUsage'
    )
;
create or replace view CMPClassUsageGroup_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,ClassUsageOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPClassUsageGroup'
    )
;
create or replace view CMPDependencyDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,BiDirectional
   ,SourceComponentType
   ,TargetComponentType
   ,AssociationDefinition
   ,SourceRole
   ,TargetRole
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,b_12
   ,s2_7
   ,s2_8
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDependencyDefinition'
    )
;
create or replace view CMPModelAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,AttributeTypeAgSg
   ,AttributeTypeFQN
   ,AttributeTypeLUpd
   ,AttributeTypeUOID
   ,HasName
   ,AttributeType
   ,ModelAttributeOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPArrayModelAttribute',
          'CMPPrimitiveModelAttribute'
    )
;
create or replace view CMPPropertyDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,Advanced
   ,ContributeToSignature
   ,CustomEditor
   ,DefaultValue
   ,DefinitionKey
   ,DynamicDefault
   ,ExportControl
   ,Hidden
   ,InPlaceEditor
   ,IsPublishedToPublicAPI
   ,IsRole
   ,NameChecked
   ,Override
   ,Password
   ,PropertyReadOnly
   ,PropertyType
   ,Translatable
   ,UserChoiceAllowed
   ,Type
   ,Overridee
   ,PropertyGroupDefinition
   ,OwningPropertySetDefinition
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,b_12
   ,b_13
   ,s2_7
   ,s3_7
   ,s2_8
   ,s2_9
   ,i_7
   ,b_14
   ,s2_10
   ,b_15
   ,b_16
   ,b_17
   ,b_18
   ,b_19
   ,b_20
   ,i_8
   ,b_21
   ,b_22
   ,r_15
   ,r_16
   ,r_17
   ,r_18
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPropertyDefinition'
    )
;
create or replace view CMPPropertyGroupDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,DefinitionKey
   ,Hidden
   ,Type
   ,PropertyGroupOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,s2_7
   ,b_12
   ,s1_9
   ,r_15
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPropertyGroupDefinition'
    )
;
create or replace view CMPPropertySetDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,PropertyType
   ,OwningClassDefinition
   ,Overridee
   ,ParentPropertySet
   ,SuperPropertySet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,i_7
   ,r_15
   ,r_16
   ,r_17
   ,r_18
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPropertySetDefinition'
    )
;
create or replace view CMPRoleDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,FirstClassObject
   ,Position
   ,Aggregate
   ,Binding
   ,CFA
   ,MaxCardinality
   ,MinCardinality
   ,Navigable
   ,Override
   ,AssociationDefinition
   ,OwningClassDefinition
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,r_7
   ,i_5
   ,b_12
   ,b_13
   ,b_14
   ,i_7
   ,i_8
   ,b_15
   ,b_16
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPRoleDefinition'
    )
;
create or replace view CMPProcessTransition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,Position
   ,TransitionCondition
   ,TransitionOrder
   ,OwningProcess
   ,SourceActivity
   ,TargetActivity
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,i_5
   ,s3_7
   ,i_7
   ,r_15
   ,r_16
   ,r_17
from CMPSCOClasses tbl
where s2_1 in (
          'CMPProcessTransition'
    )
;
create or replace view CMPCLOBPropertyValue_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Position
   ,PropertyOwner
   ,FirstClassObject
   ,Value
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_7
   ,r_15
   ,r_7
   ,cl_3
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPCLOBPropertyValue'
    )
;
create or replace view CMPPurePhysicalObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Position
   ,PropertyOwner
   ,FirstClassObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_7
   ,r_15
   ,r_7
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPPurePhysicalObject'
    )
;
create or replace view CMPReferencePropertyValue_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Position
   ,PropertyOwner
   ,FirstClassObject
   ,ReferencedElementAgSg
   ,ReferencedElementFQN
   ,ReferencedElementLUpd
   ,ReferencedElementUOID
   ,ReferencedElement
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_7
   ,r_15
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_16
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPReferencePropertyValue'
    )
;
create or replace view CMPStringPropertyValue_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Position
   ,PropertyOwner
   ,FirstClassObject
   ,Value
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,i_7
   ,r_15
   ,r_7
   ,s3_7
from CMPSCOPrpClasses tbl
where s2_1 in (
          'CMPStringPropertyValue'
    )
;
create or replace view CMPDrillLevelKeyUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,BridgeInfo
   ,Sequence
   ,Attribute
   ,ReferencedItemDefinition
   ,ItemSet
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s3_7
   ,i_7
   ,r_15
   ,r_16
   ,r_17
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDrillLevelKeyUsage'
    )
;
create or replace view CMPJoinComponent_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,BridgeInfo
   ,Sequence
   ,Attribute
   ,ReferencedItemDefinition
   ,ItemSet
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,Operator
   ,RemoteItemAgSg
   ,RemoteItemFQN
   ,RemoteItemLUpd
   ,RemoteItemUOID
   ,RemoteItem
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s3_7
   ,i_7
   ,r_15
   ,r_16
   ,r_17
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,s1_9
   ,t_10
   ,s3_8
   ,t_11
   ,s1_10
   ,r_18
from CMPSCOClasses tbl
where s2_1 in (
          'CMPJoinComponent'
    )
;
create or replace view CMPWBRole_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,SysPrivsAccessCharMap
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,IsAdmin
   ,IsPublic
   ,OwningWorkspace
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,r_4
   ,r_5
   ,r_6
   ,b_12
   ,b_13
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBRole'
    )
;
create or replace view CMPWBUser_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,SysPrivsAccessCharMap
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,IsProtectedFromPublic
   ,IsWorkspaceOwner
   ,PrefCLOB
   ,DefaultLogicalLocation
   ,OwningWorkspace
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,r_4
   ,r_5
   ,r_6
   ,b_12
   ,b_13
   ,cl_3
   ,r_15
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBUser'
    )
;
create or replace view CMPUserFolder_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,OwningModule
   ,OwningSubMapLibrary
   ,ParentFolder
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_4
   ,r_5
   ,r_6
   ,r_15
   ,r_16
   ,r_17
   ,r_18
from CMPFCOClasses tbl
where s2_1 in (
          'CMPUserFolder'
    )
;
create or replace view CMPWeakAssociation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FirstClassObject
   ,AssociatedFCO
   ,LastUpdatedSignature
   ,OwningClass
   ,RefAggregatedSignature
   ,ReferencingClass
   ,RefFQN
   ,RefUOID
   ,SourceClass
   ,SourceRole
   ,TargetClass
   ,TargetRole
   ,AssociatedElement
   ,WeakAssociationOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_7
   ,i_7
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,s3_7
   ,s2_8
   ,s2_9
   ,s2_10
   ,s2_11
   ,s2_12
   ,r_15
   ,r_16
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWeakAssociation'
    )
;
create or replace view CMPRelation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProfileTable',
          'CMPWBFile',
          'CMPFunction',
          'CMPPLSRecord',
          'CMPQueryObject',
          'CMPAdvancedQueue',
          'CMPQueueTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView',
          'CMPObjectType'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleRelParam',
          'CMPRecord',
          'CMPDrillLevel'
    )
);
create or replace view CMPInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPSharedInstalledModule',
          'CMPWBFileInstalledModule',
          'CMPWBRepInstalledModule',
          'CMPWBSAPInstalledModule',
          'CMPBusinessRuleModule',
          'CMPProfile',
          'CMPIntelligenceSchema',
          'CMPProcessInstalledModule',
          'CMPCalendarInstalledModule',
          'CMPTaskFlowInstalledModule',
          'CMPWeakModule',
          'CMPAppServerInstalledModule'
    )
;
create or replace view CMPIcon_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,BinaryData
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,bl_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPIcon'
    )
;
create or replace view CMPBusinessRuleUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,CorrectionOrder
   ,Lastcorrection
   ,Lastddl
   ,Laststrategy
   ,RuleDefinitionAgSg
   ,RuleDefinitionFQN
   ,RuleDefinitionLUpd
   ,RuleDefinitionUOID
   ,RuleDefinition
   ,OwningRelation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,i_7
   ,s3_7
   ,b_12
   ,s1_9
   ,t_10
   ,s3_8
   ,t_11
   ,s1_10
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleUsage'
    )
;
create or replace view CMPCatalog_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ParentCatalog
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPCatalog',
          'CMPWBOracleTTS',
          'CMPWBOracleTTSSet'
    )
;
create or replace view CMPAggregationSpecification_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,AwObjectName
   ,OwningMeasure
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,s3_7
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPAggregationSpecification'
    )
;
create or replace view CMPAggSpecUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,AwObjectName
   ,ReferencedHierarchyAgSg
   ,ReferencedHierarchyFQN
   ,ReferencedHierarchyLUpd
   ,ReferencedHierarchyUOID
   ,ReferencedLevelAgSg
   ,ReferencedLevelFQN
   ,ReferencedLevelLUpd
   ,ReferencedLevelUOID
   ,OwningSpecification
   ,ReferencedHierarchy
   ,ReferencedLevel
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,s3_7
   ,t_10
   ,s3_8
   ,t_11
   ,s1_9
   ,t_12
   ,s3_9
   ,t_13
   ,s1_10
   ,r_16
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPAggSpecUsage'
    )
;
create or replace view CMPCompositeDimension_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,OLAPUserVisible
   ,OwningCube
   ,OwningMeasure
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,b_12
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPCompositeDimension'
    )
;
create or replace view CMPCompositeDimensionUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,CompositeOrder
   ,ReferencedDimensionAgSg
   ,ReferencedDimensionFQN
   ,ReferencedDimensionLUpd
   ,ReferencedDimensionUOID
   ,OwningCompositeDimension
   ,ReferencedDimension
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPCompositeDimensionUsage'
    )
;
create or replace view CMPCube_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,AutoSolve
   ,AwName
   ,AwTableSpaceName
   ,BindingFactAgSg
   ,BindingFactFQN
   ,BindingFactLUpd
   ,BindingFactUOID
   ,Compressed
   ,CreateBitMaps
   ,CreateConstraints
   ,Implementation
   ,LoadPolicyForInvalidKey
   ,LoadPolicyForNull
   ,OLAPUserVisible
   ,PartitionHierarchyAgSg
   ,PartitionHierarchyFQN
   ,PartitionHierarchyLUpd
   ,PartitionHierarchyUOID
   ,PartitionLevelAgSg
   ,PartitionLevelFQN
   ,PartitionLevelLUpd
   ,PartitionLevelUOID
   ,StoragePropertyType
   ,UseGlobalIndex
   ,PartitionHierarchy
   ,InstalledModule
   ,PartitionLevel
   ,BindingFact
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,b_12
   ,s2_4
   ,s2_5
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_13
   ,b_14
   ,b_15
   ,s2_6
   ,s1_10
   ,s1_11
   ,b_16
   ,t_12
   ,s3_8
   ,t_13
   ,s1_12
   ,t_14
   ,s3_9
   ,t_15
   ,s1_13
   ,s2_7
   ,b_17
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPFCOClasses tbl
where s2_1 in (
          'CMPCube'
    )
;
create or replace view CMPCubeDefAggrMethod_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,Aggregatable
   ,AssociatedLevelAttrAgSg
   ,AssociatedLevelAttrFQN
   ,AssociatedLevelAttrLUpd
   ,AssociatedLevelAttrUOID
   ,MethodName
   ,ReferencedCubeDimRef
   ,OwningMeasure
   ,AssociatedHierarchy
   ,AssociatedLevelAttr
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,b_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s1_10
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPCubeDefAggrMethod'
    )
;
create or replace view CMPCubeDimReference_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,BindingAttributeAgSg
   ,BindingAttributeFQN
   ,BindingAttributeLUpd
   ,BindingAttributeUOID
   ,BindingForeignKeyAgSg
   ,BindingForeignKeyFQN
   ,BindingForeignKeyLUpd
   ,BindingForeignKeyUOID
   ,CalculationOrder
   ,DefaultCalculatedHierarchyAgSg
   ,DefaultCalculatedHierarchyFQN
   ,DefaultCalculatedHierarchyLUpd
   ,DefaultCalculatedHierarchyUOID
   ,OLAPUserVisible
   ,ReferencedDimensionAgSg
   ,ReferencedDimensionFQN
   ,ReferencedDimensionLUpd
   ,ReferencedDimensionRoleAgSg
   ,ReferencedDimensionRoleFQN
   ,ReferencedDimensionRoleLUpd
   ,ReferencedDimensionRoleUOID
   ,ReferencedDimensionUOID
   ,ReferencedLevelAgSg
   ,ReferencedLevelAttributeAgSg
   ,ReferencedLevelAttributeFQN
   ,ReferencedLevelAttributeLUpd
   ,ReferencedLevelAttributeUOID
   ,ReferencedLevelFQN
   ,ReferencedLevelLUpd
   ,ReferencedLevelUOID
   ,SparsityOrder
   ,UIposition
   ,BindingAttribute
   ,OwningCube
   ,ReferencedDimension
   ,ReferencedDimensionRole
   ,BindingForeignKey
   ,DefaultCalculatedHierarchy
   ,ReferencedLevel
   ,ReferencedLevelAttribute
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,i_7
   ,t_14
   ,s3_9
   ,t_15
   ,s1_11
   ,b_12
   ,t_16
   ,s3_10
   ,t_17
   ,t_18
   ,s3_11
   ,t_19
   ,s1_12
   ,s1_13
   ,t_20
   ,t_21
   ,s3_12
   ,t_22
   ,s1_14
   ,s3_13
   ,t_23
   ,s1_15
   ,i_8
   ,i_9
   ,r_16
   ,r_17
   ,r_18
   ,r_19
   ,r_20
   ,r_21
   ,r_22
   ,r_23
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPCubeDimReference'
    )
;
create or replace view CMPCubeMeasure_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,AutoSolve
   ,AwObjectName
   ,BindingAttributeAgSg
   ,BindingAttributeFQN
   ,BindingAttributeLUpd
   ,BindingAttributeUOID
   ,Calculated
   ,CharLen
   ,Datatype
   ,DayPrecision
   ,DomainAgSg
   ,DomainFQN
   ,DomainLUpd
   ,DomainUOID
   ,Expression
   ,FractionalSecondPrecision
   ,Length
   ,OLAPUserVisible
   ,Precision
   ,Scale
   ,UIposition
   ,UseGlobalIndex
   ,YearPrecision
   ,BindingAttribute
   ,OwningCube
   ,Domain
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,b_12
   ,s3_7
   ,t_10
   ,s3_8
   ,t_11
   ,s1_9
   ,b_13
   ,i_7
   ,s1_10
   ,i_8
   ,t_12
   ,s3_9
   ,t_13
   ,s1_11
   ,s3_10
   ,i_9
   ,i_10
   ,b_14
   ,i_11
   ,i_12
   ,i_13
   ,b_15
   ,i_14
   ,r_16
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPCubeMeasure'
    )
;
create or replace view CMPDerivationSchema_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,CorrectedModule
   ,OwningProfile
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDerivationSchema'
    )
;
create or replace view CMPTargetTableUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Primary
   ,StageTableAgSg
   ,StageTableFQN
   ,StageTableLUpd
   ,StageTableUOID
   ,TargetTableAgSg
   ,TargetTableFQN
   ,TargetTableLUpd
   ,TargetTableUOID
   ,Tmp1TableAgSg
   ,Tmp1TableFQN
   ,Tmp1TableLUpd
   ,Tmp1TableUOID
   ,Tmp2TableAgSg
   ,Tmp2TableFQN
   ,Tmp2TableLUpd
   ,Tmp2TableUOID
   ,DerivationSchema
   ,ProfileTable
   ,StageTable
   ,TargetTable
   ,Tmp1Table
   ,Tmp2Table
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,b_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,t_14
   ,s3_9
   ,t_15
   ,s1_11
   ,t_16
   ,s3_10
   ,t_17
   ,s1_12
   ,r_16
   ,r_17
   ,r_18
   ,r_19
   ,r_20
   ,r_21
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPTargetTableUsage'
    )
;
create or replace view CMPTargetUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,ReferencedMapAgSg
   ,ReferencedMapFQN
   ,ReferencedMapLUpd
   ,ReferencedMapUOID
   ,ReferencedRelationAgSg
   ,ReferencedRelationFQN
   ,ReferencedRelationLUpd
   ,ReferencedRelationUOID
   ,OwningDerivationSchema
   ,ReferencedMap
   ,ReferencedRelation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,r_16
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPTargetUsage'
    )
;
create or replace view CMPKMExecUnit_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,DataService
   ,KmtaskFlow
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPKMExecUnit'
    )
;
create or replace view CMPKMExecUnitParam_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Value
   ,ExecUnit
   ,ProcessActivityParameter
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,s3_7
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPKMExecUnitParam'
    )
;
create or replace view CMPDiagramFolder_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,DiagramComponentOwner
   ,Height
   ,Maximized
   ,Minimized
   ,NodeState
   ,Width
   ,X
   ,Y
   ,ElementRef
   ,FirstClassObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,b_12
   ,b_13
   ,s3_7
   ,i_8
   ,i_9
   ,i_10
   ,r_16
   ,r_7
from CMPSCOClasses tbl
where s2_1 in (
          'CMPDiagramFolder'
    )
;
create or replace view CMPDimension_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,AwName
   ,AwTableSpaceName
   ,CreateConstraints
   ,DimensionKeySequenceAgSg
   ,DimensionKeySequenceFQN
   ,DimensionKeySequenceLUpd
   ,DimensionKeySequenceUOID
   ,Implementation
   ,LoadPolicyForInvalidKey
   ,LoadPolicyForNull
   ,OLAPPrimarySortOrder
   ,OLAPSecondarySortOrder
   ,OLAPType
   ,OLAPUserVisible
   ,OWBType
   ,RemovePolicy
   ,SlowlyChangingType
   ,StoragePropertyType
   ,TimeDimPopulationMapAgSg
   ,TimeDimPopulationMapFQN
   ,TimeDimPopulationMapLUpd
   ,TimeDimPopulationMapUOID
   ,ValueBased
   ,DefaultDisplayHierarchy
   ,InstalledModule
   ,TimeDimPopulationMap
   ,DimensionKeySequence
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s2_4
   ,s2_5
   ,b_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s2_6
   ,s1_10
   ,s1_11
   ,s2_7
   ,s2_8
   ,s2_9
   ,b_13
   ,s2_10
   ,s2_11
   ,i_7
   ,s2_12
   ,t_12
   ,s3_8
   ,t_13
   ,s1_12
   ,b_14
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDimension'
    )
;
create or replace view CMPDimensionAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,DayPrecision
   ,DomainAgSg
   ,DomainFQN
   ,DomainLUpd
   ,DomainUOID
   ,FractionalSecondPrecision
   ,IdentifierType
   ,Length
   ,OLAPDescriptor
   ,OLAPUserVisible
   ,OWBType
   ,Precision
   ,Scale
   ,YearPrecision
   ,Domain
   ,OwningDimension
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,i_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,i_8
   ,i_9
   ,i_10
   ,s2_4
   ,b_12
   ,s2_5
   ,i_11
   ,i_12
   ,i_13
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPDimensionAttribute'
    )
;
create or replace view CMPDimensionRole_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,OLAPUserVisible
   ,OwningDimension
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,b_12
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPDimensionRole'
    )
;
create or replace view CMPHierarchy_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,OLAPUserVisible
   ,OWBType
   ,Ragged
   ,SortNulls
   ,SortOrder
   ,ValueBased
   ,DisplayDimension
   ,OwningDimension
   ,SortOrderLevelAttribute
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,b_12
   ,s2_4
   ,b_13
   ,s2_5
   ,s2_6
   ,b_14
   ,r_16
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPHierarchy'
    )
;
create or replace view CMPHierarchyLevelUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,AwObjectName
   ,BindingAttributeAgSg
   ,BindingAttributeFQN
   ,BindingAttributeLUpd
   ,BindingAttributeUOID
   ,BindingForeignKeyAgSg
   ,BindingForeignKeyFQN
   ,BindingForeignKeyLUpd
   ,BindingForeignKeyUOID
   ,IsSCDType2Trigger
   ,OLAPUserVisible
   ,Sequence
   ,UIposition
   ,BindingAttribute
   ,BindingForeignKey
   ,OwningHierarchy
   ,ReferencedLevel
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,s3_7
   ,t_10
   ,s3_8
   ,t_11
   ,s1_9
   ,t_12
   ,s3_9
   ,t_13
   ,s1_10
   ,b_12
   ,b_13
   ,i_7
   ,i_8
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPHierarchyLevelUsage'
    )
;
create or replace view CMPLevel_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,BindingDimensionKeyAgSg
   ,BindingDimensionKeyAttrAgSg
   ,BindingDimensionKeyAttrFQN
   ,BindingDimensionKeyAttrLUpd
   ,BindingDimensionKeyAttrUOID
   ,BindingDimensionKeyFQN
   ,BindingDimensionKeyLUpd
   ,BindingDimensionKeyUOID
   ,BindingRelationAgSg
   ,BindingRelationFQN
   ,BindingRelationLUpd
   ,BindingRelationUOID
   ,IsOLAPTotalLevel
   ,OLAPType
   ,OLAPUserVisible
   ,OWBType
   ,UIposition
   ,BindingDimensionKeyAttr
   ,OwningDimension
   ,BindingRelation
   ,BindingDimensionKey
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,t_10
   ,t_11
   ,s3_7
   ,t_12
   ,s1_9
   ,s3_8
   ,t_13
   ,s1_10
   ,t_14
   ,s3_9
   ,t_15
   ,s1_11
   ,b_12
   ,s2_4
   ,b_13
   ,s2_5
   ,i_7
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPLevel'
    )
;
create or replace view CMPLevelAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,BindingAttributeAgSg
   ,BindingAttributeFQN
   ,BindingAttributeLUpd
   ,BindingAttributeUOID
   ,DefaultValue
   ,IsNaturalID
   ,IsSurrogateID
   ,IsT2Effective
   ,IsT2Expiration
   ,IsT2Trigger
   ,IsT3Effective
   ,OLAPDescriptor
   ,OLAPUserVisible
   ,OWBType
   ,UIposition
   ,BindingAttribute
   ,ReferencedDimensionAttr
   ,OwningLevel
   ,T3CurrAttribute
   ,T3PrevAttribute
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s2_4
   ,b_12
   ,b_13
   ,b_14
   ,b_15
   ,b_16
   ,b_17
   ,s2_5
   ,b_18
   ,s2_6
   ,i_7
   ,r_16
   ,r_17
   ,r_18
   ,r_19
   ,r_20
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPLevelAttribute'
    )
;
create or replace view CMPSkipLevelRelationship_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,BindingAttributeAgSg
   ,BindingAttributeFQN
   ,BindingAttributeLUpd
   ,BindingAttributeUOID
   ,BindingForeignKeyAgSg
   ,BindingForeignKeyFQN
   ,BindingForeignKeyLUpd
   ,BindingForeignKeyUOID
   ,IsSCDType2Trigger
   ,BindingAttribute
   ,BindingForeignKey
   ,OwningHierarchy
   ,ChildLevel
   ,ParentLevel
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,b_12
   ,r_16
   ,r_17
   ,r_18
   ,r_19
   ,r_20
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPSkipLevelRelationship'
    )
;
create or replace view CMPCollectionType_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_5
from CMPFCOClasses tbl
where s2_1 in (
          'CMPArrayType'
    )
;
create or replace view CMPDomain_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
   ,Chooser
   ,DataTypeAgSg
   ,DataTypeFQN
   ,DataTypeLUpd
   ,DataTypeUOID
   ,UserChoiceAllowed
   ,ValueInterpreter
   ,DataType
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_5
   ,s2_8
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,s2_9
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAnonymousDomain',
          'CMPNamedDomain'
    )
;
create or replace view CMPScalarType_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_5
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPrimitiveType',
          'CMPClassDefinition'
    )
;
create or replace view CMPLogicalConnector_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ReferencedLocationAgSg
   ,ReferencedLocationFQN
   ,ReferencedLocationLUpd
   ,ReferencedLocationUOID
   ,Registered
   ,OwningLocation
   ,ReferencedLocation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPLogicalConnector'
    )
;
create or replace view CMPLogicalLocation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ApplicationType
   ,GatewayType
   ,LocType
   ,LocTypeVersion
   ,Registered
   ,Type
   ,Platform
   ,MivDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DataSourceFlag
   ,DataTargetFlag
   ,DefaultOwningUser
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s1_9
   ,s1_10
   ,s1_11
   ,s1_12
   ,b_12
   ,s1_13
   ,r_15
   ,r_16
   ,r_17
   ,r_4
   ,r_5
   ,r_6
   ,b_13
   ,b_14
   ,r_18
from CMPFCOClasses tbl
where s2_1 in (
          'CMPLogicalLocation'
    )
;
create or replace view CMPRuntimeLocation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,ApplicationType
   ,GatewayType
   ,LocType
   ,LocTypeVersion
   ,Registered
   ,Type
   ,Platform
   ,MivDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Host
   ,Port
   ,Schema
   ,SID
   ,UserName
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s1_9
   ,s1_10
   ,s1_11
   ,s1_12
   ,b_12
   ,s1_13
   ,r_15
   ,r_16
   ,r_17
   ,r_4
   ,r_5
   ,r_6
   ,s2_4
   ,i_7
   ,s2_5
   ,s1_14
   ,s1_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPRuntimeLocation'
    )
;
create or replace view CMPFunctionCategory_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,CategoryType
   ,InstalledModule
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s1_9
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPFunctionCategory'
    )
;
create or replace view CMPRefCursorType_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,TypeName
   ,ReturnTypeAgSg
   ,ReturnTypeFQN
   ,ReturnTypeLUpd
   ,ReturnTypeUOID
   ,FunctionCategory
   ,ReturnType
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s1_4
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPRefCursorType'
    )
;
create or replace view CMPIntelligenceBusArea_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DerivationSourceFCOAgSg
   ,DerivationSourceFCOFQN
   ,DerivationSourceFCOLUpd
   ,DerivationSourceFCOUOID
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceFCO
   ,DerivationSourceSCO
   ,IntelligenceSchema
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,t_2
   ,s3_3
   ,t_3
   ,s1_5
   ,t_4
   ,s3_4
   ,t_5
   ,s1_6
   ,r_8
   ,r_9
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPIntelligenceBusArea'
    )
;
create or replace view CMPAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPProfileAttribute',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPRelationalDBItem',
          'CMPDrillItem',
          'CMPQueryItem',
          'CMPRecordField'
    )
;
create or replace view CMPItemSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,AppsLabel
   ,OwningRelation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,s2_4
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPRelationUsage',
          'CMPFunctionalDependency',
          'CMPInclusionDependency',
          'CMPProfileForeignKey',
          'CMPProfileUniqueKey',
          'CMPForeignKey',
          'CMPUniqueKey',
          'CMPWBCheckConstraint',
          'CMPWBNamedItemSet',
          'CMPDrillLevelKey',
          'CMPJoin',
          'CMPIndex',
          'CMPPartitionKey'
    )
;
create or replace view CMPBaseMap_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DisplaySetType
   ,CurrentDisplaySet
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_6
   ,r_2
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition',
          'CMPDataRuleMap',
          'CMPMap',
          'CMPPublicSubMap'
    )
);
create or replace view CMPMapExecutionUnit_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,PhysicalMap
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPMapExecutionUnit'
    )
;
create or replace view CMPMapExecutionUnitParameter_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Value
   ,ExecutionUnit
   ,ReferencingParameter
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,s3_7
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPMapExecutionUnitParameter'
    )
;
create or replace view CMPMapExecutionUnitUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,ExecutionUnit
   ,Mappable
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPMapExecutionUnitUsage'
    )
;
create or replace view CMPMappable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,DisplayInfo
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s3_7
   ,s3_8
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute',
          'CMPMapAttributeGroup',
          'CMPMapOperator'
    )
;
create or replace view CMPMapTaskFlowUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,ExecutionUnit
   ,ReferencingTaskFlow
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPMapTaskFlowUsage'
    )
;
create or replace view CMPCollectionModelAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,AttributeTypeAgSg
   ,AttributeTypeFQN
   ,AttributeTypeLUpd
   ,AttributeTypeUOID
   ,HasName
   ,AttributeType
   ,ModelAttributeOwner
   ,FirstClassObject
   ,Position
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,r_15
   ,r_16
   ,r_7
   ,i_5
from CMPSCOClasses tbl
where s2_1 in (
          'CMPArrayModelAttribute'
    )
;
create or replace view CMPScalarModelAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,AttributeTypeAgSg
   ,AttributeTypeFQN
   ,AttributeTypeLUpd
   ,AttributeTypeUOID
   ,HasName
   ,AttributeType
   ,ModelAttributeOwner
   ,FirstClassObject
   ,Position
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,r_15
   ,r_16
   ,r_7
   ,i_5
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPrimitiveModelAttribute'
    )
;
create or replace view CMPBaseProcessActivity_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Position
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_5
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProcess',
          'CMPProgram',
          'CMPTaskFlow'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_5
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProcessActivity',
          'CMPSubProcess',
          'CMPTask'
    )
);
create or replace view CMPProcessPackage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ProcessInstalledModule
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProcessPackage'
    )
;
create or replace view CMPProgramGroup_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProgramGroup'
    )
;
create or replace view CMPWBProject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,VersionLabel
   ,OwningWorkspace
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s2_4
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBProject'
    )
;
create or replace view CMPDrillPath_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DerivationSourceFCOAgSg
   ,DerivationSourceFCOFQN
   ,DerivationSourceFCOLUpd
   ,DerivationSourceFCOUOID
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceFCO
   ,DerivationSourceSCO
   ,RelatedDimensionAgSg
   ,RelatedDimensionFQN
   ,RelatedDimensionLUpd
   ,RelatedDimensionRoleAgSg
   ,RelatedDimensionRoleFQN
   ,RelatedDimensionRoleLUpd
   ,RelatedDimensionRoleUOID
   ,RelatedDimensionUOID
   ,RelatedHierarchyAgSg
   ,RelatedHierarchyFQN
   ,RelatedHierarchyLUpd
   ,RelatedHierarchyUOID
   ,TimeDimension
   ,RelatedDimension
   ,RelatedDimensionRole
   ,RelatedHierarchy
   ,IntelligenceSchema
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,t_2
   ,s3_3
   ,t_3
   ,s1_5
   ,t_4
   ,s3_4
   ,t_5
   ,s1_6
   ,r_8
   ,r_9
   ,t_10
   ,s3_7
   ,t_11
   ,t_12
   ,s3_8
   ,t_13
   ,s1_9
   ,s1_10
   ,t_14
   ,s3_9
   ,t_15
   ,s1_11
   ,b_12
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDrillPath'
    )
;
create or replace view CMPLOVItemClass_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,AlternativeSort
   ,ArrayFetchSize
   ,Cached
   ,DrillToDetail
   ,ItemDefiningLOVAgSg
   ,ItemDefiningLOVFQN
   ,ItemDefiningLOVLUpd
   ,ItemDefiningLOVUOID
   ,ItemDefiningOrderAgSg
   ,ItemDefiningOrderFQN
   ,ItemDefiningOrderLUpd
   ,ItemDefiningOrderUOID
   ,ListOfValues
   ,RequireSearch
   ,ShowInNavigator
   ,SortedDistinct
   ,IntelligenceSchema
   ,ItemDefiningLOV
   ,ItemDefiningOrder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,b_12
   ,i_7
   ,b_13
   ,b_14
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,b_15
   ,b_16
   ,b_17
   ,b_18
   ,r_16
   ,r_17
   ,r_18
from CMPFCOClasses tbl
where s2_1 in (
          'CMPLOVItemClass'
    )
;
create or replace view CMPQueryCondition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,CaseSensitive
   ,ExpressionText
   ,Mandatory
   ,QueryObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,b_12
   ,cl_3
   ,b_13
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPQueryCondition'
    )
;
create or replace view CMPQueuePropagation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,RuleCondition
   ,TargetQueueAgSg
   ,TargetQueueFQN
   ,TargetQueueLUpd
   ,TargetQueueUOID
   ,Transformation
   ,AdvancedQueue
   ,TargetQueue
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s2_4
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s1_10
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPQueuePropagation'
    )
;
create or replace view CMPPartition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Attribute4
   ,AutoSubPartitionOrdering
   ,HashSubpartitionCount
   ,IsDefault
   ,IsSubPartition
   ,PartitionOrder
   ,ValueClause
   ,ParentPartition
   ,PartitionKey
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,s1_9
   ,s1_10
   ,s1_11
   ,b_12
   ,b_13
   ,s1_12
   ,s3_7
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPPartition'
    )
;
create or replace view CMPBaseCalendar_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPCalendar'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPLocalCalendar'
    )
);
create or replace view CMPTimeWindow_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,EndTime
   ,RepeatExpression
   ,StartTime
   ,TimeZone
   ,Owner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,d_3
   ,s3_7
   ,d_4
   ,s2_4
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPTimeWindow'
    )
;
create or replace view CMPTaskFlowSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,CategorizationType
   ,ClassDefinitionName
   ,TriggeringElementAgSg
   ,TriggeringElementFQN
   ,TriggeringElementLUpd
   ,TriggeringElementUOID
   ,TriggeringElement
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s2_4
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPTaskFlowSet'
    )
;
create or replace view CMPTaskFlowUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,TaskFlowAgSg
   ,TaskFlowFQN
   ,TaskFlowLUpd
   ,TaskFlowUOID
   ,TaskFlow
   ,OwningTaskFlowSet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_16
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPTaskFlowUsage'
    )
;
create or replace view CMPTaskImplementation_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Main
   ,Postprocessing
   ,Preprocessing
   ,ReferringTask
   ,OwningTaskFlow
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,cl_3
   ,cl_4
   ,cl_5
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPTaskImplementation'
    )
;
create or replace view CMPTaskInstruction_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Position
   ,OwningTask
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,i_5
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPTaskInstruction'
    )
;
create or replace view CMPWBOracleTTSUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,FCOAgSg
   ,FCOFQN
   ,FCOLUpd
   ,FCOUOID
   ,ReferredType
   ,ParentShortcut
   ,Catalog
   ,FCO
   ,FirstClassObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s2_4
   ,r_15
   ,r_16
   ,r_17
   ,r_7
from CMPSCOClasses tbl
where s2_1 in (
          'CMPWBOracleTTSUsage'
    )
;
create or replace view CMPAbstractCollection_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,TypeName
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_4
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPLSCollection',
          'CMPSQLCollection'
    )
;
create or replace view CMPBaseVariable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ExpressionOwners
   ,PositionInOwner
   ,Position
   ,DataType
   ,Length
   ,Precision
   ,Scale
   ,UsageType
   ,Value
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,cl_2
   ,i_4
   ,i_5
   ,s1_9
   ,i_7
   ,i_8
   ,i_9
   ,s1_10
   ,s3_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProcessActivityParameter',
          'CMPVariable'
    )
;
create or replace view CMPWeakComponent_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWeakFirstClassObject',
          'CMPWeakFolder'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPWeakSecondClassObject'
    )
);
create or replace view CMPWebService_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Async
   ,ReferencedObjectAgSg
   ,ReferencedObjectFQN
   ,ReferencedObjectLUpd
   ,ReferencedObjectUOID
   ,Soapversion
   ,Specification
   ,Wsdlurl
   ,Wsdlversion
   ,OwningInstalledModule
   ,ReferencedObject
   ,OwningWebServiceCategory
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,b_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,s1_10
   ,cl_3
   ,s3_8
   ,s1_11
   ,r_16
   ,r_17
   ,r_18
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWebService'
    )
;
create or replace view CMPWebServicePackage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,OwningInstalledModule
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWebServicePackage'
    )
;
create or replace view CMPRelationalDBObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ExternalElementName
   ,Proxy
   ,SynonymFor
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,s1_10
   ,b_12
   ,s2_4
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProfileTable',
          'CMPExternalTable',
          'CMPWBMaterializedView',
          'CMPWBSequence',
          'CMPWBTable',
          'CMPWBView'
    )
;
create or replace view CMPDatabaseModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ApplicationType
   ,GatewayType
   ,Type
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
   ,s1_11
   ,s1_12
   ,s1_13
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDatabaseModule',
          'CMPProfile',
          'CMPWeakModule'
    )
;
create or replace view CMPSharedInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPSharedInstalledModule'
    )
;
create or replace view CMPWBFileInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBFileInstalledModule'
    )
;
create or replace view CMPWBRepInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBRepInstalledModule'
    )
;
create or replace view CMPWBSAPInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ConnectionType
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
   ,i_7
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBSAPInstalledModule'
    )
;
create or replace view CMPBusinessRuleModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleModule'
    )
;
create or replace view CMPBusinessRuleRelParam_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,FirstClassObject
   ,Position
   ,OwningRuleDefinition
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_7
   ,i_5
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleRelParam'
    )
;
create or replace view CMPRelationUsage_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,Position
   ,ReferencedRelationAgSg
   ,ReferencedRelationFQN
   ,ReferencedRelationLUpd
   ,ReferencedRelationUOID
   ,ReferencedRelDefinitionAgSg
   ,ReferencedRelDefinitionFQN
   ,ReferencedRelDefinitionLUpd
   ,ReferencedRelDefinitionUOID
   ,ReferencedRelDefinition
   ,BusinessRuleUsage
   ,ReferencedRelation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,i_5
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,r_17
   ,r_18
   ,r_19
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPRelationUsage'
    )
;
create or replace view CMPFunctionalDependency_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,Type
   ,RhsAttribute
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,i_3
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPFunctionalDependency'
    )
;
create or replace view CMPInclusionDependency_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,Type
   ,TargetIND
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,i_3
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPInclusionDependency'
    )
;
create or replace view CMPAnonymousDomain_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,Chooser
   ,DataTypeAgSg
   ,DataTypeFQN
   ,DataTypeLUpd
   ,DataTypeUOID
   ,UserChoiceAllowed
   ,ValueInterpreter
   ,DataType
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,s2_8
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,s2_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,i_5
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAnonymousDomain'
    )
;
create or replace view CMPArrayType_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
   ,BaseElementTypeAgSg
   ,BaseElementTypeFQN
   ,BaseElementTypeLUpd
   ,BaseElementTypeUOID
   ,BaseElementType
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_5
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPArrayType'
    )
;
create or replace view CMPNamedDomain_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,Chooser
   ,DataTypeAgSg
   ,DataTypeFQN
   ,DataTypeLUpd
   ,DataTypeUOID
   ,UserChoiceAllowed
   ,ValueInterpreter
   ,DataType
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,s2_8
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,s2_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,i_5
from CMPFCOClasses tbl
where s2_1 in (
          'CMPNamedDomain'
    )
;
create or replace view CMPPrimitiveType_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
   ,Formator
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_5
   ,s2_8
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPrimitiveType'
    )
;
create or replace view CMPRecord_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,FirstClassObject
   ,Position
   ,RecordClassifierValue
   ,RecordSize
   ,OwningFile
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_7
   ,i_5
   ,s1_10
   ,i_7
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPRecord'
    )
;
create or replace view CMPWBFile_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,ByteOrder
   ,CharacterSet
   ,ContinuationCharOnNextLine
   ,CopybookSource
   ,FieldDelimiter
   ,FixedWidth
   ,HasByteOrderMark
   ,LineContinuationChar
   ,PhysicalRecordNumber
   ,PhysicalRecordSize
   ,RecordClassifierLength
   ,RecordClassifierPosition
   ,RecordDelimiter
   ,SelfDescribing
   ,SkipRecords
   ,SourceFrom
   ,StringEnclosure
   ,UseFirstRow
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,s1_10
   ,s1_11
   ,b_12
   ,cl_3
   ,s1_12
   ,b_13
   ,b_14
   ,s1_13
   ,i_7
   ,i_8
   ,i_9
   ,i_10
   ,s1_14
   ,b_15
   ,i_11
   ,s2_4
   ,s1_15
   ,b_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBFile'
    )
;
create or replace view CMPFunction_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DerivationSourceFCOAgSg
   ,DerivationSourceFCOFQN
   ,DerivationSourceFCOLUpd
   ,DerivationSourceFCOUOID
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceFCO
   ,DerivationSourceSCO
   ,Available
   ,DesignFunctionAgSg
   ,DesignFunctionFQN
   ,DesignFunctionLUpd
   ,DesignFunctionUOID
   ,Deterministic
   ,ParallelEnabled
   ,Proc
   ,Signature
   ,DesignFunction
   ,FunctionCategory
   ,ParallelImplementation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,t_2
   ,s3_3
   ,t_3
   ,s1_5
   ,t_4
   ,s3_4
   ,t_5
   ,s1_6
   ,r_8
   ,r_9
   ,b_12
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,b_13
   ,b_14
   ,b_15
   ,s3_8
   ,r_17
   ,r_18
   ,r_19
from CMPFCOClasses tbl
where s2_1 in (
          'CMPFunction'
    )
;
create or replace view CMPPLSCollection_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,TypeName
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,FunctionCategory
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s1_4
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPLSCollection'
    )
;
create or replace view CMPPLSRecord_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,TypeName
   ,FunctionCategory
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,s1_4
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPLSRecord'
    )
;
create or replace view CMPIntelligenceSchema_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPIntelligenceSchema'
    )
;
create or replace view CMPForeignKey_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,Mandatory
   ,OneToOne
   ,UniqueKeyAgSg
   ,UniqueKeyFQN
   ,UniqueKeyLUpd
   ,UniqueKeyUOID
   ,UniqueKey
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,b_12
   ,b_13
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProfileForeignKey',
          'CMPForeignKey'
    )
;
create or replace view CMPItem_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam',
          'CMPProfileAttribute',
          'CMPWBField',
          'CMPFunctionArgument',
          'CMPExternalTableItem',
          'CMPRelationalDBItem',
          'CMPRecordField'
    )
;
create or replace view CMPUniqueKey_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,PrimaryKey
   ,ReferencedItem
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,b_12
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProfileUniqueKey',
          'CMPUniqueKey'
    )
;
create or replace view CMPWBCheckConstraint_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,SearchCondition
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,s3_7
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPWBCheckConstraint'
    )
;
create or replace view CMPWBNamedItemSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,Show
   ,TypeCode
   ,Visible
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,b_12
   ,s1_9
   ,b_13
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPWBNamedItemSet'
    )
;
create or replace view CMPBaseEmbedMap_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DisplaySetType
   ,CurrentDisplaySet
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_6
   ,r_2
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition'
    )
);
create or replace view CMPMap_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DisplaySetType
   ,CurrentDisplaySet
   ,InstalledModule
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_6
   ,r_2
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDataRuleMap',
          'CMPMap'
    )
;
create or replace view CMPMapAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,DisplayInfo
   ,FirstClassObject
   ,Position
   ,AllowedConnectionType
   ,DataType
   ,DayPrecision
   ,ExpandedExpression
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Precision
   ,ReferencingObjectAgSg
   ,ReferencingObjectFQN
   ,ReferencingObjectLUpd
   ,ReferencingObjectUOID
   ,Scale
   ,YearPrecision
   ,ConnectFrom
   ,ParentAttribute
   ,ReferencingObject
   ,AttributeGroup
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s3_7
   ,s3_8
   ,r_7
   ,i_5
   ,i_7
   ,s3_9
   ,i_8
   ,s3_10
   ,s3_11
   ,i_9
   ,i_10
   ,i_11
   ,t_10
   ,s3_12
   ,t_11
   ,s1_9
   ,i_12
   ,i_13
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttribute'
    )
;
create or replace view CMPMapAttributeGroup_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,DisplayInfo
   ,FirstClassObject
   ,Position
   ,CardinalityType
   ,Direction
   ,ReferencingObjectAgSg
   ,ReferencingObjectFQN
   ,ReferencingObjectLUpd
   ,ReferencingObjectUOID
   ,CardinalitySource
   ,ParentAttributeGroup
   ,ReferencingObject
   ,AttributeGroupOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s3_7
   ,s3_8
   ,r_7
   ,i_5
   ,i_7
   ,i_8
   ,t_10
   ,s3_9
   ,t_11
   ,s1_9
   ,r_16
   ,r_17
   ,r_18
   ,r_19
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapAttributeGroup'
    )
;
create or replace view CMPMapOperator_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,DisplayInfo
   ,FirstClassObject
   ,DisplaySetType
   ,CurrentDisplaySet
   ,ReferencingObjectAgSg
   ,ReferencingObjectFQN
   ,ReferencingObjectLUpd
   ,ReferencingObjectUOID
   ,ReferencingObject
   ,OperatorOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s3_7
   ,s3_8
   ,r_7
   ,i_6
   ,r_2
   ,t_10
   ,s3_9
   ,t_11
   ,s1_9
   ,r_16
   ,r_17
from CMPSCOMapClasses tbl
where s2_1 in (
          'CMPMapOperator'
    )
;
create or replace view CMPPublicSubMap_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DisplaySetType
   ,CurrentDisplaySet
   ,Library
   ,OwningProject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_6
   ,r_2
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPPublicSubMap'
    )
;
create or replace view CMPArrayModelAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,AttributeTypeAgSg
   ,AttributeTypeFQN
   ,AttributeTypeLUpd
   ,AttributeTypeUOID
   ,HasName
   ,AttributeType
   ,ModelAttributeOwner
   ,FirstClassObject
   ,Position
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,r_15
   ,r_16
   ,r_7
   ,i_5
from CMPSCOClasses tbl
where s2_1 in (
          'CMPArrayModelAttribute'
    )
;
create or replace view CMPClassDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,Comparator
   ,OwningModel
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
   ,Abstract
   ,ClassPersistent
   ,DisplayName
   ,Extensible
   ,FolderTreeIcon
   ,Generatable
   ,NamespaceDomain
   ,PackageName
   ,PublicClassName
   ,PublicWeaklyTyped
   ,ShortcutTreeIcon
   ,Stereotype
   ,TreeIcon
   ,WeaklyTyped
   ,Overridee
   ,Superclass
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,s2_7
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_5
   ,b_12
   ,b_13
   ,s2_8
   ,b_14
   ,s2_9
   ,b_15
   ,s2_10
   ,s2_11
   ,s2_12
   ,b_16
   ,s2_13
   ,i_7
   ,s2_14
   ,b_17
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPClassDefinition'
    )
;
create or replace view CMPPrimitiveModelAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,EditorClassName
   ,PropertySheetClassName
   ,WizardClassName
   ,AttributeTypeAgSg
   ,AttributeTypeFQN
   ,AttributeTypeLUpd
   ,AttributeTypeUOID
   ,HasName
   ,AttributeType
   ,ModelAttributeOwner
   ,FirstClassObject
   ,Position
   ,Value
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,s2_4
   ,s2_5
   ,s2_6
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,b_12
   ,r_15
   ,r_16
   ,r_7
   ,i_5
   ,s3_8
from CMPSCOClasses tbl
where s2_1 in (
          'CMPPrimitiveModelAttribute'
    )
;
create or replace view CMPBaseProcess_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
   ,UnusedIndexes
   ,Position
) as ( select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,cl_1
   ,i_5
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProcess',
          'CMPTaskFlow'
    )
 UNION ALL select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,cl_1
   ,i_5
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPSubProcess'
    )
);
create or replace view CMPProcessActivity_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
   ,FirstClassObject
   ,Position
   ,OwningBaseProcess
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,r_7
   ,i_5
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProcessActivity',
          'CMPTask'
    )
;
create or replace view CMPProcessActivityParameter_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DataType
   ,Length
   ,Precision
   ,Scale
   ,UsageType
   ,Value
   ,FirstClassObject
   ,ExpressionOwners
   ,PositionInOwner
   ,Position
   ,BoundName
   ,BoundType
   ,DefaultValue
   ,Direction
   ,Editor
   ,ParamOrArgAgSg
   ,ParamOrArgFQN
   ,ParamOrArgLUpd
   ,ParamOrArgUOID
   ,Owner
   ,BoundData
   ,ParamOrArg
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,i_7
   ,i_8
   ,i_9
   ,s1_10
   ,s3_7
   ,r_7
   ,cl_2
   ,i_4
   ,i_5
   ,s1_11
   ,s1_12
   ,s3_8
   ,i_10
   ,s2_4
   ,t_10
   ,s3_9
   ,t_11
   ,s1_13
   ,r_16
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProcessActivityParameter'
    )
;
create or replace view CMPProcessInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProcessInstalledModule'
    )
;
create or replace view CMPProgram_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Position
   ,OwningProgramGroup
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,i_5
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProgram'
    )
;
create or replace view CMPDrillItem_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,QueryItemAgSg
   ,QueryItemFQN
   ,QueryItemLUpd
   ,QueryItemUOID
   ,Dependency
   ,QueryItem
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPDrillItem'
    )
;
create or replace view CMPDrillLevel_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,DefaultRootLevel
   ,GrandTotalLevel
   ,QueryObjectAgSg
   ,QueryObjectFQN
   ,QueryObjectLUpd
   ,QueryObjectUOID
   ,RelatedLevelAgSg
   ,RelatedLevelFQN
   ,RelatedLevelLUpd
   ,RelatedLevelUOID
   ,SupportsRollup
   ,DrillPath
   ,RelatedLevel
   ,QueryObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,b_12
   ,b_13
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,t_12
   ,s3_8
   ,t_13
   ,s1_11
   ,b_14
   ,r_17
   ,r_18
   ,r_19
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPDrillLevel'
    )
;
create or replace view CMPDrillLevelKey_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,ChronologicalKey
   ,PrimaryKey
   ,UseForDrilldown
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,b_12
   ,b_13
   ,b_14
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPDrillLevelKey'
    )
;
create or replace view CMPIntelligenceItem_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,RelatedAttributeAgSg
   ,RelatedAttributeFQN
   ,RelatedAttributeLUpd
   ,RelatedAttributeUOID
   ,RelatedAttribute
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPQueryItem'
    )
;
create or replace view CMPJoin_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,AllowDetailNoMaster
   ,AllowMasterNoDetail
   ,ExternalKeyName
   ,Mandatory
   ,OneToOne
   ,ReferencedObjectAgSg
   ,ReferencedObjectFQN
   ,ReferencedObjectLUpd
   ,ReferencedObjectUOID
   ,RelatedForeignKeyAgSg
   ,RelatedForeignKeyFQN
   ,RelatedForeignKeyLUpd
   ,RelatedForeignKeyUOID
   ,RelatedForeignKey
   ,ReferencedObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,b_12
   ,b_13
   ,s2_5
   ,b_14
   ,b_15
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,t_12
   ,s3_8
   ,t_13
   ,s1_10
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPJoin'
    )
;
create or replace view CMPQueryObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DerivationSourceFCOAgSg
   ,DerivationSourceFCOFQN
   ,DerivationSourceFCOLUpd
   ,DerivationSourceFCOUOID
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceFCO
   ,DerivationSourceSCO
   ,BridgeTable
   ,DistinctValues
   ,ExternalTableName
   ,Hidden
   ,ObjectType
   ,RelatedDesignFCOAgSg
   ,RelatedDesignFCOFQN
   ,RelatedDesignFCOLUpd
   ,RelatedDesignFCOUOID
   ,RelatedDimensionRoleAgSg
   ,RelatedDimensionRoleFQN
   ,RelatedDimensionRoleLUpd
   ,RelatedDimensionRoleUOID
   ,RelatedLevelAgSg
   ,RelatedLevelFQN
   ,RelatedLevelLUpd
   ,RelatedLevelUOID
   ,RelatedDesignFCO
   ,RelatedDimensionRole
   ,RelatedLevel
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,t_2
   ,s3_3
   ,t_3
   ,s1_5
   ,t_4
   ,s3_4
   ,t_5
   ,s1_6
   ,r_8
   ,r_9
   ,b_12
   ,b_13
   ,s2_4
   ,b_14
   ,s1_10
   ,t_10
   ,s3_7
   ,t_11
   ,s1_11
   ,t_12
   ,s3_8
   ,t_13
   ,s1_12
   ,t_14
   ,s3_9
   ,t_15
   ,s1_13
   ,r_17
   ,r_18
   ,r_19
from CMPFCOClasses tbl
where s2_1 in (
          'CMPQueryObject'
    )
;
create or replace view CMPAdvancedQueue_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Category
   ,DequeueEnabled
   ,EnqueueEnabled
   ,QueueTableAgSg
   ,QueueTableFQN
   ,QueueTableLUpd
   ,QueueTableUOID
   ,QueueTable
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,i_7
   ,b_12
   ,b_13
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAdvancedQueue'
    )
;
create or replace view CMPQueueTable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,MessageGrouping
   ,Secure
   ,SortList
   ,PayloadType
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,b_12
   ,b_13
   ,s1_10
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPQueueTable'
    )
;
create or replace view CMPIndex_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,Expression
   ,IndexType
   ,LocalIndex
   ,LocalPartitionType
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,cl_3
   ,s1_9
   ,b_12
   ,s1_10
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPIndex'
    )
;
create or replace view CMPPartitionKey_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,FirstClassObject
   ,Attribute2
   ,ConstraintName
   ,Count
   ,Expression
   ,HashPartitionQuantity
   ,IsSubPartitionKey
   ,PartitionType
   ,OwningIndex
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,r_7
   ,s1_9
   ,s1_10
   ,i_7
   ,s3_7
   ,s1_11
   ,b_12
   ,s1_12
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPPartitionKey'
    )
;
create or replace view CMPCalendar_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,CalendarModule
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPCalendar'
    )
;
create or replace view CMPCalendarInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPCalendarInstalledModule'
    )
;
create or replace view CMPLocalCalendar_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,Schedulable
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPLocalCalendar'
    )
;
create or replace view CMPTaskFlowInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPTaskFlowInstalledModule'
    )
;
create or replace view CMPWBOracleTTS_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ParentCatalog
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_16
   ,r_17
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBOracleTTS'
    )
;
create or replace view CMPWBOracleTTSSet_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ParentCatalog
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_16
   ,r_17
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBOracleTTSSet'
    )
;
create or replace view CMPObjectType_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,TypeName
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,s1_4
from CMPFCOClasses tbl
where s2_1 in (
          'CMPObjectType'
    )
;
create or replace view CMPSQLCollection_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,TypeName
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,ArrayLength
   ,CharacterSetName
   ,ElemTypeMod
   ,ElemTypeName
   ,ElemTypeOwner
   ,Length
   ,Precision
   ,Scale
   ,UpperBound
   ,OwningModule
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,s1_4
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,i_7
   ,s2_4
   ,s1_9
   ,s1_10
   ,s1_11
   ,i_8
   ,i_9
   ,i_10
   ,i_11
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPSQLCollection'
    )
;
create or replace view CMPVariable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DataType
   ,Length
   ,Precision
   ,Scale
   ,UsageType
   ,Value
   ,FirstClassObject
   ,ExpressionOwners
   ,PositionInOwner
   ,Position
   ,Owner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,i_7
   ,i_8
   ,i_9
   ,s1_10
   ,s3_7
   ,r_7
   ,cl_2
   ,i_4
   ,i_5
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPVariable'
    )
;
create or replace view CMPWeakFirstClassObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,WeakFirstClassObjectOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,r_16
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWeakFirstClassObject',
          'CMPWeakFolder'
    )
;
create or replace view CMPWeakSecondClassObject_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,FirstClassObject
   ,WeakSecondClassObjectOwner
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_7
   ,r_16
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPWeakSecondClassObject'
    )
;
create or replace view CMPAppServerInstalledModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPAppServerInstalledModule'
    )
;
create or replace view CMPBusinessRuleDefinition_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DisplaySetType
   ,CurrentDisplaySet
   ,ProfileObjectAgSg
   ,ProfileObjectFQN
   ,ProfileObjectLUpd
   ,ProfileObjectUOID
   ,OwningModule
   ,ProfileObject
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_4
   ,r_5
   ,r_6
   ,i_6
   ,r_2
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_16
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPBusinessRuleDefinition'
    )
;
create or replace view CMPBusinessRuleItemParam_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPBusinessRuleItemParam'
    )
;
create or replace view CMPDataRuleMap_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,InstalledModule
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,DisplaySetType
   ,CurrentDisplaySet
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,i_6
   ,r_2
from CMPFCOClasses tbl
where s2_1 in (
          'CMPDataRuleMap'
    )
;
create or replace view CMPProfile_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ApplicationType
   ,GatewayType
   ,Type
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,s1_11
   ,s1_12
   ,s1_13
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProfile'
    )
;
create or replace view CMPProfileAttribute_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
   ,FirstClassObject
   ,Type
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,Attrtype
   ,Domain
   ,ReferencedItem
   ,OrigAttribute
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
   ,r_7
   ,i_3
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,i_18
   ,b_17
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProfileAttribute'
    )
;
create or replace view CMPProfileForeignKey_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,Mandatory
   ,OneToOne
   ,UniqueKeyAgSg
   ,UniqueKeyFQN
   ,UniqueKeyLUpd
   ,UniqueKeyUOID
   ,UniqueKey
   ,FirstClassObject
   ,Type
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,b_12
   ,b_13
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_17
   ,r_7
   ,i_3
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProfileForeignKey'
    )
;
create or replace view CMPProfileUniqueKey_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,AppsLabel
   ,OwningRelation
   ,PrimaryKey
   ,ReferencedItem
   ,FirstClassObject
   ,Type
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s2_4
   ,r_16
   ,b_12
   ,r_17
   ,r_7
   ,i_3
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPProfileUniqueKey'
    )
;
create or replace view CMPWBField_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,DefaultIfValue
   ,EndPosition
   ,FieldLength
   ,FormatMask
   ,NullIfValue
   ,SQLDatatype
   ,SQLLength
   ,SQLPrecision
   ,SQLScale
   ,StartPosition
   ,Usage
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,s1_10
   ,i_18
   ,i_19
   ,s2_6
   ,s1_11
   ,s1_12
   ,i_20
   ,i_21
   ,i_22
   ,i_23
   ,s1_13
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPWBField'
    )
;
create or replace view CMPFunctionArgument_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,Input
   ,IsTabFuncParallel
   ,Output
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,b_17
   ,b_18
   ,b_19
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPFunctionArgument'
    )
;
create or replace view CMPRelationalDBItem_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,ReferencedItem
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,r_17
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPExternalTableItem',
          'CMPRelationalDBItem'
    )
;
create or replace view CMPProcess_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,UnusedIndexes
   ,Position
   ,OwningPackage
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,cl_1
   ,i_5
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProcess'
    )
;
create or replace view CMPSubProcess_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
   ,FirstClassObject
   ,UnusedIndexes
   ,Position
   ,OwningProcess
   ,OwningTaskFlow
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,r_7
   ,cl_1
   ,i_5
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPSubProcess'
    )
;
create or replace view CMPQueryItem_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,RelatedAttributeAgSg
   ,RelatedAttributeFQN
   ,RelatedAttributeLUpd
   ,RelatedAttributeUOID
   ,RelatedAttribute
   ,FirstClassObject
   ,DerivationSourceSCOAgSg
   ,DerivationSourceSCOFQN
   ,DerivationSourceSCOLUpd
   ,DerivationSourceSCOUOID
   ,DerivationSourceSCO
   ,DerivedFCO
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,Alignment
   ,CaseDisplay
   ,CaseStorage
   ,ColumnItem
   ,ContentType
   ,DefaultPlacement
   ,DefaultRollupFunction
   ,DisplayNullValue
   ,ExpressionText
   ,ExternalColumnName
   ,FormatMask
   ,Heading
   ,Hidden
   ,ItemDatatype
   ,LovItemClassAgSg
   ,LovItemClassFQN
   ,LovItemClassLUpd
   ,LovItemClassUOID
   ,MaxDataWidth
   ,MaxDisplayWidth
   ,WordWrap
   ,Dependency
   ,LovItemClass
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,t_10
   ,s3_7
   ,t_11
   ,s1_9
   ,r_17
   ,r_7
   ,t_8
   ,s3_6
   ,t_9
   ,s1_8
   ,r_11
   ,r_12
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,s1_10
   ,s1_11
   ,s1_12
   ,b_13
   ,s1_13
   ,s1_14
   ,s2_5
   ,s2_6
   ,cl_3
   ,s2_7
   ,s2_8
   ,s2_9
   ,b_14
   ,s1_15
   ,t_12
   ,s3_8
   ,t_13
   ,s1_16
   ,i_8
   ,i_9
   ,b_15
   ,r_18
   ,r_19
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPQueryItem'
    )
;
create or replace view CMPExternalTable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ExternalElementName
   ,Proxy
   ,SynonymFor
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,AccessParameters
   ,DefaultLocationAgSg
   ,DefaultLocationFQN
   ,DefaultLocationLUpd
   ,DefaultLocationUOID
   ,RefersToAgSg
   ,RefersToFQN
   ,RefersToLUpd
   ,RefersToUOID
   ,DefaultLocation
   ,RefersTo
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,s1_10
   ,b_12
   ,s2_4
   ,r_4
   ,r_5
   ,r_6
   ,cl_3
   ,t_10
   ,s3_7
   ,t_11
   ,s1_11
   ,t_12
   ,s3_8
   ,t_13
   ,s1_12
   ,r_17
   ,r_18
from CMPFCOClasses tbl
where s2_1 in (
          'CMPExternalTable'
    )
;
create or replace view CMPWBMaterializedView_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ExternalElementName
   ,Proxy
   ,SynonymFor
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,SelectQuery
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,s1_10
   ,b_12
   ,s2_4
   ,r_4
   ,r_5
   ,r_6
   ,cl_3
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBMaterializedView'
    )
;
create or replace view CMPWBSequence_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ExternalElementName
   ,Proxy
   ,SynonymFor
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,s1_10
   ,b_12
   ,s2_4
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBSequence'
    )
;
create or replace view CMPWBTable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ExternalElementName
   ,Proxy
   ,SynonymFor
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Tt
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,s1_10
   ,b_12
   ,s2_4
   ,r_4
   ,r_5
   ,r_6
   ,r_17
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProfileTable',
          'CMPWBTable'
    )
;
create or replace view CMPWBView_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ExternalElementName
   ,Proxy
   ,SynonymFor
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,SelectQuery
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,s1_10
   ,b_12
   ,s2_4
   ,r_4
   ,r_5
   ,r_6
   ,cl_3
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWBView'
    )
;
create or replace view CMPTask_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
   ,OwningBaseProcess
   ,FirstClassObject
   ,Position
   ,TaskImplementationAgSg
   ,TaskImplementationFQN
   ,TaskImplementationLUpd
   ,TaskImplementationUOID
   ,TaskImplementation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,r_17
   ,r_7
   ,i_5
   ,t_12
   ,s3_8
   ,t_13
   ,s1_13
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPTask'
    )
;
create or replace view CMPTaskFlow_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,BoundName
   ,CopyOfAgSg
   ,CopyOfFQN
   ,CopyOfLUpd
   ,CopyOfUOID
   ,Handler
   ,Icon
   ,X
   ,Y
   ,CopyOf
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,UnusedIndexes
   ,Position
   ,OwningInstalledModule
   ,PlatformSrc
   ,PlatformTgt
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,t_10
   ,s3_7
   ,t_11
   ,s1_10
   ,s1_11
   ,s1_12
   ,f_1
   ,f_2
   ,r_16
   ,r_4
   ,r_5
   ,r_6
   ,cl_1
   ,i_5
   ,r_17
   ,r_18
   ,r_19
from CMPFCOClasses tbl
where s2_1 in (
          'CMPTaskFlow'
    )
;
create or replace view CMPRecordField_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,OrderByAgSg
   ,OrderByFQN
   ,OrderByLUpd
   ,OrderByUOID
   ,PartitionedByAgSg
   ,PartitionedByFQN
   ,PartitionedByLUpd
   ,PartitionedByUOID
   ,OrderBy
   ,PartitionedBy
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,t_10
   ,s3_9
   ,t_11
   ,s1_10
   ,t_12
   ,s3_10
   ,t_13
   ,s1_11
   ,r_17
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPRecordField'
    )
;
create or replace view CMPWeakFolder_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,WeakFirstClassObjectOwner
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,r_16
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWeakFolder'
    )
;
create or replace view CMPWeakModule_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,DatabaseLink
   ,ImportUsage
   ,Status
   ,TypeCode
   ,Platform
   ,MIVDefinition
   ,OwningProject
   ,ApplicationType
   ,GatewayType
   ,Type
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,cl_3
   ,s1_10
   ,s2_4
   ,r_16
   ,r_17
   ,r_18
   ,s1_11
   ,s1_12
   ,s1_13
   ,r_4
   ,r_5
   ,r_6
from CMPFCOClasses tbl
where s2_1 in (
          'CMPWeakModule'
    )
;
create or replace view CMPProfileTable_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,Prefix
   ,InstalledModule
   ,ExternalElementName
   ,Proxy
   ,SynonymFor
   ,Tt
   ,ACLContainer
   ,ValidationResult
   ,OwningFolder
   ,Loaded
   ,Profiled
   ,ProfileMask
   ,ReferencedRelationAgSg
   ,ReferencedRelationFQN
   ,ReferencedRelationLUpd
   ,ReferencedRelationUOID
   ,ReferencedRelation
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,s1_9
   ,r_16
   ,s1_10
   ,b_12
   ,s2_4
   ,r_17
   ,r_4
   ,r_5
   ,r_6
   ,b_13
   ,b_14
   ,i_7
   ,t_10
   ,s3_7
   ,t_11
   ,s1_11
   ,r_18
from CMPFCOClasses tbl
where s2_1 in (
          'CMPProfileTable'
    )
;
create or replace view CMPExternalTableItem_R
(
    WorkspaceID,
    DeletionParent,
    AggregatedSignature
   ,ClassName
   ,Completed
   ,CreatedBy
   ,CreationTimestamp
   ,CustomerDeletable
   ,CustomerRenamable
   ,DeleteInOverride
   ,Description
   ,Editable
   ,ElementId
   ,Imported
   ,LogicalName
   ,MetadataSignature
   ,Name
   ,Note
   ,NOTM
   ,OverrideAttributes
   ,OverrideChildren
   ,OverrideRoles
   ,Persistent
   ,Seeded
   ,StrongTypeName
   ,UOID
   ,UpdatedBy
   ,UpdateTimestamp
   ,IconObject
   ,Project
   ,MetaImportBytesPerChar
   ,MetaImportCharset
   ,MetaImportUseCharSemantics
   ,OwningRelation
   ,AppsLabel
   ,AttOffset
   ,CharLength
   ,DatabaseLength
   ,DayPrecision
   ,DecimalPlaces
   ,DefaultValue
   ,Expression
   ,FractionalSecondsPrecision
   ,Length
   ,Nullable
   ,Placement
   ,Precision
   ,Scale
   ,TypeCode
   ,Variable
   ,Virtual
   ,YearPrecision
   ,ReferencedItem
   ,FirstClassObject
   ,Position
   ,TypeDefinitionAgSg
   ,TypeDefinitionFQN
   ,TypeDefinitionLUpd
   ,TypeDefinitionUOID
   ,TypeDefinition
   ,ExternalTableFieldAgSg
   ,ExternalTableFieldFQN
   ,ExternalTableFieldLUpd
   ,ExternalTableFieldUOID
   ,ExternalTableField
) as select
    WorkspaceID,
    DeletionParent,
    t_1
   ,s2_1
   ,b_1
   ,s1_1
   ,d_1
   ,b_2
   ,b_3
   ,b_4
   ,s3_1
   ,b_5
   ,i_1
   ,b_6
   ,s4_1
   ,s2_2
   ,s4_2
   ,s3_2
   ,i_2
   ,b_7
   ,b_8
   ,b_9
   ,b_10
   ,b_11
   ,s2_3
   ,s1_2
   ,s1_3
   ,d_2
   ,r_1
   ,r_15
   ,i_7
   ,s2_4
   ,b_12
   ,r_16
   ,s2_5
   ,i_8
   ,b_13
   ,i_9
   ,i_10
   ,i_11
   ,s3_7
   ,s3_8
   ,i_12
   ,i_13
   ,b_14
   ,i_14
   ,i_15
   ,i_16
   ,s1_9
   ,b_15
   ,b_16
   ,i_17
   ,r_17
   ,r_7
   ,i_5
   ,t_6
   ,s3_5
   ,t_7
   ,s1_7
   ,r_10
   ,t_10
   ,s3_9
   ,t_11
   ,s1_10
   ,r_18
from CMPSCOCfgClasses tbl
where s2_1 in (
          'CMPExternalTableItem'
    )
;