ENCUMB_TRIGGER(SQL Table) |
Index Back |
---|---|
Encumbrance TriggerVarious online events from Job, Position, Contract, Department Budgets, Department Defaults, and Job Requisitions cause a pre-encumbrance or encumbrance to be processed. Whenever one of the specific on-line events occur a row will be written to the Record. These trigers are then used as input for the encumbrance batch processes. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(10) | VARCHAR2(10) NOT NULL | Department | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Position Pool ID | |
4 | Character(5) | VARCHAR2(5) NOT NULL |
Job Code Set ID
Prompt Table: SET_JOB_DEP_VW |
|
5 | Character(6) | VARCHAR2(6) NOT NULL | Job Code | |
6 | Character(8) | VARCHAR2(8) NOT NULL | Position Number | |
7 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
8 | Number(3,0) | SMALLINT NOT NULL | Empl Record | |
9 | Character(6) | VARCHAR2(6) NOT NULL | Job requisition number | |
10 | Character(1) | VARCHAR2(1) NOT NULL |
Triggered From
B=BUDGET C=JOBCODE D=DEFAULTS J=JOB P=POSITION_DATA R=REQUISITION T=DEPARTMENT |
|
11 | DateTime(26) | TIMESTAMP | Time Stamp | |
12 | PROCESSED | Character(1) | VARCHAR2(1) NOT NULL |
Processed?
I=In Process N=Not Processed Y=Processed Default Value: N |