FO_CAN_HIST_VW(SQL View) |
Index Back |
---|---|
Candidate History viewThis View is created for Related Content Feature |
SELECT CANDIDATE_ID ,OPRID ,EVENT_TYPE ,CUST_ID ,CONTACT_ID ,CANDIDATE_TYPE ,FO_DATE ,ORIGINAL_DATE ,ACTUAL_END_DATE ,DATETIME_ADDED FROM PS_FO_HISTORY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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.
Prompt Table: FO_CANDIDATE_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 | CANDIDATE_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Candidate Type
A=Applicant E=Employee |
7 | FO_DATE | Date(10) | DATE | Date |
8 | ORIGINAL_DATE | DateTime(26) | TIMESTAMP | Original Date Time |
9 | ACTUAL_END_DATE | DateTime(26) | TIMESTAMP | Actual End Date Time |
10 | DATETIME_ADDED | DateTime(26) | TIMESTAMP | DateTime Added |