RB_MIG_RULE_VW(SQL View) |
Index Back |
---|---|
Migr rules viewView used to retrieve migration rules |
SELECT a.setid , a.mig_action_id , a.rule_id , b.descr254 FROM ps_rb_rl_mig_tbl a , PS_RB_RULE_DFN_TBL b WHERE a.setid = b.setid AND a.rule_id = b.rule_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | MIG_ACTION_ID | Character(10) | VARCHAR2(10) NOT NULL | Field used for storing migration action id |
3 | RULE_ID | Character(8) | VARCHAR2(8) NOT NULL | Field used for storing rule id information |
4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |