UOM_TYPE_INV(SQL Table) |
Index Back |
---|---|
Inventory Unit of Measure TypeStores Unit of Measure for each Inventory item and UOM type (Ordering, Shipping, or Stocking). |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: MASTER_ITEM_TBL |
3 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
CS=Case EA=Each MHR=Muti Hourly PER=Percentage SQF=Square Footage |
4 | INV_UOM_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Inventory UOM Type
ORDR=Ordering SHIP=Shipping STCK=Stocking |