DBA Data[Home] [Help]

APPS.EAM_DOWNTIME_PUB dependencies on BOM_RESOURCE_SHIFTS

Line 879: from bom_shift_dates bsd1, bom_shift_dates bsd2, bom_resource_shifts brs where

875: pp_from_date date,
876: pp_to_date date) is
877: select bsd1.shift_num, bsd1.seq_num start_seq, bsd1.next_date next_date,
878: bsd2.seq_num end_seq, bsd2.prior_date prior_date
879: from bom_shift_dates bsd1, bom_shift_dates bsd2, bom_resource_shifts brs where
880: trunc(bsd1.shift_date) =trunc(pp_from_date)
881: and bsd1.calendar_code=p_calendar_code
882: and bsd1.exception_set_id=p_exception_set_id
883: and bsd1.shift_num=bsd2.shift_num