What is an open ended leave

Open-ended leave is nothing, but you enter the start date of leave but will not enter the end date of leave Business case- there will be employees who will be on sick They will apply for sick leave by entering the start date, but they don’t know when they will be back from sick leave. So, after recovering from sickness, they will enter the end date


What are the four levels of hierarchy in Benefits

1. Program 2. Plan Types 3. Plan 4. Option


User is not getting any data when accessing Individual Compensation

The user is not getting any data when accessing the Individual Compensation report We need to add the missing duty in the custom compensation manager role and below are the duty roles  FBI_COMPENSATION_TRANSACTION_ANALYSIS_DUTY ORA_FBI_COMPENSATION_TRANSACTION_ANALYSIS_DUTY_HCM


Individual Compensation subject area

Subject areas used: Individual Compensation Real Time


Bypass transaction will send the FYI notification or not

If you have enabled bypass for any transaction then in this case user will not receive any fyi notification


List of Approval Processes

Add Contingent Worker Add Non-Worker Add Pending Worker Additional Assignment Info Administer Individual info


List of Actions in HCM Experience Design Studio

Absences Add a Non Worker Add Assignments Add Contingent Worker Add Pending Worker Additional Assignment Info


How to enable News feed?

· Navigator · Configuration · Create a sandbox · Navigator · More


List of Subject Areas for OTBI Reports

Absence Management - Leave Donations Real Time Areas of Responsibility Benefits - Action Items Real Time Benefits - Billing Real Time Benefits - Court orders real time Benefits - Enrollment opportunities real time


Alert Composer Tokens

Employee Email: ${emps.WorkEmail} Worklist – Employee - ${emps.UserName} Name is : ${AlertUtils. hrRep(emps. PersonId). DisplayName} Email is : ${AlertUtils. payRep(emps. PersonId). WorkEmail}


How to access oracle deliver report for approval transactions

Navigate to Tools Reports and Analytics Click on Browser Catalog Shared Folders


Notifications are not Synchronizing on the bell icon

We need to run the below process 1. Synchronize Bell Notifications 2. Synchronize Notifications in Global Header


Some Standard Phases for end to end implementation

- Understand Current Business Processes - Requirement Gathering - Prepare Solution Design Document - CRP Sessions


Web Clock is not visible after the personalization

You need to add the below privileges in the employee custom role and its starts showing the web clock.   Function security policies Report Time by Web Clock   Inherited roles Project Time Entry Mobile   Inherited roles Time and Labor Worker


Editing Employment Details Overview

The steps outlined in this process document pertain specifically to adding or ending a probation period – however, the same steps are used to update any of the person data in the Manage Employment screen, e.g., to move a worker from one job or position to a different job or position, transfer a worker, promote, or demote a worker, edit the manager details of a worker, etc.


What is Document Records - DOR?

As the name suggests it is a document that contains details about individuals. Now that brings us to the next question what kind of records? It could be anything, anything we want to record including driving license, passport, pan card, aadhar card, visa, pay slips, medical certificates, etc.


Correcting or Reversing or Cancelling a Termination Overview

You can use the Manage Work Relationship task in the Person Management work area to correct details relating to termination or to reverse a termination and reinstate the person's work relationship as it was prior to the termination.  When you reverse a termination:


Cancelling a Work Relationship Overview

When you cancel a work relationship, the system will automatically: ·  Delete the work relationship and any associated assignments, and payroll, benefits, and compensation records. ·  Remove Roles allocated to the person for this work relationship, whether manually or automatically.


SQL Query to get the Work Assignment in Metadata format

select  'METADATA|Assignment|AssignmentId|EffectiveStartDate|EffectiveEndDate|EffectiveSequence|EffectiveLatestChange|AssignmentType|AssignmentStatusTypeId|BusinessUnitId|PeriodOfServiceId|PersonId|PrimaryFlag|ActionCode|ReasonCode|WorkTermsAssignmentId|JobCode|DepartmentName|DefaultExpenseAccount|InternalFloo


SQL Query to get the department hierarchy

WITH ORG_TREE AS (         SELECT /*+ materialize */                DISTINCT *         FROM (                SELECT (                                SELECT p.name                                FROM hr_all_organization_units_vl p                                WHERE p.organization_id = ot.parent_organization_id                                       AND rownum = 1