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.
New Oracle Setup objects may be added via the Stat Object Type Maintenance screen. Access to Object Management requires Administrator level access. It is also recommended that you first configure any new setup objects in your non-production Stat environment. The navigation to the screen is Maintenance | General | Object Types | Object Class: Oracle App Setup Objects.
In the Object Class field, select Oracle Apps Setup Objects.
Click New.
Create an entry for BEN Startup Action Types, as illustrated below:
File type: BNE Integrators Type code: BNE
Mouse click the Apply button to save.
Mouse click the Setup button at the top right of the window. This opens the Details window.
Select the version of Oracle Applications you are using. Next, you need to map the contents of the .lct file into Stat.
In the Lct Filename field, enter bneintegrator.lct.
In the Entity Name field, enter BNE_INTEGRATORS.
Next, you can optionally pass any appropriate parameters to the FNDLOAD utility in the Parameters field. For new records, it defaults to the value, “CUSTOM_MODE=FORCE.”
In the Lov Partial Sql field, enter:
from BNE_INTEGRATORS_TL bib
,fnd_application fa
where bib.APPLICATION_ID = fa.APPLICATION_ID
This is the sql statement that retrieves the list of objects.
Next, you need to define the parameters that identify a unique row. Our first parameter name is integrator_asn, column name is fa.PRODUCT_CODE, and the display name is ASN.
Click the Add button to add the second parameter. The name is integrator_code, column name is bib.INTEGRATOR_CODE and the display name is Integrator code.
Click Update to save your changes.
Restart the Stat Oracle Agent to test our new configuration. Once the agent is restarted, you can perform a Fetch Object list to verify the new object type.
In the Environment field, select an environment.
Click Fetch. A list of objects will be retrieved if the object is defined correctly. In our example, the list has 2 columns corresponding to each parameter that you defined. Now you can test the archive for any particular row from the retrieved list.
Select a row from the list and click Test Archive
Once agent is done, examine the content of the archive to make sure a unique row was retrieved.
If content of the archive textbox does not identify a unique record or it is empty, you will likely get an error on the Oracle Agent log. In this case, you may need to run your Oracle Agent in Debug mode to identify any problems.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center