FO_HISTORY_VW2(SQL View) |
Index Back |
---|
SELECT HISTORY_ID ,CANDIDATE_ID ,OPRID ,EVENT_TYPE ,CUST_ID ,CONTACT_ID ,FO_DATE ,ACTUAL_END_DATE ,SO_ID ,SO_LINE FROM PS_FO_HISTORY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HISTORY_ID | Number(15,0) | DECIMAL(15) NOT NULL | History ID |
2 | CANDIDATE_ID | Character(11) | VARCHAR2(11) NOT NULL | Used as a general ID for anything from Employee id to other types of ID like asset and material. |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
4 | EVENT_TYPE | Character(10) | VARCHAR2(10) NOT NULL | Event Type |
5 | 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.
Prompt Table: FO_CUSTOMER_SR |
6 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Contact Identifier for Treasury Contacts
Prompt Table: FO_CNTCT_SR |
7 | FO_DATE | Date(10) | DATE NOT NULL | Date |
8 | ACTUAL_END_DATE | DateTime(26) | TIMESTAMP | Actual End Date Time |
9 | SO_ID | Character(15) | VARCHAR2(15) NOT NULL | Service Order ID |
10 | SO_LINE | Number(3,0) | SMALLINT NOT NULL | Line Number |