TRN_INSTR_EXTVW

(SQL View)
Index Back

External Training Instructors

Use TRN_INSTRCT_TBL to record information about instructors of training courses for your company. This view contains only the External Instructuros. You can create only one TRN_INSTRCT_TBL record per instructor.

SELECT INSTRUCTOR_ID , EFFDT ,EFF_STATUS FROM PS_TRN_INSTRCT_TBL WHERE INTERNAL_EXTERNAL = 'E'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 INSTRUCTOR_ID Character(11) VARCHAR2(11) NOT NULL Instructor ID

Prompt Table: PERSON_NAME

2 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A