RB_PRDUOMDSC_VW(SQL View) |
Index Back |
---|---|
Product Unit of MeasureThis record stores the Product attributes by Unit of Measure. |
SELECT A.SETID ,A.PRODUCT_ID ,A.UNIT_OF_MEASURE ,B.DESCR ,B.DESCRSHORT ,A.DFLT_UOM ,A.MIN_PRICE ,A.MIN_ORDER_QTY ,A.MAX_ORDER_QTY ,A.ORDER_INCREMENT ,A.DATETIME_ADDED ,A.LASTUPDDTTM ,A.LAST_MAINT_OPRID ,%subrec(RB_AUDIT_SBR,A) FROM %Table(PROD_UOM) A , %Table(UNITS_TBL) B WHERE A.UNIT_OF_MEASURE=B.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.
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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
6 | DFLT_UOM | Character(1) | VARCHAR2(1) NOT NULL |
Vendor Default UOM
Y/N Table Edit |
7 | MIN_PRICE | Number(16,4) | DECIMAL(15,4) NOT NULL | Minimum Selling Price |
8 | MIN_ORDER_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Min Ord Qty |
9 | MAX_ORDER_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Max Ord Qty |
10 | ORDER_INCREMENT | Number(15,4) | DECIMAL(14,4) NOT NULL | Increment Quantity |
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 |