OMBIMPORT CT_FILE

Purpose

Imports a code template from an ODI (Oracle Data Integrator) knowledge module file.

Prerequisites

Must be in a project context

Syntax

odiKMImportCommand =  ( CT_FILE "QUOTED_STRING" [ "kmNameClause" ] [ 
          "kmModuleClause" ] )
     kmNameClause =  CT_NAME "QUOTED_STRING"
     kmModuleClause =  CT_FOLDER_NAME "QUOTED_STRING"

Parameters

odiKMImportCommand

Import an ODI knowledge module from a file.

kmNameClause

Name assigned to imported code template. A generated name will be used if this is not set.

kmModuleClause

CT folder used to contain the code template. If the module name is prefaced by "PUBIC_PROJECT/" the importer will create/use the ct module in the public project. If the PUBLIC_PROJECT is not set, the ct module created/used will be in the current project. If CT_FOLDER_NAME is not set, then the importer will use ODI_KM in the current project.