Search Results flm_mmm_op_resources
Overview
The FLM_MMM_OP_RESOURCES table is a core data object within the Oracle E-Business Suite Flow Manufacturing (FLM) module, specifically supporting the Mixed Model Mapping functionality. In the context of manufacturing planning and execution, a Mixed Model Map defines the sequence and resources required to produce multiple product variations on a single flow line. This table serves as the junction entity that associates specific manufacturing resources with standard operations defined within a Mixed Model Map. Its primary role is to store the bill of resources for each operation, enabling detailed capacity planning, scheduling, and costing for flow manufacturing lines that handle product mix.
Key Information Stored
The table's structure is defined by a composite primary key, ensuring a unique record for each resource assignment to an operation within a specific manufacturing plan and organization. The critical columns, as documented, are integral to this relationship. The ORGANIZATION_ID and PLAN_ID columns contextually anchor the record to a specific manufacturing plant and Mixed Model Map plan. The STANDARD_OPERATION_ID links to a defined process step within the FLM_MMM_OPERATIONS table. The RESOURCE_ID is a foreign key to the BOM_RESOURCES table, identifying the specific machine, labor, or other asset required to perform the operation. This design allows the system to maintain a precise list of all resources consumed at every operational step in the mixed model flow.
Common Use Cases and Queries
This table is central to manufacturing analysis and reporting. A common use case is generating a resource requirement report for a given Mixed Model Map to validate capacity or perform line balancing. Technical consultants often query this table to troubleshoot resource assignment issues or to extract data for custom capacity dashboards. A typical SQL pattern involves joining to related master tables to produce a human-readable report:
- Resource List by Operation:
SELECT op.operation_seq_num, res.resource_code, res.description FROM flm_mmm_op_resources assoc, flm_mmm_operations op, bom_resources res WHERE assoc.plan_id = :p_plan_id AND assoc.organization_id = op.organization_id AND assoc.plan_id = op.plan_id AND assoc.standard_operation_id = op.standard_operation_id AND assoc.resource_id = res.resource_id ORDER BY op.operation_seq_num; - Validation Query: Identifying operations missing resource assignments by comparing FLM_MMM_OPERATIONS against FLM_MMM_OP_RESOURCES for a specific plan.
Related Objects
The table maintains defined foreign key relationships with two critical master tables, forming the backbone of its data integrity.
- FLM_MMM_OPERATIONS: This is the parent table for operations within a Mixed Model Map. The relationship is enforced through the columns ORGANIZATION_ID, PLAN_ID, and STANDARD_OPERATION_ID. Every resource assignment must correspond to a valid operation record in this table.
- BOM_RESOURCES: This is the foundational Bills of Material table defining all resources available in an organization. The RESOURCE_ID in FLM_MMM_OP_RESOURCES must reference a valid resource_id in BOM_RESOURCES, ensuring that assigned resources are properly defined in the system's resource master.
These relationships ensure that resource assignments are always made within the correct operational and organizational context, leveraging the enterprise's standardized resource definitions.
-
Table: FLM_MMM_OP_RESOURCES
12.1.1
owner:FLM, object_type:TABLE, fnd_design_data:FLM.FLM_MMM_OP_RESOURCES, object_name:FLM_MMM_OP_RESOURCES, status:VALID, product: FLM - Flow Manufacturing , description: Mixed Model Map Resources , implementation_dba_data: FLM.FLM_MMM_OP_RESOURCES ,
-
Table: FLM_MMM_OP_RESOURCES
12.2.2
owner:FLM, object_type:TABLE, fnd_design_data:FLM.FLM_MMM_OP_RESOURCES, object_name:FLM_MMM_OP_RESOURCES, status:VALID, product: FLM - Flow Manufacturing , description: Stores the mixed model map calculated result for resources. , implementation_dba_data: FLM.FLM_MMM_OP_RESOURCES ,
-
View: FLM_MMM_DEPT_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_DEPT_RESOURCES_V, object_name:FLM_MMM_DEPT_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_DEPT_RESOURCES_V ,
-
View: FLM_MMM_DEPT_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_DEPT_RESOURCES_V, object_name:FLM_MMM_DEPT_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_DEPT_RESOURCES_V ,
-
View: FLM_MMM_SUM_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_SUM_RESOURCES_V, object_name:FLM_MMM_SUM_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_SUM_RESOURCES_V ,
-
View: FLM_MMM_LINE_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_LINE_RESOURCES_V, object_name:FLM_MMM_LINE_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_LINE_RESOURCES_V ,
-
Table: FLM_MMM_OPERATIONS
12.1.1
owner:FLM, object_type:TABLE, fnd_design_data:FLM.FLM_MMM_OPERATIONS, object_name:FLM_MMM_OPERATIONS, status:VALID, product: FLM - Flow Manufacturing , description: Mixed Model Map Operations , implementation_dba_data: FLM.FLM_MMM_OPERATIONS ,
-
Table: FLM_MMM_OPERATIONS
12.2.2
owner:FLM, object_type:TABLE, fnd_design_data:FLM.FLM_MMM_OPERATIONS, object_name:FLM_MMM_OPERATIONS, status:VALID, product: FLM - Flow Manufacturing , description: Stores the mixed model map calculated result for line operations and processes. , implementation_dba_data: FLM.FLM_MMM_OPERATIONS ,
-
View: FLM_MMM_SUM_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_SUM_RESOURCES_V, object_name:FLM_MMM_SUM_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_SUM_RESOURCES_V ,
-
View: FLM_MMM_LINE_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_LINE_RESOURCES_V, object_name:FLM_MMM_LINE_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_LINE_RESOURCES_V ,
-
View: FLM_MMM_OP_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_OP_RESOURCES_V, object_name:FLM_MMM_OP_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_OP_RESOURCES_V ,
-
View: FLM_MMM_OP_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FLM.FLM_MMM_OP_RESOURCES_V, object_name:FLM_MMM_OP_RESOURCES_V, status:VALID, product: FLM - Flow Manufacturing , implementation_dba_data: APPS.FLM_MMM_OP_RESOURCES_V ,