Friday, February 3, 2012

BPEL: Calling a stored procedure using Database Adapter

1. Select Call a Stored Procedure or Function option from the Wizard and click ‘Next’.

clip_image002

2. This is the form where we have to specify the schema type and name of the Procedure. Select ‘Apps’ for Schema from the drop down list.

clip_image004

3. Click on the Browse button for selecting the procedure you want to call.

4. ‘Specify Stored Procedure’ Window is opened where you have to select the procedure to be called. All the procedures present in the database are displayed according to package structure. Those procedures which are not included in any package are displayed at the end under the root node directly. You can give search criteria based on a key string also. Once selected click OK.

clip_image006

5. Once the procedure is selected appropriate schema is created which you can find by navigating to Application tab. There under your project, in integration Content -> schema, you can find the schema. Double click on that in order to open it.

6. Click on ‘Next’ and then Finish. This completes the creation of database adapter. You will find the below screen where in the Partner Link type and partner role are populated. Click OK to complete the creation of database adapter.

clip_image008

0 Responses to “BPEL: Calling a stored procedure using Database Adapter”

Post a Comment

Disclaimer

The ideas, thoughts and concepts expressed here are my own. They, in no way reflect those of my employer or any other organization/client that I am associated. The articles presented doesn't imply to any particular organization or client and are meant only for knowledge Sharing purpose. The articles can't be reproduced or copied without the Owner's knowledge or permission.