EG_ACT_RSN1

(SQL View)
Index Back

Action/Reason Combinations

ACTN_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_ACTION1 Character(3) VARCHAR2(3) NOT NULL Service Adjustment Action Cd
2 SVC_ADJ_ACT_RSN1 Character(3) VARCHAR2(3) NOT NULL Svc Adj Action Reason
3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 DESCR Character(30) VARCHAR2(30) NOT NULL Description