HR_PER502_LOG(SQL Table) |
Index Back |
---|---|
ID Change/Delete Log TableID Change/Delete Log Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESSINSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
3 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
4 | DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
5 | CHANGE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Action
C=Change PersonID D=Delete PersonID |
6 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
7 | EMPLID_NEW | Character(11) | VARCHAR2(11) NOT NULL | ID |
8 | HR_TOTAL_ROWS | Number(5,0) | INTEGER NOT NULL |
Rows Changed
Default Value: 0 |