PROD_UOM(SQL Table) |
Index Back |
---|---|
Product Unit of MeasureThis record stores the Product attributes by Unit of Measure. |
# | 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_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_ITEM |
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 Prompt Table: %EDITTABLE |
4 | DFLT_UOM | Character(1) | VARCHAR2(1) NOT NULL |
Vendor Default UOM
Y/N Table Edit Default Value: N |
5 | MIN_PRICE | Number(16,4) | DECIMAL(15,4) NOT NULL | Minimum Selling Price |
6 | MIN_ORDER_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Min Ord Qty |
7 | MAX_ORDER_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Max Ord Qty |
8 | ORDER_INCREMENT | Number(15,4) | DECIMAL(14,4) NOT NULL | Increment Quantity |
9 | PROD_PRICE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Pricing Option
0=Regular Product 1=Known Value Item 2=No-Discount Product Default Value: 0 |
10 | PRICING_UOM_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Pricing UOM Flag
0=No 1=Yes 2=Default Default Value: 1 |
11 | DATETIME_ADDED | DateTime(26) | TIMESTAMP | DateTime Added |
12 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
13 | LAST_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | This field determines the last user or operator that last changed this item. |
14 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
15 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
16 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
17 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
18 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
19 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |