l_r_board_action_src_reason
6 rows
Suggested facets: action_source, received_reason
| Link | action_source | received_reason |
|---|---|---|
| MOTAC,EXCEP | MOTAC | Exceptions Filed EXCEP |
| MOTAC,MOTRE | MOTAC | Motion for Reconsideration MOTRE |
| MOTAC,RCON | MOTAC | Consolidated R Case RCON |
| RRRUL,EXCEP | RRRUL | Exceptions Filed EXCEP |
| RRRUL,RCON | RRRUL | Consolidated R Case RCON |
| RRRUL,RRFIL | RRRUL | Request for Review RRFIL |
Table schema
CREATE TABLE l_r_board_action_src_reason(action_source VARCHAR, received_reason VARCHAR, PRIMARY KEY(action_source, received_reason), FOREIGN KEY (received_reason) REFERENCES l_r_board_received_reason(received_reason));