Business Requirement
In any ERP application there always exists some or other information which is of particular interest to an employee. Some common examples being:
While an employee can always login to the application and visit his/her profile to get such information, many a times individuals prefer to run a specific report and get the data. For all such requirements we need to create ESS (Employee Self Service) Reports.
An admin user however, can get details of all employees using a common consolidated report.
Specific changes needs to be made to the consolidated report to ensure that the new version or rather the ESS version works fine and renders data corresponding to the logged in user.
In this example, we will try to create a ESS Report from a Consolidated Report.
Consolidated Vacation Balance Report
As a pre-requisite we need to have a report created. We have created a custom report which fetches the following details:
We will use the below query to create a data model for the report
The Report Output looks as below:
Creating an Employee Self Service Version
In the above snapshot we found that details for all the employees are displayed but in case of a self service version one needs to ensure that records pertaining to only the logged in employee is displayed.
For this we would need to make some changes to the SQL query by introducing additional where clause to only fetch records for the employee.
This can be accomplished by making use of FND_GLOBAL.USER_GUID profile.
A quick comparison of the SQLs namely ConsolidatedVacationBalanceQue
Verifying Results
Now we have two versions of report namely ConsolidatedVacationBalanceRep
Inference / Summary
From the above screenshot we can conclude that when we used FND_GLOBAL.USER_GUID to filter out records only applicable to logged in user the Employee version of the report didn’t returned any records when run from an Admin User. ( This Admin User does not has any person record associated with it and so the report fetches no data).
On the other hand when we login to application using a named user ALAN.COOK(user with a valid person record associated with it…) then both versions of the report fetched the same data.
So, this is how we can convert a Normal BI Report to an Employee Self Service Report.
And with this I have come to the end of this post.
Thanks all for your time and have a wonderful day ahead.
|
Friday, 12 January 2018
Creating an Employee Self Service Report from a Normal BIP Report in Oracle Fusion Cloud
Subscribe to:
Post Comments (Atom)
CREATING A SUPPLIER IN R12 (Functional and SUPPLIERS IN TCA)
Who is a Supplier? Let us now understand who is a Supplier with the help of a simple example: We consider us as a business, who sell...
-
Dynamic Images By Tim Dexter on May 02, 2006 Made it back from Nashville with a pile of requests for blog entries, I'll try a...
-
1. Create Employee in HRMS & Note the Employee Number. 2. Give requried responsibility acess. 3. OM Super...
No comments:
Post a Comment