JOB_TRIGR2_ESP(SQL Table) |
Index Back |
---|---|
Trigger creation work tableWork table to create Job GP triggers. Special table to create triggers under special situations, i.e. create a trigger when a value change but not in the base record but in a related record. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Effective Sequence |
5 | CONTRACT_TYPE | Character(3) | VARCHAR2(3) NOT NULL | Contract Type |
6 | ACTION_FLAG | Character(2) | VARCHAR2(2) NOT NULL | Action Flag |
7 | PREV_EFFDT | Date(10) | DATE | Work field |
8 | PRIOR_EFFSEQ | Number(3,0) | SMALLINT NOT NULL | Prior Effective Sequence |