DBA Data[Home] [Help]

APPS.WIP_WS_PTPKPI_UTIL dependencies on BOM_CALENDAR_SHIFTS

Line 496: bom_calendar_shifts bcs

492: where bst.calendar_code = l_calendar_code
493: and bst.shift_num = l_shift_num
494: group by bst.shift_num
495: ) st,
496: bom_calendar_shifts bcs
497: where bsd.calendar_code = l_calendar_code
498: and bsd.exception_set_id = -1
499: and bsd.seq_num = l_shift_seq_num
500: and bsd.shift_num = st.shift_num