HRS_BIP_TRN_VW(SQL View) |
Index Back |
---|---|
App Training HistoryUse APP_TRAINING to record data about training courses, both internal and external, taken by a student that is an applicant. You can create multiple APP_TRAINING records for a student. |
SELECT A.HRS_PERSON_ID , A.COURSE_START_DT , A.COURSE , A.SESSION_NBR , A.COURSE_TITLE , A.SCHOOL , ' ' FROM PS_HRS_APP_TRAIN A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | COURSE_START_DT | Date(10) | DATE NOT NULL | Course Start Date |
3 | COURSE | Character(6) | VARCHAR2(6) NOT NULL |
Course Code
Prompt Table: COURSE_TBL |
4 | SESSION_NBR | Character(4) | VARCHAR2(4) NOT NULL |
Course Session Nbr
Prompt Table: CRSE_ALL_SSN_VW |
5 | COURSE_TITLE | Character(30) | VARCHAR2(30) NOT NULL | Course Title |
6 | SCHOOL | Character(30) | VARCHAR2(30) NOT NULL | School Name |
7 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |