RF_ITEM_MST_VW1(SQL View) |
Index Back |
---|---|
Item Master ViewThis gives a shortened view of an item including only Item ID and description fields. |
SELECT A.SETID , A.INV_ITEM_ID , A.DESCR60 , A.DESCRSHORT , A.DESCR FROM PS_MASTER_ITEM_TBL A WHERE itm_status_current IN ('1','2','3') |
# | 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 |