DW_MFG_OPERATION_RESOURCES_CF (Preview)

This table requires activation of Manufacturing functional area. This fact table stores the labor and equipment resource requirements for the work order at the operation level.

Details

Module:

Key Columns

WO_OPERATION_RESOURCE_ID

Columns

Columns
Name Datatype Length Precision Not Null Comments Referred Table Referred Column
WO_OPERATION_RESOURCE_ID NUMBER 38 0 True The unique identifier of the Operation Resource.    
SOURCE_RECORD_ID VARCHAR2 64     This column is for Oracle Internal use only. System Generated    
WORK_ORDER_ID NUMBER 38 0   The unique identifier of work order record DW_MFG_WORK_ORDERS_TL WORK_ORDER_ID
WORK_ORDER_NUMBER VARCHAR2 128     Represents the user-facing identifier of the work order.    
INVENTORY_ITEM_ID NUMBER 38 0   Refers to the top level, final assembly, subassembly, or model item which belongs to the given organization #1 DW_INVENTORY_ITEM_D INVENTORY_ITEM_ID
ORGANIZATION_ID NUMBER 38 0   The organization identifier that represents the manufacturing plant to which this work order belongs. DW_INTERNAL_ORG_D ORGANIZATION_ID
BUSINESS_UNIT_ID NUMBER 38 0   Business unit for the manufacturing plant DW_BUSINESS_UNIT_D BUSINESS_UNIT_ID
LEDGER_ID NUMBER 38 0   Ledger associated to the business unit DW_LEDGER_D LEDGER_ID
FISCAL_PERIOD_TYPE VARCHAR2 16     Fiscal period type #2 DW_FISCAL_DAY_D FISCAL_PERIOD_TYPE
FISCAL_PERIOD_SET_NAME VARCHAR2 16     Fiscal period name. #2 DW_FISCAL_DAY_D FISCAL_PERIOD_SET_NAME
LEGAL_ENTITY_ID NUMBER 38 0   Legal entity for the manufacturing plant DW_LEGAL_ENTITY_D LEGAL_ENTITY_ID
WO_OPERATION_ID NUMBER 38 0   The unique identifier of the operation that uses this resource. DW_MFG_OPERATIONS_TL WO_OPERATION_ID
OPERATION_SEQ_NUMBER NUMBER       Operation sequence number    
RESOURCE_SEQ_NUMBER NUMBER       Resource sequence number    
RESOURCE_ID NUMBER 38 0   The unique identifier of the resource used in the operation DW_MFG_RESOURCES_D RESOURCE_ID
RESOURCE_TYPE_CODE VARCHAR2 32     Type of Resource, Labor or Equipment DW_ORA_WIS_RESOURCE_TYPE_LKP_TL ORA_WIS_RESOURCE_TYPE_CODE
SCHEDULED_FLAG_CODE VARCHAR2 32     Flag used to indicate if this resource is scheduled or not. DW_ORA_WIS_RESOURCE_SCHEDULE_LKP_TL ORA_WIS_RESOURCE_SCHEDULE_CODE
BASIS_TYPE_CODE VARCHAR2 32     Indicates whether the resource quantity is fixed (i.e. usage per lot produced) or variable (i.e. usage per item produced). DW_EGP_BOM_BASIS_TYPE_LKP_TL EGP_BOM_BASIS_TYPE_CODE
USAGE_RATE NUMBER       The predefined resource rate that is required to perform operation/activity for one unit of the assembly.    
HRS_UOM_USAGE_RATE NUMBER       The predefined resource rate in HRS UOM that is required to perform operation/activity for one unit of the assembly.    
PLANNED_START_TIMESTAMP TIMESTAMP       Timestamp when the resource is planned to start within the operation to which it is assigned.    
PLANNED_START_DATE DATE       Date when the resource is planned to start within the operation to which it is assigned. DW_DAY_D CALENDAR_DATE
PLANNED_COMPLETION_TIMESTAMP TIMESTAMP       Timestamp when the resource is planned to complete within the operation to which it is assigned.    
PLANNED_COMPLETION_DATE DATE       Date when the resource is planned to complete within the operation to which it is assigned. DW_DAY_D CALENDAR_DATE
UOM_CODE VARCHAR2 16     Represents the unit of measure code of the specified resource usage. DW_UNIT_OF_MEASURE_D_TL UOM_CODE
HRS_UOM_CODE VARCHAR2 16     Represents the Hour UOM defined under profile options in Fusion. DW_UNIT_OF_MEASURE_D_TL UOM_CODE
HRS_UOM_CONVERSION_FACTOR NUMBER       Resource Usage UOM to Hours UOM conversion factor    
REQUIRED_USAGE NUMBER       Represents the total required usage for the resource.    
ACTUAL_RESOURCE_USAGE NUMBER       Represents the actual resource usage recorded for the assigned resource.    
HRS_UOM_REQUIRED_USAGE NUMBER       Represents the total required usage for the resource in the Hours UOM.    
HRS_UOM_ACTUAL_RESOURCE_USAGE NUMBER       Represents the actual resource usage recorded for the assigned resource in the Hours UOM.    
CREATION_TIMESTAMP TIMESTAMP       Creation timestamp of the operation resource.    
CREATION_DATE DATE       Creation date of the operation resource. #2 DW_DAY_D CALENDAR_DATE
LAST_UPDATE_TIMESTAMP TIMESTAMP       Last update timestamp of the operation resource.    
LAST_UPDATE_DATE DATE       Last update date of the operation resource. DW_DAY_D CALENDAR_DATE
ASSIGNED_UNITS NUMBER       Number of resource units assigned to perform the operation.    
CHARGE_TYPE_CODE VARCHAR2 32     Indicates whether resource transactions are automatically generated. DW_ORA_WIS_CHARGE_TYPE_LKP_TL ORA_WIS_CHARGE_TYPE_CODE
PRINCIPAL_FLAG VARCHAR2 16     When two or more resources are running in parallel (i.e. simultaneous resources which have the same sequence number), the principal flag decides the principal/primary resource.    

Notes

#1 In these cases in addition to the inventory item id column, ORGANIZATION_ID column should also be used for join with DW_INVENTORY_ITEM_D #2 In these cases to join with DW_FISCAL_DAY_D apart from FISCAL_PERIOD_TYPE and FISCAL_PERIOD_SET_NAME the relationship should be based on CREATION_DATE column

Copyright © 2019, 2024, Oracle and/or its affiliates.