12.12.2016 Views

bomtrm

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MTL_SHORT_CHK_TEMP<br />

The MTL_SHORT_CHK_TEMP table is used to store the temporary<br />

results of material shortage queries. Each set of results is identified by a<br />

unique SEQ_NUM number. When the query results are no longer<br />

needed, the rows for that sequence number are purged from the table.<br />

Foreign Keys<br />

Primary Key Table Primary Key Column Foreign Key Column<br />

MTL_PARAMETERS ORGANIZATION_ID ORGANIZATION_ID<br />

MTL_SYSTEM_ITEMS_B ORGANIZATION_ID ORGANIZATION_ID<br />

INVENTORY_ITEM_ID<br />

INVENTORY_ITEM_ID<br />

Column Descriptions<br />

Name Null? Type Description<br />

SEQ_NUM (PK) NOT NULL NUMBER Sequence number<br />

ORGANIZATION_ID NOT NULL NUMBER Organization identifier<br />

INVENTORY_ITEM_ID (PK) NOT NULL NUMBER Inventory item identifier<br />

QUANTITY_OPEN NOT NULL NUMBER Open demand for item<br />

UOM_CODE NULL VARCHAR2(3) Unit of measure for quantity<br />

OBJECT_TYPE (PK) NOT NULL NUMBER Type of demand<br />

OBJECT_ID (PK) NOT NULL NUMBER Demand source’s header<br />

identifier<br />

OBJECT_DETAIL_ID (PK) NOT NULL NUMBER Demand source’s line identifier<br />

(if applicable)<br />

LAST_UPDATED_BY NOT NULL NUMBER Standard Who column<br />

LAST_UPDATE_LOGIN NULL NUMBER Standard Who column<br />

LAST_UPDATE_DATE NOT NULL DATE Standard Who column<br />

CREATED_BY NOT NULL NUMBER Standard Who column<br />

CREATION_DATE NOT NULL DATE Standard Who column<br />

Indexes<br />

Index Name Index Type Sequence Column Name<br />

MTL_SHORT_CHK_TEMP_N1 NOT UNIQUE 1 SEQ_NUM<br />

MTL_SHORT_CHK_TEMP_N2 NOT UNIQUE 1 ORGANIZATION_ID<br />

MTL_SHORT_CHK_TEMP_U1 UNIQUE 1 ORGANIZATION_ID<br />

2 INVENTORY_ITEM_ID<br />

3 OBJECT_TYPE<br />

4 OBJECT_ID<br />

5 OBJECT_DETAIL_ID<br />

6 SEQ_NUM<br />

Oracle Proprietary, Confidential Information––Use Restricted by Contract<br />

3 – 562 Oracle Bills of Material Technical Reference Manual

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!