UPG_ELEMENT_TBL(SQL Table) |
Index Back |
---|---|
Element TableThis table stores information relating to an Element. These include the Satisfaction Method (Training, possession of Licence/Certificate, On the Job Training, Off the Job Training). TITLE is a one sentence description of the Element and DESCRIPTION can be used for a more detailed discussion of the Element including the criteria. Release 9 Job Profile Managment (JPM): Table became a view to JPM data. Ownership of table transferred from HR Core Objects to JPM. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ELEMENT_CD | Character(10) | VARCHAR2(10) NOT NULL | Element code |
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 |
4 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
5 | SATISFACTION_MTHD | Character(1) | VARCHAR2(1) NOT NULL |
Satisfaction Method
D=Dispensation Given F=Off the Job Training L=Possess Licence/Certificate O=On the Job Training R=Recognition of Prior Learning S=Supervisor Assessment T=Attend Training Course Default Value: T |
6 | TITLE | Character(35) | VARCHAR2(35) NOT NULL | Title |