RB_TD_CATACT_VW(SQL View) |
Index Back |
---|---|
Related Actions ViewThis view shows the related actions for the category. |
SELECT ACTION_CAT_ID , ACTION_DFN_ID , DESCR , ROW_ADDED_DTTM ,ROW_ADDED_OPRID FROM PS_RB_TD_ACT_DFN |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACTION_CAT_ID | Character(10) | VARCHAR2(10) NOT NULL |
This is the key field for the Action Category Definition record.
Prompt Table: RB_TD_ACT_CAT |
2 | ACTION_DFN_ID | Character(10) | VARCHAR2(10) NOT NULL | This field is used to store the Action ID, the key field for Actions in 360-Degree View. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
5 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |