HRS_APP_RTE(SQL Table) |
Index Back |
---|---|
Applicant RouteStores the overall routing recomendation once all of the individuals to whom the applicant was routed have responded. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | HRS_RCMNT_ID | Number(15,0) | DECIMAL(15) NOT NULL | App Tracking Recruitment ID |
3 | HRS_RTE_ID | Number(15,0) | DECIMAL(15) NOT NULL | Route ID |
4 | HRS_RTE_STTS | Character(3) | VARCHAR2(3) NOT NULL |
Indicates the routing status of a candidate with respect to a recruitment tracking event.
Prompt Table: HRS_STS_RTE_I |
5 | HRS_STTS_DT | Date(10) | DATE |
Status Date
Default Value: %date |
6 | HRS_STTS_RSN | Character(3) | VARCHAR2(3) NOT NULL |
Identifies a reason associated with a particular status.
Prompt Table: HRS_RSN_RTE_I_2 |
7 | HRS_NOTIFY_RESP | Character(1) | VARCHAR2(1) NOT NULL |
Recipient Notification
Y/N Table Edit Default Value: N |
8 | HRS_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Row Added DateTime |
9 | HRS_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Added Operator Id |
10 | HRS_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime |
11 | HRS_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |
12 | DESCRLONG | Long Character | CLOB | Long Description |