ASSIGNMENT

(SQL Table)
Index Back

EE Assignments

ASSIGNMENT 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.

  • Related Language Record: ASSGNMT_LNG
  • Parent record: PERSON
  • # 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 END_DT Date(10) DATE NOT NULL end date
    4 ASSGN_TYPE Character(3) VARCHAR2(3) NOT NULL Assignment Type

    Prompt Table: ASSGN_TYPE_TBL

    5 DT_DEPART Date(10) DATE Departure Date
    6 DT_ARRIVE Date(10) DATE Arrival Date
    7 COUNTRY2 Character(3) VARCHAR2(3) NOT NULL Country

    Prompt Table: COUNTRY_TBL

    8 STATE2 Character(6) VARCHAR2(6) NOT NULL State

    Prompt Table: ASGN_STATE_VW

    9 CITY2 Character(30) VARCHAR2(30) NOT NULL City
    10 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country

    Prompt Table: COUNTRY_TBL

    11 STATE Character(6) VARCHAR2(6) NOT NULL State

    Prompt Table: STATE_TBL

    12 CITY Character(30) VARCHAR2(30) NOT NULL City
    13 CONTACT_ID Character(15) VARCHAR2(15) NOT NULL Contact Identifier for Treasury Contacts

    Prompt Table: PERSON_NAME

    14 COMMENTS Long Character CLOB Comment