DBA Data[Home] [Help]

APPS.PAY_CORE_FF_UDFS dependencies on HR_WRK_SCH_PKG

Line 3036: hr_wrk_sch_pkg.get_per_asg_schedule

3032:
3033: --
3034: -- Fetch the work schedule
3035: --
3036: hr_wrk_sch_pkg.get_per_asg_schedule
3037: ( p_person_assignment_id => p_assignment_id
3038: , p_period_start_date => l_start_date
3039: , p_period_end_date => l_end_date
3040: , p_schedule_category => NULL

Line 3232: API : HR_WRK_SCH_PKG.GET_PER_ASG_SCHEDULE ()

3228:
3229: hr_utility.trace( 'Legislation code : g_legislation_code '||g_legislation_code);
3230:
3231: /* Calculate hours worked based on ATG work schedule information using
3232: API : HR_WRK_SCH_PKG.GET_PER_ASG_SCHEDULE ()
3233: This part will be coded later once this API is available from HR
3234: IF p_include_exceptions IS NULL THEN
3235: use p_include_exceptions = 'Y';
3236: