PER_ORG_ASG_STG

(SQL Table)
Index Back

Person Org Assignments

Staging for job modernization - PER_ORG_ASGN Contains the Organizational Relationship / EMPL_RCD association(s) for a Person's PER_ORG where that Organizational Relationship requires an EMPL_RCD. This record has a virtual parent/child relationship to PER_ORG_INST. Each PER_ORG_ASGN record is related to one and only one PER_ORG_INST row via the ORG_INSTANCE_ERN field. However, to keep the components functioning without adding an additional key level

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

Prompt Table: PERSON

2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record

Default Value: 0

3 EFFDT Date(10) DATE Effective Date
4 EFFSEQ Number(3,0) SMALLINT NOT NULL Effective Sequence
5 HCR_ACTN_SEQN Number(3,0) SMALLINT NOT NULL Sequence number
6 PER_ORG Character(3) VARCHAR2(3) NOT NULL Defines the Organizational Relationship(s) that a Person has to the Organization. These are Employee, Contingent Worker, and Persons of Interest.
CWR=Contingent Worker
EMP=Employee
POI=Person of Interest

Default Value: PER_ORG_INST.PER_ORG

Prompt Table: PER_ORG_VW

7 ORG_INSTANCE_ERN Number(3,0) SMALLINT NOT NULL Indicates which EMPL_RCD (ERN) is considered the Organizational Instance for this particular ERN. An Organizational Instance defines an Instance of Employment or an Instance of Contingent Workforce. Hire, Termination, and Service dates are captured at the Organiational Instance level.

Default Value: PER_ORG_INST.ORG_INSTANCE_ERN

Prompt Table: PER_ORG_INST

8 POI_TYPE Character(5) VARCHAR2(5) NOT NULL Defines the Transactional usage of POIs in HRMS.

Prompt Table: POI_TYPE_TBL

9 BENEFIT_RCD_NBR Number(3,0) SMALLINT NOT NULL Specifies a sequence number associated with each of multiple concurrent jobs for a one employee. It is used to determine the applicable benefit program for each job. The first job entered for an employee is automatically assigned a Benefit Record Number of zero (0). This field is linked with EMPL_RCD#, the Employment Record Number.
10 HOME_HOST_CLASS Character(1) VARCHAR2(1) NOT NULL Home/Host Classification
M=Home
S=Host

Default Value: M

11 CMPNY_DT_OVR Character(1) VARCHAR2(1) NOT NULL Used to indicate whether the user has overridden the Company Seniority Pay Date If they have, then the field will not be set by the JOB peoplecode.

Y/N Table Edit

Default Value: N

12 CMPNY_SENIORITY_DT Date(10) DATE Company Seniority Date
13 SERVICE_DT_OVR Character(1) VARCHAR2(1) NOT NULL Used to indicate whether the user has overridden the Service Date If they have, then the field will not be set by the JOB peoplecode.

Y/N Table Edit

Default Value: N

14 SERVICE_DT Date(10) DATE Service Date
15 SEN_PAY_DT_OVR Character(1) VARCHAR2(1) NOT NULL Used to indicate whether the user has overridden the Seniority Pay Date If they have, then the field will not be set by the JOB peoplecode.

Y/N Table Edit

Default Value: N

16 SENIORITY_PAY_DT Date(10) DATE Seniority Pay Calc Date
17 PROF_EXPERIENCE_DT Date(10) DATE Professional Experience Date
18 LAST_VERIFICATN_DT Date(10) DATE Last Verification Date
19 PROBATION_DT Date(10) DATE Probation Date
20 LAST_INCREASE_DT Date(10) DATE Date Last Increase
21 OWN_5PERCENT_CO Character(1) VARCHAR2(1) NOT NULL A flag that indicates whether or not (Y or N) an employee owns 5% or more of the company. This value is used in nondiscrimination testing.

Y/N Table Edit

Default Value: N

22 BUSINESS_TITLE Character(30) VARCHAR2(30) NOT NULL Business Title
23 POSITION_PHONE Character(24) VARCHAR2(24) NOT NULL Phone number for the Position
24 LAST_CHILD_UPDDTM DateTime(26) TIMESTAMP Used to indicate the last update to any data belonging to this logical object. For PER_ORG_ASGN - this means any update to its children in JOB_DATA that do not have their own date. For PERSON - this means any update to its children in PERSONAL_DATA that do not have their own date.