SERIAL_INV_VW4(SQL View) |
Index Back |
|---|---|
Shipping Serial IdsThis is a view of all serial ids that have been shipped for an item within a business unit. |
| select a.business_unit, a.inv_item_id, a.serial_id from PS_SHIP_SERIAL_INV a |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Item ID | |
| 3 | Character(20) | VARCHAR2(20) NOT NULL | Serial ID |