MASTER_ITEM_SR2(SQL View) |
Index Back |
---|---|
Item Master Serial Vw |
SELECT setid , inv_item_id , descr , descr60 , descrshort FROM PS_MASTER_ITEM_TBL WHERE (serial_control='Y' OR ship_serial_cntrl = 'Y') AND itm_status_current <> '5' AND itm_status_current <> '6' AND itm_status_current <> '7' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
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: MST_ITM_PRPT_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |