[Home] [Help]
724: CURSOR Get_sch_dates_cur(c_wo_operation_id IN NUMBER,
725: c_req_date IN DATE)
726: IS
727: SELECT 1
728: FROM ahl_workorder_operations_v
729: WHERE workorder_operation_id = c_wo_operation_id
730: AND c_req_date between trunc(scheduled_start_date)
731: and trunc(scheduled_end_date) ;
732: -- TO Get uom code for meaning