Python and EPM REST APIs

REST APIs

One of the best things that have happened over the last few years for Oracle EPM consultants is the availability of REST APIs. I have written about it in my previous post on using Groovy and PBCS REST APIs. However, today I wanted to present my experience on using Python and EPM REST APIs. This […]

PBCS REST APIs Using Groovy Scripts

In this post we will try to cover the basics of using PBCS / EPBCS REST APIs using Groovy Scripts. Most of you may have used EPM Automate utility in your day to day activities. Although it is a great tool, it has its limitations. So lets see how we can use PBCS REST APIs. […]

Test PBCS REST APIs Using SOAPUI

In this post, we will take a look at how to test Oracle Planning and Budgeting Cloud Service (PBCS) REST APIs using SoapUI. In the example below, we will test the List Files REST API.  For more details on the APIs, check out the Oracle Help Center:  REST API for Oracle Enterprise Performance Management Cloud. […]

Load Adjustment Period Data from GL to EPBCS Financial Module

If you are using EPBCS, there is direct integration between EPBCS Finance module and Oracle Cloud General Ledger Module. The integration helps you to load Actual data from GL to EPBCS. In this post we will look at how we can load the Adjustment Period data from GL to EPBCS. I am assuming you have […]