Oracle HCM Journeys are set of tasks grouped and assigned to employees by managers or HR administrators . These Journeys can be then monitored to check employee's progress.
Employees will be automatically presented with their tasks, sequentially, as per the order set by the manager or HR while creation of the ...
Sometime there is a need to add subtotals in BIP RTF template. Though we know that this can be handled in SQL query data model but still there are times especially to modify some existing reports. So lets see with an example.
Oracle support note on Subtotals
Example of subtotal requirement
Sample Xml ...
Sometimes we need to call web service from page composer in oracle fusion on click on a button.
We can do this by following the below steps
Enable Sandboxgo the the page where you need to add buttonUsing Add content add the button
Add html content
Configure the button to add the below Java ...
There are scenarios when we need to get the current user logged in oracle fusion hcm ERP or SCM applications and we may want to do further processing related to the current user.
So there are a few ways , lets discuss
Get current logged in user for passing to external url
When you are logged in Oracle ...
When you create a BI Publisher template, you can add conditional statements to determine whether or not a condition is true or false. IF Condition in RTF template allows you to perform actions only when certain conditions are met. For example, you might want to display a message only when the value of a field ...
In this post we will see how to do Oracle Fusion Cloud Branding and add logo in Oracle Cloud HCM ERP or SCM applications.
Branding is necessary to match the look and feel of the organizations web presence theme. like the logo , fonts and backgrounds. A brand is a unique identity that identifies a company, ...
We can update and Order EFF or DFF using the provided Rest Apis. The order should be in a state of update.
Also with this API an Order can be revised.
How to Create an Order with Fulfillment Line and Header EFF information Using the - salesOrdersForOrderHub - REST API
The Rest API URL is
Query an ...
Below is the Create Sales Order Rest Api Sample Payload to create Sales order in oracle Fusion
The Rest API URL is
Basic Order Creation Json Payload
{
"SourceTransactionNumber": "PS_REST_324",
"SourceTransactionSystem": "OPS",
"SourceTransactionId": "PS_REST_324",
"TransactionalCurrencyName": "US ...
If you need to create a timecard in oracle fusion programmatically, you can use the timeRecordEventRequests REST API provided by oracle. You can use this Create TimeCard Rest Api in Oracle Fusion to Create & Update Time Entries as well. Below are sample payloads
Create Timecard with Projects Rest ...