PRODAVAIL_IN_VW(SQL View) |
Index Back |
---|---|
Prod available for all SetidThis view is used by the Product ID prompt table in Inventory Shipping Container Inquriy. |
SELECT A.SETID ,A.PRODUCT_ID ,A.DESCR ,A.DESCR254 FROM PS_PROD_ITEM A , PS_MASTER_ITEM_TBL B WHERE A.SETID=B.SETID AND A.INV_ITEM_ID=B.INV_ITEM_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |