Latest YouTube Videos
Learn how to install Oracle Database 23ai Free on Windows. This is a great way to explore the features of Oracle 23ai Database.
——————
SQL Harmony allows you to connect to your fusion instance and execute SQL Queries. Check out the igh level features of the tool.
——————
Data Pipeline enables you to orchestrate end to end processes in EPM. Learn how to invoke a Pipeline from Groovy.
——————
Dependent List of Values helps you to control the BI Publisher Report parameters based on value of another parameter while exeucuting the reports.
——————
Learn how to attach a list of values to a BI Publisher report parameter. This helps the user to select from a pre-defined list rather than type the value in.
——————
Data Pipeline enables you to perform cross pod file operations easily. There are in-built job types available to move, copy, unzip, rename and delete files.
——————
Latest Blogs
Check out the latest blogs on Oracle ERP, EPM and other related topics.
-
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.…
-
Custom Processing logic using Outbound CallBack Service
Outbound callback service Outbound callback service is useful when there is need to modify headers before sending to consumer or there is any other modification which needs to be perform on payload. For webservice provider outbound callback service can be used to modify response payload to client. For this post,…
-
Migrating Reports in Oracle Cloud
Migrating reports in Oracle Cloud is different from what you have been used to in 11i and 12i. So today lets take a look at how we can migrate BI(Business Intelligence) reports from one instance to another. Migrating Reports in Oracle Cloud Instances The migration process involves three main steps…
-
Oracle Cloud Resources And Links
In this video you will find information on the useful resources and links available for you if you are working on Oracle Cloud. Oracle Enterprise Repository (OER) or Oracle Docs fusionappsoer.oracle.com docs.oracle.com Oracle Support https://support.oracle.com Oracle Communities https://community.oracle.com/welcome Oracle Customer Connect appsconnect.oracle.com Let me know your suggestions and if you…
-
Add Parameters to BI Report in Oracle Cloud
In this post lets take a look at how we can add parameters to a BI Report in Oracle Cloud. Before reading this blog, read my blog on the basics of creating a BI Report in Oracle Cloud. I will be using the same SQL, data model and report in…
-
Dynamically create IS doc From CSV File In webMethods
This post describe how to create IS doc From CSV File structure at runtime in webMethods. Generated IS doc confirmed to csv column structure. This method comes very handy to when source can send any format file and can’t confirm structure at runtime. Most of the cases CSV file structure…
-
AES Encryption Decryption in webMethods
AES Encryption Decryption This post describes how to implement AES encryption decryption in webMethods. This post is divided into different portions. Java Cryptography Extension (JCE) Information about AES Encryption Decryption Java service inputs Java Service for KeyGeneration Java Service to Decrypt Java Service to Encrypt Shared Code Java Cryptography Extension…
-
Software AG – webMethods Integration Server New Look
Introduction In 2015, Software AG did re-branding with new logo, color theme. It was totally new look. It was showing up all over their website and official material however their core product webMethods was untouched from re-branding. but not any more, with new webMethods 9.10 (April, 2016) release Software AG…
-
When to use String, StringBuilder and StringBuffer in Java
Any programming language developer(s) should always tend to write code which is of very less impact on performance management of the application. But, most of the developers fail many a times to achieve the same, especially when working with string related operations (string concatenation) in the code which is to…
-
Adding Parameters in Data Model
In this blog I will show you how we can add parameters in data model. Pre-requisities: Before you start you should have Access to Oracle Cloud Environment BI Developer Role Please read the previous blog on the basics of developing a BI Report in Oracle Cloud. You can read it here. Add…