DBA Data[Home] [Help]

APPS.WSM_MES_UTILITIES_PVT dependencies on BOM_DEPT_RES_INSTANCES

Line 783: from BOM_DEPT_RES_INSTANCES BDRI

779: + WO.quantity_running
780: + WO.quantity_waiting_to_move <> 0
781: and not exists (
782: select BDRI.instance_id
783: from BOM_DEPT_RES_INSTANCES BDRI
784: where BDRI.department_id = WO.department_id
785: and BDRI.resource_id = WOR.resource_id
786: and rownum = 1
787: )