PO_POAHISTHD_VW(SQL View) |
Index Back |
---|---|
Acknowledgement history09/25/01 RML CN#WV840-4.0 Portal Acknowledgement history |
SELECT a.eip_ctl_id , a.business_unit , a.po_id , a.responded_dttm , b.vendor_setid , b.vendor_id FROM ps_po_poa_hdr_hist a , PS_PO_HDR b WHERE a.business_unit = b.business_unit AND a.po_id = b.po_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EIP_CTL_ID | Character(25) | VARCHAR2(25) NOT NULL | Enterprise Components EIP (enterprise integration point) control field |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | PO_ID | Character(10) | VARCHAR2(10) NOT NULL | Purchase Order |
4 | RESPONDED_DTTM | DateTime(26) | TIMESTAMP | Represents the date and time a designated operator reviewed and acknowledged an exposure limit vi |
5 | VENDOR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID |
6 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |