Loading Integrator Definitions

This appendix covers the following topics:

Loading Integrator Definitions

You can use the Generic Loader (FNDLOAD) concurrent program to download integrator definitions from an Oracle E-Business Suite instance to a text file, and to upload integrator definitions from a text file to an Oracle E-Business Suite instance. For example, you can download an integrator definition from a development or test instance and upload it to a production instance. You can also download and store a text file representation of an integrator definition for source control purposes.

Use the bneintegrator.lct configuration file with the Generic Loader to load integrator definitions. The bneintegrator.lct file is located in the $BNE_TOP/patch/115/import/ directory.

The entity for this configuration file is BNE_INTEGRATORS. This entity includes the following sub-entities: BNE_QUERIES, BNE_PARAM_LISTS, BNE_COMPONENTS, BNE_SECURED_OBJECTS, and BNE_VIEWERS.

Note: To ensure that your customizations are handled appropriately in conjunction with the Online Patching feature introduced in Release 12.2, follow the instructions in Developing and Deploying Customizations in Oracle E-Business Suite Release 12.2, My Oracle Support Document 1577661.1.

Downloading Integrator Definitions

To download integrator definitions using the Generic Loader, specify the bneintegrator.lct configuration file, the name of an LDT file in which to save the downloaded data, and the BNE_INTEGRATORS entity. You can choose to download all integrators for an application, a single specific integrator, or two or more specific integrators.

Note: Do not specify both the INTEGRATOR_CODE parameter and the INTEGRATOR_CODE_LIST parameter in the same command. Use only one of these parameters at a time, depending on the number of integrators you want to download.

Uploading Integrator Definitions

To upload integrator definitions using the Generic Loader, specify the bneintegrator.lct configuration file, the name of the LDT file that contains the definition or definitions to upload, and - to upload all entities in the LDT file. For example:

$ FNDLOAD apps 0 Y UPLOAD bneintegrator.lct bneintegrators.ldt - 
ORACLE Password: 

Related Topics

Generic Loader, Oracle E-Business Suite Setup Guide