WIE_WO_OPERATIONS_B

This table stores information about the various execution steps required for a given work order. These steps include the processes that are necessary to produce a given product.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIE_WO_OPERATIONS_B_PK

WO_OPERATION_ID

Columns

Name Datatype Length Precision Not-null Comments
WO_OPERATION_ID NUMBER 18 Yes The unique identifier of work order operation record. Its value is an application generated unique id.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier that represents the manufacturing plant to which this operation belongs.
WORK_ORDER_ID NUMBER 18 Yes Represents the internal identifier of the work order.
OPERATION_TYPE VARCHAR2 30 Yes Specifies the type of the operation. Valid values are contained within the ORA_WIS_OPERATION_TYPE lookup.
OPERATION_SEQ_NUMBER NUMBER Yes This is the user key in defining the order of the operations within the work order.
STANDARD_OPERATION_ID NUMBER 18 Reference to the standard operation. If an operation in the work order is created by referencing the standard operation, this column value will be populated.
WORK_CENTER_ID NUMBER 18 Yes Represents the internal work center identifier for which this operation belongs.
COUNT_POINT_OPERATION_FLAG VARCHAR2 1 Yes Flag used to indicate if this is a count point operation. If an operation is a count point operation, then you have to manually complete it. Any operations in between the count points are automatically completed (i.e. backflushed, etc.).
AUTO_TRANSACT_FLAG VARCHAR2 1 Yes Indicates whether both resources and materials are automatically charged based on the Supply Type or the Charge Type setups upon completion of the operation.
READY_QUANTITY NUMBER The quantity that is sitting in the inbound queue of the operation.
COMPLETED_QUANTITY NUMBER Primary product quantity completed so far in the work order. This is a summary column.
SCRAPPED_QUANTITY NUMBER Primary product quantity that is scrapped in the work order. This is a summary column.
REJECTED_QUANTITY NUMBER Primary product quantity that is rejected in the work order. This is a summary column.
PLANNED_START_DATE TIMESTAMP Planned start date of this operation.
PLANNED_COMPLETION_DATE TIMESTAMP Planned completion date of this operation.
ACTUAL_START_DATE TIMESTAMP Actual start date of the operation. Currently, this column is not used.
ACTUAL_COMPLETION_DATE TIMESTAMP Actual completion date of the operation. Currently, this column is not used.
SERIAL_TRACKING_FLAG VARCHAR2 1 Yes Flag used to indicate that this is the first operation where the end item begins to be tracked by serial numbers. Valid values: 'Y' and 'N'.
PREVIOUS_CP_OP_SEQ_NUM NUMBER The previous count point operation sequence number. This is de-normalized to derive defaults upon execution of the operation. This is an internal column.
NEXT_CP_OP_SEQ_NUM NUMBER The next count point operation sequence number. This is de-normalized to derive defaults upon execution of the operation. This is an internal column.
WD_OPERATION_ID NUMBER 18 Represents the work order operation identifier from the work definition.
SHIPPING_DOCUMENTS_FLAG VARCHAR2 1 Flag used to determine whether shipping documents need to be generated for a supplier operation. Valid Values: 'Y' and 'N'.
OSP_ITEM_ID NUMBER 18 Item that represents the value added service in a supplier operation. This is also commonly known as a partially finished assembly.
SUPPLIER_ID NUMBER 18 Represents the identifier of the suggested supplier for a supplier operation.
SUPPLIER_SITE_ID NUMBER 18 Represents the identifier of the suggested supplier site for a supplier operation.
LEAD_TIME_UOM VARCHAR2 3 Represents the unit of measure for the fixed and/or variable lead time values on the supplier operation.
FIXED_LEAD_TIME NUMBER Represents the fixed lead time used to calculate the operation's start and end date for the supplier operation.
VARIABLE_LEAD_TIME NUMBER Represents the variable lead time used to calculate the operation's start and end date based on the operation quantity for the supplier operation.
IN_PROCESS_QUANTITY NUMBER Quantity in supplier operation that has been completed in the previous count point operation but hasn't been received yet in this operation.
PO_REQUESTED_QUANTITY NUMBER Quantity for which a supply request has been raised with SCO for this supplier operation.
PO_APPROVED_QUANTITY NUMBER Quantity for which an approved PO exists for this supplier operation.
SHIPPED_QUANTITY NUMBER Quantity which has been shipped to the supplier.
RECEIVED_QUANTITY NUMBER Quantity of the partially finished assembly (PFA) that has been delivered to the shopfloor from the supplier.
OVER_RECEIPT_QUANTITY NUMBER The quantity received in excess of the expected quantity for a supplier operation.
CUMULATIVE_SCRAP_QUANTITY NUMBER The total cumulative scrapped quantity up to the current operation, excluding the current operation.
ADDL_MTL_AT_MANUAL_ISSUE VARCHAR2 30 Indicates whether or not this operation allows additional materials to be added at manual issue. Valid values exist in the lookup with lookup type = ORA_WIS_ADDL_MANUAL_ISSUE_OPTS.
OP_COMPL_WITH_UNDER_ISSUE VARCHAR2 30 Indicates whether or not to allow operation completions with under issued material. Valid values exist in the lookup with lookup type = ORA_WIS_OP_COMPLETION_VAL_OPTS.
OP_COMPL_WITH_OPEN_EXCEPTIONS VARCHAR2 30 Indicates whether or not to allow operation completions with open exceptions. Valid values exist in the lookup with lookup type = ORA_WIS_OP_COMPLETION_VAL_OPTS.
RESEQUENCE_FLAG VARCHAR2 1 Flag used to indicate if the operation can be re-sequenced while executing the operation. Valid values are Y or N.
EXECUTION_SEQUENCE NUMBER Indicates the execution sequence of the operation if the work order has re-sequence operations.
TOLLGATE_OP_SEQ_NUM NUMBER Used to identify the set of re-sequence operations between two operations. This field is used to help dispatch list pull records efficiently.
REASON_FOR_REPAIR_CODE_ID NUMBER 18 Represents the reason for which this repair operation is to be performed. Foreign key to cse_condition_event_codes_b table.
REPAIR_TXN_CODE_ID NUMBER 18 Represents the code to which this repair transaction is applicable. Foreign key to cse_condition_event_codes_b table.
WORK_ACCOMPLISHED_CODE_ID NUMBER 18 Represents the accomplishment code to record when the operation is completed. Foreign key to cse_condition_event_codes_b table.
OP_YIELD_FACTOR NUMBER Indicates the yield factor which represents the percentage of the starting quantity that is actually yielded at the completion of the operation. The default value is 1 (100%).
MNT_COMPLETE_FLAG VARCHAR2 1 Flag indicating whether the operation is soft completed by the maintenance technician.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 80 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
WIE_WO_OPERATIONS_B wie_work_orders_b WORK_ORDER_ID
wie_wo_operation_materials wie_wo_operations_b WO_OPERATION_ID
wie_wo_op_work_instructions_b wie_wo_operations_b WO_OPERATION_ID
wie_ma_mtl_assignments wie_wo_operations_b WO_OPERATION_ID
wie_wo_operations_tl wie_wo_operations_b WO_OPERATION_ID
wie_wo_operation_start_stop wie_wo_operations_b WO_OPERATION_ID
wie_wo_operation_outputs wie_wo_operations_b WO_OPERATION_ID
wie_wo_operation_resources wie_wo_operations_b WO_OPERATION_ID

Indexes

Index Uniqueness Tablespace Columns Status
WIE_WO_OPERATIONS_B_N01 Non Unique Default ORGANIZATION_ID, COUNT_POINT_OPERATION_FLAG, WORK_CENTER_ID, PLANNED_COMPLETION_DATE Obsolete
WIE_WO_OPERATIONS_B_N02 Non Unique Default ORGANIZATION_ID, AUTO_TRANSACT_FLAG, WORK_CENTER_ID, PLANNED_COMPLETION_DATE Obsolete
WIE_WO_OPERATIONS_B_N03 Non Unique Default ORGANIZATION_ID, OPERATION_TYPE, OSP_ITEM_ID Obsolete
WIE_WO_OPERATIONS_B_N04 Non Unique Default WORK_ORDER_ID, COUNT_POINT_OPERATION_FLAG, OPERATION_SEQ_NUMBER Obsolete
WIE_WO_OPERATIONS_B_N05 Non Unique Default ORGANIZATION_ID, COUNT_POINT_OPERATION_FLAG, OPERATION_TYPE, WORK_CENTER_ID, PLANNED_START_DATE, PLANNED_COMPLETION_DATE
WIE_WO_OPERATIONS_B_N06 Non Unique Default ORGANIZATION_ID, AUTO_TRANSACT_FLAG, OPERATION_TYPE, WORK_CENTER_ID, PLANNED_START_DATE, PLANNED_COMPLETION_DATE
WIE_WO_OPERATIONS_B_N07 Non Unique Default WORK_ORDER_ID, ORGANIZATION_ID, COUNT_POINT_OPERATION_FLAG, OPERATION_TYPE, WORK_CENTER_ID, PLANNED_START_DATE, PLANNED_COMPLETION_DATE
WIE_WO_OPERATIONS_B_N08 Non Unique Default WORK_ORDER_ID, ORGANIZATION_ID, AUTO_TRANSACT_FLAG, OPERATION_TYPE, WORK_CENTER_ID, PLANNED_START_DATE, PLANNED_COMPLETION_DATE
WIE_WO_OPERATIONS_B_N09 Non Unique Default WORK_ORDER_ID, OPERATION_TYPE, WORK_CENTER_ID, PLANNED_START_DATE, PLANNED_COMPLETION_DATE
WIE_WO_OPERATIONS_B_N10 Non Unique Default OSP_ITEM_ID
WIE_WO_OPERATIONS_B_U01 Unique Default WO_OPERATION_ID
WIE_WO_OPERATIONS_B_U02 Unique Default WORK_ORDER_ID, OPERATION_SEQ_NUMBER