RPC_ELIG_MIGRVW(SQL View) |
Index Back |
|---|---|
Migrations EligibilityView for retreiving Eligibility rule Migration actions restrictions |
| SELECT a.SETID , a.RULE_ID , a.MIG_ACTION_ID FROM PS_RB_RL_MIG_TBL a WHERE EXISTS ( SELECT 1 FROM PS_RPC_ELIGIB_RULE 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 | RULE_ID | Character(8) | VARCHAR2(8) NOT NULL | Field used for storing rule id information |
| 3 | MIG_ACTION_ID | Character(10) | VARCHAR2(10) NOT NULL | Field used for storing migration action id |