SETID_INVBU_VW(SQL View) |
Index Back |
---|---|
Setid Item/INV BU Prompt Tbl04/01/01 DSO CN#WV802-1.0: Supplier Collaboration - Display Inventory BU's associated with the Item's SetID. Used in Supplier Schedule Item Attributes page |
SELECT a.inv_item_id , a.setid , a.business_unit , b.descr , b.descrshort FROM PS_ALLBU_ITEM_VW a , ps_sp_buin_nonvw b WHERE a.business_unit = b.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
3 | BUSINESS_UNIT_IN | Character(5) | VARCHAR2(5) NOT NULL | Inventory Unit |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |