WIE_MA_EXPECTED_SUPPLIES

The table stores the information related to the expected supplies of materials.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIE_MA_EXPECTED_SUPPLIES_PK

MA_EXPECTED_SUPPLY_ID

Columns

Name Datatype Length Precision Not-null Comments
MA_EXPECTED_SUPPLY_ID NUMBER 18 Yes The unique identifier of a material availability expected supplies 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.
INVENTORY_ITEM_ID NUMBER 18 Yes Represents the item for which the expected supply is being calculated.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier that represents the manufacturing plant to which this item belongs.
SOURCE_TYPE VARCHAR2 30 Yes Indicates the source from where the item is expected. Valid values exist in the lookup with lookup type = ORA_WIE_MA_EXP_SOURCE_TYPE.
SOURCE_HEADER_ID NUMBER 18 Yes Represents the internal identifier of the source header reference where the supply is expected.
SOURCE_NUMBER VARCHAR2 100 Represents the user-facing identifier of the source header reference where the supply is expected. Examples include the purchase order number or the work order number.
SOURCE_LINE_ID NUMBER 18 Represents the internal identifier of the source line if available.
SOURCE_LINE_NUMBER VARCHAR2 100 Represents the user-facing identifier of the source line if available.
EXPECTED_QUANTITY NUMBER Yes Represents the quantity that is expected from the source.
UOM_CODE VARCHAR2 3 Yes Represents the unit of measure code for all quantities being stored in this table.
EXPECTED_DATE TIMESTAMP Yes Represents the date at which the item is expected to be available.
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).
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.

Indexes

Index Uniqueness Tablespace Columns
WIE_MA_EXPECTED_SUPPLIES_N01 Non Unique Default ORGANIZATION_ID, INVENTORY_ITEM_ID
WIE_MA_EXPECTED_SUPPLIES_U01 Unique Default MA_EXPECTED_SUPPLY_ID