DBA Data[Home] [Help]

APPS.FLM_COPY_ROUTING dependencies on BOM_STD_SUB_OP_RESOURCES

Line 1242: from BOM_STD_SUB_OP_RESOURCES bsor

1238:
1239: l_op_res_cnt := 0;
1240: if l_operations_rec.Standard_Operation_id is not null then
1241: select count(1) into l_op_res_cnt
1242: from BOM_STD_SUB_OP_RESOURCES bsor
1243: where bsor.Standard_Operation_id = l_operations_rec.Standard_Operation_id
1244: and bsor.resource_id = l_op_sub_res_rec.resource_id
1245: and bsor.substitute_group_num = l_op_sub_res_rec.Substitute_Group_Number
1246: and bsor.replacement_group_num = l_op_sub_res_rec.Replacement_Group_Number