The purpose of this article is to demonstrate the steps to be followed to get access to “Reports and Analytics” link under Tools menu from Navigator in HCM Cloud Release 12 and 13. Even though you assign BI Administrator role to the user, the link doesn’t appear. Below are some…
SOA AQ Adapter with Oracle AQs
In this post I will discuss about how to dequeue messages from Oracle Advanced Queues using Oracle SOA AQ Adapter. The intension of this post is to understand Oracle SOA AQ Adapters. But as you need a queue to be dequeued, I will discuss about how to create custom queues,…
How to use SOAP header in oracle SOA
To depict using SOAP header, let us consider below test case. Perform below enhancement in the card validation system. Accept vendor name in SOAP envelope section. If vendor name is visa and credit card number is >5000, then status is valid, else if vendor name is not visa and/or credit…
An example of integration using SOA
Create a SOA project that will accept order as an input and generate invoice as output. Step 1: Create a new SOA project and name it as order processing system. Note: In a SOA project if we want to communicate with an external program (SOA or any other technology) then…