FO_CST_HIST_VW(SQL View) |
Index Back |
---|---|
Customer history viewThis View is created for Related Content Feature |
SELECT OPRID ,CUST_ID ,CUSTOMER_SETID ,OWNERSHIP_ID ,SO_ID ,SO_LINE ,EVENT_TYPE ,FO_DATE ,START_TIME ,END_TIME ,ORIGINAL_DATE ,ACTUAL_END_DATE ,DATETIME_ADDED FROM PS_FO_HISTORY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | 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_CST_HIST_VW |
3 | CUSTOMER_SETID | Character(5) | VARCHAR2(5) NOT NULL | Customer SetID |
4 | OWNERSHIP_ID | Character(30) | VARCHAR2(30) NOT NULL | Owning Organization |
5 | SO_ID | Character(15) | VARCHAR2(15) NOT NULL | Service Order ID |
6 | SO_LINE | Number(3,0) | SMALLINT NOT NULL | Line Number |
7 | EVENT_TYPE | Character(10) | VARCHAR2(10) NOT NULL | Event Type |
8 | FO_DATE | Date(10) | DATE | Date |
9 | START_TIME | Time(15) | TIMESTAMP | Start of Shift |
10 | END_TIME | Time(15) | TIMESTAMP | End of Shift |
11 | ORIGINAL_DATE | DateTime(26) | TIMESTAMP | Original Date Time |
12 | ACTUAL_END_DATE | DateTime(26) | TIMESTAMP | Actual End Date Time |
13 | DATETIME_ADDED | DateTime(26) | TIMESTAMP | DateTime Added |