12.12.2016 Views

bomtrm

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

MTL_PENDING_ITEM_STATUS<br />

MTL_PENDING_ITEM_STATUS is used to define and store the history<br />

of the item statuses that have been or will be assigned to an item.<br />

This table maintains the status history for each item. A row is inserted<br />

each time the item status attribute is changed.<br />

This table also stores pending status information. Rows are created for<br />

each planned status change that will become effective on a future date.<br />

PENDING_FLAG identifies those status changes that are not yet in<br />

effect.<br />

A periodic concurrent program picks up pending status changes on<br />

their effective date and updates the specified item and its status<br />

controlled attributes accordingly. The row then becomes a history row.<br />

Foreign Keys<br />

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

MTL_ITEM_STATUS INVENTORY_ITEM_STATUS_CODE STATUS_CODE<br />

MTL_PARAMETERS ORGANIZATION_ID ORGANIZATION_ID<br />

MTL_SYSTEM_ITEMS_B INVENTORY_ITEM_ID INVENTORY_ITEM_ID<br />

ORGANIZATION_ID<br />

ORGANIZATION_ID<br />

QuickCodes Columns<br />

Column QuickCodes Type QuickCodes Table<br />

PENDING_FLAG YES_NO FND_LOOKUPS<br />

N<br />

No<br />

Y<br />

Yes<br />

Column Descriptions<br />

Name Null? Type Description<br />

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

ORGANIZATION_ID (PK) NOT NULL NUMBER Organization identifier<br />

STATUS_CODE (PK) NOT NULL VARCHAR2(10) Item status code<br />

EFFECTIVE_DATE (PK) NOT NULL DATE Status effectivity date<br />

IMPLEMENTED_DATE NULL DATE Status implementation date<br />

PENDING_FLAG NOT NULL VARCHAR2(1) Flag indicating whether status<br />

is still pending<br />

LAST_UPDATE_DATE NOT NULL DATE Standard Who column<br />

LAST_UPDATED_BY NOT NULL NUMBER Standard Who column<br />

CREATION_DATE NOT NULL DATE Standard Who column<br />

CREATED_BY NOT NULL NUMBER Standard Who column<br />

LAST_UPDATE_LOGIN NULL NUMBER Standard Who column<br />

REQUEST_ID NULL NUMBER Standard Who column<br />

PROGRAM_APPLICATION_ID NULL NUMBER Standard Who column<br />

PROGRAM_ID NULL NUMBER Standard Who column<br />

PROGRAM_UPDATE_DATE NULL DATE Standard Who column<br />

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

3 – 474 Oracle Bills of Material Technical Reference Manual

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

Saved successfully!

Ooh no, something went wrong!