DBA Data[Home] [Help]

APPS.PAY_CORE_FF_UDFS dependencies on HR_WRK_SCH_PKG

Line 3445: hr_wrk_sch_pkg.get_per_asg_schedule

3441:
3442: --
3443: -- Fetch the work schedule
3444: --
3445: hr_wrk_sch_pkg.get_per_asg_schedule
3446: ( p_person_assignment_id => p_assignment_id
3447: , p_period_start_date => l_start_date
3448: , p_period_end_date => l_end_date
3449: , p_schedule_category => NULL

Line 3642: API : HR_WRK_SCH_PKG.GET_PER_ASG_SCHEDULE ()

3638:
3639: hr_utility.trace( 'Legislation code : g_legislation_code '||g_legislation_code);
3640:
3641: /* Calculate hours worked based on ATG work schedule information using
3642: API : HR_WRK_SCH_PKG.GET_PER_ASG_SCHEDULE ()
3643: This part will be coded later once this API is available from HR
3644: IF p_include_exceptions IS NULL THEN
3645: use p_include_exceptions = 'Y';
3646:

Line 4046: API : HR_WRK_SCH_PKG.GET_PER_ASG_SCHEDULE ()

4042:
4043: hr_utility.trace( 'Legislation code : g_legislation_code '||g_legislation_code);
4044:
4045: /* Calculate hours worked based on ATG work schedule information using
4046: API : HR_WRK_SCH_PKG.GET_PER_ASG_SCHEDULE ()
4047: This part will be coded later once this API is available from HR
4048: IF p_include_exceptions IS NULL THEN
4049: use p_include_exceptions = 'Y';
4050: