PO_SE_DEL_VW(SQL View) |
Index Back |
|---|---|
PTSF Delete View |
| SELECT BUSINESS_UNIT , PO_ID , LAST_DTTM_UPDATE FROM PS_PO_HDR WHERE PO_STATUS IN ('C','X','PX') |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Purchase Order | |
| 3 | LAST_DTTM_UPDATE | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |