DBA Data[Home] [Help]

APPS.GMP_RSRC_AVL_PKG dependencies on BOM_CALENDARS

Line 115: FROM bom_calendars bc,

111: SELECT bsd.shift_date cdate,
112: bsd.shift_num shift_no,
113: (bsd.shift_date + (bst.from_time/86400)) ftime,
114: (bsd.shift_date + (bst.to_time/86400)) ttime
115: FROM bom_calendars bc,
116: bom_shift_dates bsd,
117: bom_shift_times bst
118: WHERE bsd.calendar_code = bc.calendar_code
119: AND bst.calendar_code = bsd.calendar_code