BI_LINE_ID_VW(SQL View) |
Index Back |
|---|---|
Distinct IDs for an Inv Vw |
| SELECT DISTINCT a.business_unit , a.invoice , a.identifier , a.descr FROM PS_BI_LINE a |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(22) | VARCHAR2(22) NOT NULL | Invoice Search | |
| 3 | Character(18) | VARCHAR2(18) NOT NULL | Identifier | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |