ST_ACTN_RSN_TBL(SQL Table) |
Index Back |
---|---|
Stock Action / Reason SetupSetup Record for Stock Action Rules which maps the HR Action Reason to the Stock Reason and establishes Processing Rules. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACTION | Character(3) | VARCHAR2(3) NOT NULL |
Action
Prompt Table: ACTION_TBL |
2 | ACTION_REASON | Character(3) | VARCHAR2(3) NOT NULL |
Reason Code
Prompt Table: ACTN_REASON_TBL |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | STOCK_ACTION | Character(3) | VARCHAR2(3) NOT NULL |
Stock Action
Prompt Table: STOCK_ACTN_TBL |