WIE_MA_WO_ASSIGNMENT_SEQUENCES

This table stores the sequence assigned for a work order and other related information from material assignment.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIE_MA_WO_ASSIGNMENT_SEQ_PK

MA_WO_ASSIGNMENT_SEQUENCE_ID

Columns

Name Datatype Length Precision Not-null Comments
MA_WO_ASSIGNMENT_SEQUENCE_ID NUMBER 18 Yes The unique identifier of the material availability assignment sequences record. Its value is an application generated unique id.
WORK_ORDER_ID NUMBER 18 Yes Represents the internal identifier of the work order for which the assignment sequence and other related information are being captured.
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 the work order belongs.
ASSIGNMENT_SEQ_NUMBER NUMBER Represents the sequence number assigned for the work order.
MATERIAL_AVAILABLE_STATUS VARCHAR2 30 Yes 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.
MATERIAL_RESERVED_FLAG VARCHAR2 1 Indicates if materials are reserved for the corresponding work order. The value is Y if at least one component of the work order is reserved. The value is N if there are no reservations for the work order.
CALCULATION_DATE TIMESTAMP Yes Represents the date/time at which the material has been assigned.
UNASSIGN_ALLOWED_FLAG VARCHAR2 1 Yes Flag used to indicate whether a work order can be unassigned during force assignment. This column is populated based on force assign rules.
ASSIGNMENT_CHANGE VARCHAR2 30 Indicates whether the work order has been force assigned or unassigned. Valid values are FORCE_ASSIGNED or FORCE_UNASSIGNED respectively. A value of null indicates that the assignment was not changed.
PJC_PROJECT_ID NUMBER 18 Identifier of the project used to build the transaction descriptive flexfield for project-related transaction distributions. Foreign key to PJF_PROJECTS_ALL_B.PROJECT_ID.
PJC_TASK_ID NUMBER 18 Identifier of the task used to build the transaction descriptive flexfield for project-related transaction distributions. Foreign key to PJF_PROJ_ELEMENTS_B.PROJ_ELEMENT_ID (however uses an alias of TASK_ID).
SUBSTITUTE_STATUS VARCHAR2 30 Used to indicate the assignment status of substitutes for the work order. Valid values exist in the lookup with lookup type = ORA_WIE_MA_WO_SUB_STATUS.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
WIE_MA_WO_ASSIGNMENT_SEQUENCES wie_work_orders_b WORK_ORDER_ID

Indexes

Index Uniqueness Tablespace Columns Status
WIE_MA_WO_ASSIGNMENT_SEQ_N01 Non Unique Default ORGANIZATION_ID Obsolete
WIE_MA_WO_ASSIGNMENT_SEQ_N02 Non Unique Default ORGANIZATION_ID, ASSIGNMENT_SEQ_NUMBER
WIE_MA_WO_ASSIGNMENT_SEQ_N03 Non Unique Default ORGANIZATION_ID, MATERIAL_AVAILABLE_STATUS, ASSIGNMENT_SEQ_NUMBER
WIE_MA_WO_ASSIGNMENT_SEQ_U01 Unique Default MA_WO_ASSIGNMENT_SEQUENCE_ID
WIE_MA_WO_ASSIGNMENT_SEQ_U02 Unique Default WORK_ORDER_ID