FO_ORDR_HIST_VW(SQL View) |
Index Back |
---|---|
Order History ViewThis View is created for Related Content Feature |
SELECT SO_ID ,OPRID ,EVENT_TYPE ,CUST_ID ,CONTACT_ID ,FO_DATE ,ORIGINAL_DATE ,ACTUAL_END_DATE ,DATETIME_ADDED FROM PS_FO_HISTORY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SO_ID | Character(15) | VARCHAR2(15) NOT NULL |
Service Order ID
Prompt Table: FO_ORDR_HIST_VW |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | EVENT_TYPE | Character(10) | VARCHAR2(10) NOT NULL | Event Type |
4 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
5 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
6 | FO_DATE | Date(10) | DATE | Date |
7 | ORIGINAL_DATE | DateTime(26) | TIMESTAMP | Original Date Time |
8 | ACTUAL_END_DATE | DateTime(26) | TIMESTAMP | Actual End Date Time |
9 | DATETIME_ADDED | DateTime(26) | TIMESTAMP | DateTime Added |