DW_MFG_MA_ASSIGNMENT_SEQUENCES_MAP_G (Preview)
This table requires activation of Component Shortage functional area. This table contains Material Assignment Sequence and related information for a Work Order.
Details
Module:
Key Columns
ASSIGNMENT_SEQUENCE_ID
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| ASSIGNMENT_SEQUENCE_ID | NUMBER | 38 | 0 | True | Material Availability Assignment Sequences Identifier | ||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. System Generated | ||||
| ASSIGNMENT_SEQ_NUMBER | NUMBER | Priority sequence number assigned for the work order. | |||||
| WORK_ORDER_ID | NUMBER | 38 | 0 | The unique identifier of work order record for which the assignment sequence and other related information are being captured. | DW_MFG_WORK_ORDERS_TL | WORK_ORDER_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 | |
| MATERIAL_AVAILABLE_STATUS_CODE | VARCHAR2 | 32 | Indicates the component availability of the corresponding work order. Values of 'ORA_Y', 'ORA_N', 'ORA_P' indicates components available, not available and partially available respectively. | DW_ORA_WIE_MA_STATUS_LKP_TL | ORA_WIE_MA_STATUS_CODE | ||
| MATERIAL_RESERVED_FLAG | VARCHAR2 | 16 | Indicates if materials are reserved for the corresponding work order. | ||||
| SUBSTITUTE_STATUS_CODE | VARCHAR2 | 32 | Indicate the assignment status of substitutes for the work order | DW_ORA_WIE_SUBSTITUTES_LKP_TL | ORA_WIE_SUBSTITUTES_CODE | ||
| 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 | |
| WORK_ORDER_UOM_CODE | VARCHAR2 | 16 | Represents the unit of measure code of the work order quantities. | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
| PLANNED_START_QUANTITY | NUMBER | Refers to the planned work order quantity | |||||
| PUOM_CONVERSION_FACTOR | NUMBER | PUOM Conversion factor from Work Order UOM to Finished Item's Primary UOM | |||||
| PUOM_CODE | VARCHAR2 | 16 | PUOM Code for Finished Item's Primary UOM | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
| PUOM_PLANNED_START_QUANTITY | NUMBER | Refers to the planned work order quantity in the Finished Item's Primary UOM | |||||
| CREATION_TIMESTAMP | TIMESTAMP | Creation date of Material Availability Assignments Sequence | |||||
| LAST_UPDATE_TIMESTAMP | TIMESTAMP | Last Update Date of Material Availability Assignments Sequence | |||||
| PUOM_EXPECTED_PRODUCTION_QUANTITY | NUMBER | Expected Production Quantity for Finished Item in Primary UOM at Work Order level |
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