RF_ITEM_MST_VW(SQL View) |
Index Back |
---|---|
Master ItemThis gives a shortened view of a Master Item showing only Item ID, description fields, UOM and Sync information. |
SELECT A.SETID , A.INV_ITEM_ID , A.DESCR60 , A.DESCRSHORT , A.DESCR , A.UNIT_MEASURE_STD , A.SYNCID , A.SYNCDTTM FROM PS_MASTER_ITEM_TBL A |
# | 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 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | UNIT_MEASURE_STD | Character(3) | VARCHAR2(3) NOT NULL | Used to store the unit of measure for an item. |
7 | 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. |
8 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |