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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 The organization identifier that represents the manufacturing plant to which this operation belongs.
WORK_ORDER_ID NUMBER 18 Represents the internal identifier of the work order.
OPERATION_TYPE VARCHAR2 30 Specifies the type of the operation. Valid values are contained within the ORA_WIS_OPERATION_TYPE lookup.
OPERATION_SEQ_NUMBER NUMBER 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 Represents the internal work center identifier for which this operation belongs.
COUNT_POINT_OPERATION_FLAG VARCHAR2 1 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 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 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 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User Name.

Indexes

Index Uniqueness Tablespace Columns
WIE_WO_OPERATIONS_B_N1_ Non Unique Default WO_OPERATION_ID, LAST_UPDATE_DATE, LAST_UPDATED_BY
WIE_WO_OPERATIONS_B_N2_ Non Unique Default AUDIT_ACTION_TYPE_
WIE_WO_OPERATIONS_B_U01_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, WO_OPERATION_ID
WIE_WO_OPERATIONS_B_U02_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, WORK_ORDER_ID, OPERATION_SEQ_NUMBER