PO_ER_HDR_VW(SQL View) |
Index Back |
---|---|
PO Expected Receipt - Header |
SELECT A.PROCESS_INSTANCE , B.SHIPTO_ID , A.BUSINESS_UNIT , A.PO_ID , A.DTTM_STAMP FROM PS_PO_ER_HDR A , PS_PO_ER_LINE_SHIP B WHERE A.PROCESS_INSTANCE = B.PROCESS_INSTANCE AND A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.PO_ID = B.PO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | SHIPTO_ID | Character(10) | VARCHAR2(10) NOT NULL | Ship To Location |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | PO_ID | Character(10) | VARCHAR2(10) NOT NULL | Purchase Order |
5 | DTTM_STAMP | 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. |