| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Designing: Pre-Validation Procedures |
|
Creating a Runtime Environment
Designing Business Processes in the Sun Business Process Manager
Working with TCP/IP HL7 Collaborations
Developing Sun Master Indexes (Repository)
Developing Sun Master Patient Indexes
Developing OTDs for Application Adapters
Developing OTDs for Communication Adapters
Developing OTDs for Database Adapters
Developing OTDs for Web Server Adapters
Designing with Application Adapters
Building an Oracle Applications Custom Pre-Validation Package
Concurrent Manager Request Function
Naming Conventions for the Oracle Interface
Oracle Applications Manufacturing Module
Oracle Applications Financial Module
Oracle Applications Validation Error Codes
Configuring the PeopleSoft Server for the PeopleSoft Adapter Projects
Configuring PeopleSoft for Enterprise Service Bus Posting
Additional HTTP Configurations
Verifying PeopleSoft Server Logs
Notes on PeopleSoft Server Disconnections for JMS
Creating the PeopleSoft Node to Receive Enterprise Service Bus HTTP Posts
Activating the Message Definition to Receive Enterprise Service Bus Posts
Defining Message Channel Routing Rules
Adding the PeopleSoft Subscription Handler
Creating an HTTP Adapter Message Node
Activating the Message Definition for Subscription
Defining the Message Channel Routing Rules
Adding the HTTP Publication Handler
Accessing Non-Local Queue Managers and Non-Local Queues
To Connect to a Remote WebSphere MQ Queue.
Creating the WebSphere MQ Queue
To Create the WebSphere MQ Queue
IBM WebSphere MQ Server and Queue Manager Limits and Settings
Designing with Communication Adapters
Designing with Web Server Adapters
Designing with Sun JCA Adapters
All pre-validation script packages (*_pkg.sql) contain the following procedures.
Common Procedures
|
<CAPS_Dir>/appserver/userdir/modules/ext/oracleappsadapter/ wizard/configs/Applications.xml
When adding a new business function, assign the business section a new name and entry for the new open interface. Spaces are acceptable when creating a module name.
<Module Name=”Module_Name”Definition=”moduleDefinition.xml”> </Module>
Notice that the name attribute is an English description which appears in the OTD wizard where the definition attribute locates the open interface XML definition file (this attribute cannot have spaces).
<CAPS_Dir>/appserver/userdir/modules/ext/oracleappsadapter/ wizard/configs/templateXml.xml
Appropriate directory:
<CAPS_Dir>/appserver/userdir/modules/ext/oracleappsadapter/wizard/ configs/business_function_name/moduleDefinition.xml
where business_function_name is the name attribute value (for example, either Manufacturing or Financial).
While the template XML file does not have an error package or error table entries, you can look at any existing module to create these entries. If you choose to modify the common sb_install.sql file to append more errors for the new module, the SB_ERRORS table needs to be removed from the database so the wizard can recreate it with new error values the next time the wizard is run.
<%%ORACLE_INTERFACE_NAME%%>
Do not use spaces when creating an ORACLE_INTERFACE_NAME.
<%%ORACLE_APPLICATION_SUITE NAME%%>
<%%MODULE_NAME%%>
Do not use spaces when creating a MODULE_NAME.
Note - Do not change either the Initialize_Profile stored procedure name, nor its location
as the entry point for the initialization packages.
This package contains the VALIDATE procedure which eventually invokes all the VALIDATE procedures for all the tables.
This package contains the procedures to move, delete, and function count all interface tables and the OTD level.
This function eventually invokes the concurrent manager.
This path is relative from <CAPS_Dir>/edesigner/userdir/modules/ext/oracleappsadapter/wizard/.
This package has the VALIDATE procedure for these interface tables.
Note - The new Applications.xml, moduleDefinition.xml, and SQL scripts are stored only in the Java CAPS IDE directory. It is recommended to back them up periodically.