[Home] [Help]
729: Is
730: cursor c_shift_periods(p_cal_code varchar2, p_date date, p_dept_id number, p_resource_id number)
731: is
732: select bsd.shift_date, bst.from_time, bst.to_time
733: from bom_shift_dates bsd, bom_resource_shifts brs,
734: bom_shift_times bst, mtl_parameters mp
735: where mp.organization_id = p_organization_id and
736: bsd.calendar_code = p_cal_code and
737: bsd.exception_set_id = mp.calendar_exception_set_id and