DBA Data[Home] [Help]

APPS.PAY_NO_EERR_CONTINUOUS dependencies on HR_WRK_SCH_PKG

Line 1285: hr_wrk_sch_pkg.get_per_asg_schedule (

1281: for k in csr_absence_start_days (j.person_id)
1282: loop
1283: l_emp_end_date := k.date_start - 1;
1284: loop /* 5525977 Find the week ends and public holidays */
1285: hr_wrk_sch_pkg.get_per_asg_schedule (
1286: p_person_assignment_id => j.assignment_id,
1287: p_period_start_date => l_emp_end_date,
1288: p_period_end_date => l_emp_end_date + 1,
1289: p_schedule_category => null,

Line 1397: hr_wrk_sch_pkg.get_per_asg_schedule (

1393: /* 5648385 start */
1394: l_prev_last_date := g_start_date - 1;
1395: loop /* 5648385 Find the last working day of the previous period */
1396:
1397: hr_wrk_sch_pkg.get_per_asg_schedule (
1398: p_person_assignment_id => j.assignment_id,
1399: p_period_start_date => l_prev_last_date,
1400: p_period_end_date => l_prev_last_date + 1,
1401: p_schedule_category => null,

Line 1432: hr_wrk_sch_pkg.get_per_asg_schedule (

1428: loop
1429: l_emp_start_date := k.date_end + 1;
1430: loop /* 5525977 Find the week ends and public holidays */
1431:
1432: hr_wrk_sch_pkg.get_per_asg_schedule (
1433: p_person_assignment_id => j.assignment_id,
1434: p_period_start_date => l_emp_start_date - 1,
1435: p_period_end_date => l_emp_start_date,
1436: p_schedule_category => null,