DBA Data[Home] [Help]

APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on BOM_STD_OP_RESOURCES

Line 181: FROM bom_std_op_resources bsor,

177: bsor.resource_seq_num,
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: