Main Menu
- 2020 (1)
- 2018 (1)
- 2017 (2)
- 2016 (2)
- 2015 (5)
-
2014
(18)
- December (1)
- November (3)
- October (1)
- June (1)
- April (2)
- February (2)
-
January
(8)
- Running Fast Formula From Backend - Oracle HRMS
- Setups to integrate with work schedule and holiday...
- Call Report from SSHR (Self Service Pages) FNDCPS...
- Runtime Duration Calculation on SIT (HRMS Keyflexf...
- Defining Context-Sensitive Segment for Descriptive...
- Special Information Types (SIT) in Oracle Applicat...
- How to Create EIT in HRMS
- Finding the Personalization and Customizations OAF...
- 2013 (5)
About Me
- Muhammad Faizan Karim
- Dubai, United Arab Emirates
- My name is Muhammad Faizan Karim and my aim is to spread the knowledge to everyone who want to learn oracle HRMS. I will try to write the video blogs for beginners so they can understand e-business suits from HRMS perspective, and if you have any difficulty in oracle applications HRMS , please feel free to contact with me at this email : faizan.kareem.ocp@gmail.com
Powered by Blogger.
Wednesday, January 22, 2014
Absence Management through Calendar OR Fast Formula:
There is a system profile called HR: Schedule Based Absence Calculation which controls whether the schedule information takes priority over the BG_ABSENCE_DURATION FF. Set the profile value to YES and it will use the schedule information. Set it to NO and it will use the FF.
A) 1 - Open and understand the structure of the seeded fast formula
TEMPLATE_ABSENCE_DURATION
2 - Create a new fast formula with name BG_ABSENCE_DURATION of same type as
TEMPLATE_ABSENCE_DURATION for custom absence calculations considering the work
schedules. Use the function GET_WORKING_DAYS instead of DAYS_BETWEEN.
That should exclude the week-ends from the absence duration calculation.
B) HR Dev has provided a Work Scheduling Component, which is available starting HR.PF.K, please review note
330021.1
The functionality is delivered in patch that you need to apply on top of HR.PF.K, or it is already included in HR.PF.K.1
Users will need to setup in HRMS Manager > Work Structures > Work Schedules
Users must ensure ensure the profile option HR: Schedule Based Absence Calculation is set to
‘Yes’.
===========================================================================
Setup Step 1 :
Setup Step 2 :
There is a system profile called HR: Schedule Based Absence Calculation which controls whether the schedule information takes priority over the BG_ABSENCE_DURATION FF. Set the profile value to YES and it will use the schedule information. Set it to NO and it will use the FF.
A) 1 - Open and understand the structure of the seeded fast formula
TEMPLATE_ABSENCE_DURATION
2 - Create a new fast formula with name BG_ABSENCE_DURATION of same type as
TEMPLATE_ABSENCE_DURATION for custom absence calculations considering the work
schedules. Use the function GET_WORKING_DAYS instead of DAYS_BETWEEN.
That should exclude the week-ends from the absence duration calculation.
B) HR Dev has provided a Work Scheduling Component, which is available starting HR.PF.K, please review note
330021.1
The functionality is delivered in patch that you need to apply on top of HR.PF.K, or it is already included in HR.PF.K.1
Users will need to setup in HRMS Manager > Work Structures > Work Schedules
Users must ensure ensure the profile option HR: Schedule Based Absence Calculation is set to
‘Yes’.
===========================================================================
Setup Step 1 :
Setup Step 2 :
Subscribe to:
Post Comments
(Atom)
Blog Archive
-
▼
2014
(18)
-
▼
January
(8)
- Running Fast Formula From Backend - Oracle HRMS
- Setups to integrate with work schedule and holiday...
- Call Report from SSHR (Self Service Pages) FNDCPS...
- Runtime Duration Calculation on SIT (HRMS Keyflexf...
- Defining Context-Sensitive Segment for Descriptive...
- Special Information Types (SIT) in Oracle Applicat...
- How to Create EIT in HRMS
- Finding the Personalization and Customizations OAF...
-
▼
January
(8)
1 comments:
hi
your post is so helpful
I created a schedule it working fine with resource type person type and HR Business Group but when i use with resource type HR Location then it not work ...can u suggest me any thing please