PO_ITEM_ID_VW(SQL View) |
Index Back |
|---|---|
PO Item Id View |
| select distinct business_unit, inv_item_id, descr254_mixed from PS_PO_LINE where inv_item_id <> ' ' |
| # | 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 | DESCR254_MIXED | Character(254) | VARCHAR2(254) NOT NULL | Description |