GPS_ADP_ACT_TBL(SQL Table) |
Index Back |
---|---|
ADP ACTION Setup TableIntegration Table: Contains all the ADP ACTIONS that are possible to be applied to a JOB row. Changes made by ADP Action Values Cost Center assignment Update/Inserts Action = 'CC' Absence Changes Update/Inserts Action = 'ABS' Report Filed values Update/Inserts Action = 'RPT' Child Allowances Update/Inserts Action = 'CA' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACTION | Character(3) | VARCHAR2(3) NOT NULL | Action |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | ACTION_DESCR | Character(50) | VARCHAR2(50) NOT NULL | Action Description |
5 | ACTION_DESCRSHORT | Character(30) | VARCHAR2(30) NOT NULL | Short Description for an Action |