DBA Data[Home] [Help]

APPS.PAY_NO_EERR_CONTINUOUS dependencies on HR_WRK_SCH_PKG

Line 1119: hr_wrk_sch_pkg.get_per_asg_schedule (

1115: for k in csr_absence_start_days (j.person_id)
1116: loop
1117: l_emp_end_date := k.date_start - 1;
1118: loop /* 5525977 Find the week ends and public holidays */
1119: hr_wrk_sch_pkg.get_per_asg_schedule (
1120: p_person_assignment_id => j.assignment_id,
1121: p_period_start_date => l_emp_end_date,
1122: p_period_end_date => l_emp_end_date + 1,
1123: p_schedule_category => null,

Line 1231: hr_wrk_sch_pkg.get_per_asg_schedule (

1227: /* 5648385 start */
1228: l_prev_last_date := g_start_date - 1;
1229: loop /* 5648385 Find the last working day of the previous period */
1230:
1231: hr_wrk_sch_pkg.get_per_asg_schedule (
1232: p_person_assignment_id => j.assignment_id,
1233: p_period_start_date => l_prev_last_date,
1234: p_period_end_date => l_prev_last_date + 1,
1235: p_schedule_category => null,

Line 1266: hr_wrk_sch_pkg.get_per_asg_schedule (

1262: loop
1263: l_emp_start_date := k.date_end + 1;
1264: loop /* 5525977 Find the week ends and public holidays */
1265:
1266: hr_wrk_sch_pkg.get_per_asg_schedule (
1267: p_person_assignment_id => j.assignment_id,
1268: p_period_start_date => l_emp_start_date - 1,
1269: p_period_end_date => l_emp_start_date,
1270: p_schedule_category => null,