EG_ACT_RSN2(SQL View) |
Index Back |
---|---|
Action/Reason CombinationsACTN_REASON_TBL is an edit table. Use it to record combinations of action codes and the reason codes that are valid for an action. For example, two valid reasons for a termination action might be attendance and misconduct. |
SELECT ACTION, ACTION_REASON, EFFDT, DESCR FROM PS_ACTN_REASON_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SVC_ADJ_ACTION2 | Character(3) | VARCHAR2(3) NOT NULL | Service Adjustment Action 2 Cd |
2 | SVC_ADJ_ACT_RSN2 | Character(3) | VARCHAR2(3) NOT NULL | Svc Adj Action Reason 2 |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |