Oracle Fusion

Item Import Using SOAP Webservice – Oracle Fusion

Introduction: This blog has the SOAP Webservice details that can be used to import the item data into Oracle Cloud application.   Cause of the issue: Business wants to integrate…

Read More

How to defining Complex Scheduling for Scheduled Integration in OIC

Introduction/ Issue:  How to defining Complex Scheduling for Scheduled Integration in OIC?   Why we need to do / Cause of the issue: ICal Expressions in OIC is used for…

Read More

Query to get Data Accesses of Users – Oracle Fusion

Introduction: This blog has the SQL query that can be used to pull the data access details of all the users irrespective of their status. Cause of the issue: Business…

Read More

Employee Recall Query – Oracle Fusion

Introduction: This blog has the SQL query that can be used to pull the data of employees who are recalled to join the organization. Cause of the issue: Business wants…

Read More

Travel Expenses Query – Fusion Expense Module

Introduction: This blog has the SQL query that can be used to pull Travel expense data from Fusion Expense Module. Cause of the issue: Business wants a report that contains…

Read More

Employee Expenses Query – Fusion Expense Module

Introduction: This blog has the SQL query that can be used to pull employee expenses data from Fusion Expense Module. Cause of the issue: Business wants a report that contains…

Read More

Steps to configure Oracle Database server with Apache tomcat

Step to configure Oracle Database server with Apache tom 1) Copy Oracle Jar file ojdbc14.jar (or) ojdbc6.jar till the lib directory to tomcat server 2) Modify the parameters in the…

Read More

Step to configure MYSQL with apache tomcat

Step to configure MYSQL with apache tomcat: 1) Copy mysql connection jar file to catalina_home lib directory 2) Configure that database parameter in server.xml file, resource name resource type, java…

Read More

Setting JAVA_HOME and the path in linux environment

Setting JAVA_HOME path 1.Open the .bash_profile using vi editor for the root user 2.Add the following environment variable in the file. The following is the code snippet of .bash_profile. The…

Read More

Create PO Change Order in Oracle Cloud – Add Project Info To Existing PO Line Using SOAP request

This blog describes the sample request for creating Change Order in Oracle Cloud for the existing Purchase Order. This Change Order is to add project details in PO line and…

Read More