- 2 Posts
- 181 Views
How can i find APIs for different Oracle APPS module?
I am just a beginner in Oracle APPS Technical. And I am facing difficulty for identifying the appropriate API for a particular requirement Lets say create a sales order. I googled it and I found a package called "oe_order_pub" that is used for creating a sales order. So my question is how to identify appropriate package among multiple packages?
@priyanka makke
There are various integration methods that may be appropriate based on the use case. I assume you have a different order entry front end and you want those orders to be added in JDE. The simplest way is to leverage the JD Edwards Orchestrator. Within the orchestrator their is a Process Recorded that allows you to record the process of adding an order in the JDE application. The result of the recording is a REST API with it's endpoint that you can connect to from your third party order entry process. Learn more at LearnJDE.com specifically the Creating your First Orchestration Tutorial on the Orchestrator page. https://docs.oracle.com/cd/E84502_01/learnjde/orchestrator.html