DBA Data[Home] [Help]

APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on BOM_DEPT_RES_INSTANCES

Line 190: from bom_dept_res_instances

186: cursor instance_cursor(p_resource_id NUMBER,
187: p_dept_id NUMBER) IS
188: select instance_id,
189: serial_number
190: from bom_dept_res_instances
191: where resource_id = p_resource_id
192: and department_id = p_dept_id;
193:
194: