DBA Data[Home] [Help]

APPS.PAY_SE_ABSENCE_USER dependencies on HR_LOC_WORK_SCHEDULE

Line 219: l_return_frm_wrk_schd := hr_loc_work_schedule.calc_sch_based_dur

215: FETCH get_total_days INTO l_TOTAL_DAYS;
216: CLOSE get_total_days;
217:
218: -- Get Total days including Public Holidays exculding Weekends
219: l_return_frm_wrk_schd := hr_loc_work_schedule.calc_sch_based_dur
220: ( p_assignment_id,
221: 'D',
222: 'Y',
223: P_START_DATE,

Line 231: l_return_frm_wrk_schd := hr_loc_work_schedule.calc_sch_based_dur

227: l_DAYS_WTH_PUBLIC
228: );
229:
230: -- Get Total days Excluding Public Holidays exculding Weekends
231: l_return_frm_wrk_schd := hr_loc_work_schedule.calc_sch_based_dur
232: ( p_assignment_id,
233: 'D',
234: 'N',
235: P_START_DATE,