DBA Data[Home] [Help]

APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on BOM_STANDARD_OPERATIONS

Line 182: bom_standard_operations bso

178: bsor.assigned_units,
179: bsor.schedule_flag,
180: bso.department_id
181: FROM bom_std_op_resources bsor,
182: bom_standard_operations bso
183: WHERE bsor.standard_operation_id = p_std_op_id
184: and bso.standard_operation_id = bsor.standard_operation_id;
185:
186: cursor instance_cursor(p_resource_id NUMBER,