DBA Data[Home] [Help]

APPS.PAY_FI_GENERAL dependencies on HR_WRK_SCH_PKG

Line 1666: hr_utility.set_location('calling hr_wrk_sch_pkg.get_per_asg_schedule',10);

1662: -- l_end_date := l_end_date; --knelli
1663: END IF;
1664: --
1665: -- Fetch the work schedule
1666: hr_utility.set_location('calling hr_wrk_sch_pkg.get_per_asg_schedule',10);
1667: --
1668: hr_wrk_sch_pkg.get_per_asg_schedule
1669: ( p_person_assignment_id => p_assignment_id
1670: , p_period_start_date => l_start_date

Line 1668: hr_wrk_sch_pkg.get_per_asg_schedule

1664: --
1665: -- Fetch the work schedule
1666: hr_utility.set_location('calling hr_wrk_sch_pkg.get_per_asg_schedule',10);
1667: --
1668: hr_wrk_sch_pkg.get_per_asg_schedule
1669: ( p_person_assignment_id => p_assignment_id
1670: , p_period_start_date => l_start_date
1671: , p_period_end_date => l_end_date
1672: , p_schedule_category => NULL --knelli change