In this post we will understand how to import Balances into Oracle Account Reconciliation Cloud using EPM Automate. To learn more about Oracle ARCS head over to Oracle Documentation.

Prerequisites

There are two ways to import balances (Source and Sub System) data into ARCS. Those are using Pre-Mapped Balances and using Data Management.

Loading Pre Mapped Balances

The data file is formatted in a specific format and is ready to be consumed by ARCS. The file has to be comma delimited or tab delimited file. The minimum number of fields that you need are

Image for post

Login to EPM Automate using the login command and issue the following commands to upload the files and load balances into ARCS using EPM Automate.

# upload the files
epmautomate uploadFile GLBalances.csv
epmautomate uploadFile SubSystemBalances.csv

# load source system data
epmautomate importPreMappedBalances Jun-20 GLBalances.csv SRC Functional

#load sub system data
epmautomate importPreMappedBalances Jun-20 SubSystemBalances.csv SUB Functional

Import Balances using Data Management

In this approach we use data management to extract the fields that we need from the data file and load into ARCS. You will need to setup the following in Data Management before you can load balances data.

One of the key configurations is the data load rule. This is where you specify the file name / file name format and the location of the file.

Image for post

Let’s see how we can load the balances using data management. Login to ARCS from EPM Automate. The following code snippet can be used to upload the file and load balances into ARCS using Data Management.

# upload file to DM
epmautomate uploadFile GL_Balances-20200728.csv inbox

# invoke import Balances command
epmautomate importBalances OF_GL_BAL Jun-20

importBalances looks for a file in the inbox directory. Since we are not passing the location and file name in the importBalances command, the system gets that information from the Data Load Rule defined in Data Management.


If you need a detailed example let me know and I can create a video tutorial for you.


Which Method Should You Choose?

This depends on your requirements. Here are few things to consider so that you can make an informed decision.

I hope this was helpful. What are some of the other factors you consider while deciding between Pre Mapped vs Data Management balances load options? Let me know. If you have questions, comments or suggestions let me know.

Leave a Reply

Your email address will not be published. Required fields are marked *