ASSGNMT_LNG(SQL Table) |
Index Back |
---|---|
EE AssignmentsASSIGNMENT is one of a group of records used to record information about an employee's job assignments away from home base. Use ASSIGNMENT to log high-level data about the assignment. Detail-level data is covered in other records. This data is part of the International Assignment functionality. You can create multiple ASSIGNMENT records for an employee, each with a unique begin date. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | BEGIN_DT | Date(10) | DATE NOT NULL | Begin Date |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | CITY2 | Character(30) | VARCHAR2(30) NOT NULL | City |
5 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
6 | COMMENTS | Long Character | CLOB | Comment |