| HRS_APP_ORIG_CH(SQL Table) | Index Back | 
|---|---|
| Employee Place of OriginThis table tracks the Employee Place of Origin. An employee can have multiples places of origin, however an employee can have only one main place of origin. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | Person Id | |
| 2 | Number(3,0) | SMALLINT NOT NULL | Sequence Number | |
| 3 | ORIGIN_CHE | Character(40) | VARCHAR2(40) NOT NULL | This field represents a person's place of origin. This is the place of origin of a person's father or husband. It is a free format field. | 
| 4 | MAIN_ORIG_CHE | Character(1) | VARCHAR2(1) NOT NULL | This Flag determines if the employee's Place of Origin is the main one or not.  An employee can have one and only one main place of origin. Y/N Table Edit Default Value: N | 
| 5 | HRS_ROW_ADD_DTTM | DateTime(26) | TIMESTAMP | Row Added DateTime | 
| 6 | HRS_ROW_ADD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Added Operator Id | 
| 7 | HRS_ROW_UPD_DTTM | DateTime(26) | TIMESTAMP | Row Updated DateTime | 
| 8 | HRS_ROW_UPD_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Updated Operator Id |