DBA Data[Home] [Help]

APPS.AHL_AMP_WORKBENCH_PVT dependencies on BOM_SHIFT_TIMES

Line 88: bom_shift_times shifts

84: IS
85: SELECT DISTINCT cal.calendar_date working_date
86: FROM mtl_parameters param,
87: bom_calendar_dates cal,
88: bom_shift_times shifts
89: WHERE param.organization_id = c_org_id
90: AND TRUNC(cal.calendar_date) >= TRUNC(c_start_date)
91: AND cal.calendar_code = param.calendar_code
92: AND cal.exception_set_id = param.calendar_exception_set_id