XL_RESONVW_LNG(SQL View) |
Index Back |
|---|---|
Reason Code ViewView of the Action Reason table with the action_reason field as the leading key. This was created to allow prompt table edits within Mass Change. |
| SELECT ACTION_REASON , LANGUAGE_CD , EFFDT , DESCR FROM PS_ACTN_RSN_LANG |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Reason Code | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | Date(10) | DATE | Effective Date | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |