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