Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

Fusion PayRoll
  • Register

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

webinar new

Search Courses

Business Requirement

Global Absence Vesting Period Formula is used when want to ensure what type of vesting ( how long will an employee accrue leave balance ) but will not be allowed to apply for a leave.

For this specific example requirement is :

We have a DFF ( Descriptive Flex Field) defined at the assignment screen which holds employee assignment type namely 'Assignee', 'OTP' , 'Resident', 'Resident -Home'.....

The Requirement is :

A) There will be no Vesting Period if

1) the current assignment is First assignment and DFF value is either 'Assignee' , 'OTP' or 'Resident'

                                         OR

2) the current assignment is Global Temporary Assignment and DFF value is either 'Assignee' , 'OTP' or 'Resident'

B) There will be  Vesting Period if

1) the current assignment is NOT First assignment and DFF value is neither of 'Assignee' , 'OTP' or 'Resident'

                                         OR

2) the current assignment is NOT Global Temporary Assignment and DFF value is neither of  'Assignee' , 'OTP' or 'Resident'

Formula Code :

/********************************************************************

FORMULA NAME: A2F_ANC_AssigneeOTPResident_VESTING_1MONTH

FORMULA TYPE: Global Absence Vesting Period

DESCRIPTION: This sample formula removes the vesting period for Assignee/OTP/Resident

Name Date Comments

-----------------------------------------------------------------------------------------------------------------

Ashley Hardy 15-Jun-2015 Initial Version

Ashley Hardy 06-Jul-2015 Incorporate Changes Required for 'Global Temporary Assignment'

----------------------------------------------------------------------------------------------------------------

********************************************************************/

/*==============DATABASE ITEM DEFAULTS BEGIN =====================*/

DEFAULT for PER_ASG_REL_DATE_START is '1951/01/01 00:00:00' (date)

DEFAULT for PER_ASG_REL_ORIGINAL_DATE_OF_HIRE is '1951/01/01 00:00:00' (date)

DEFAULT for PER_PERSON_ENTERPRISE_HIRE_DATE is '1951/01/01 00:00:00' (date)

DEFAULT FOR PER_ASG_ATTRIBUTE5 IS ' '

DEFAULT FOR PER_ASG_ACTION_CODE is ' '

/*==============DATABASE ITEM DEFAULTS ENDS======================*/

/*================== FORMULA SECTION BEGIN =======================*/

IF ((PER_ASG_REL_DATE_START = PER_ASG_REL_ORIGINAL_DATE_OF_HIRE) OR (PER_ASG_ACTION_CODE = 'GLB_TEMP_ASG'))

THEN (

If (PER_ASG_ATTRIBUTE5 = 'Assignee')

OR (PER_ASG_ATTRIBUTE5 = 'OTP')

OR (PER_ASG_ATTRIBUTE5 = 'Resident')

then(

vestingUOM = 'M'

vestingUnits= 0

)

else(

vestingUOM = 'M'

vestingUnits=1

)

) else

(vestingUOM = 'M'

vestingUnits=1 )

/*=================== FORMULA SECTION END =======================*/

return vestingUOM,vestingUnits

Screenshot :

Click on Edit Button and then select Correct as shown :


Ashish Harbhajanka

Add comment


Security code
Refresh

About the Author

Ashish Harbhajanka

 

Oracle Fusion HCM Techno Functional Consultant with overall 10 years of Experience in software industry with 5 years in EBS HRMS and rest 5 in Fusion HCM.

My areas of intesrest in Fusion HCM include :

a) Inbound Outbound Integration using FBL/HDL or BIP/HCM Extracts.

b) Fast Formula

c) BIP Reports

d) OTBI Reports

e) RESTFUL API / Web Service Call

f) Functional Setup

g) End to End Testing

h) Regression Testing

i) Preparing COnfiguration Workbooks

j) Creating Speed Solutions

k) Preparing User Guides

l) UPK

........

Search Trainings

Fully verifiable testimonials

Apps2Fusion - Event List

<<  Apr 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
  1  2  3  4  5  6  7
  8  91011121314
15161718192021
22232425262728
2930     

Enquire For Training

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner