RPC_MIGR_SCTXVW(SQL View) |
Index Back |
---|---|
Migration source contextView for retreiving source contex information for migration actions |
SELECT b.SETID , b.MIG_ACTION_ID , b.PRODUCT_ID , a.START_DT , a.END_DT FROM PS_RB_MIG_ACT_TBL a , PS_RB_MIG_SCTX_TBL b WHERE a.SETID = b.SETID AND a.MIG_ACTION_ID = b.MIG_ACTION_ID AND a.MIG_ACT_STATUS = 'ACTV' |
# | 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 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
4 | START_DT | Date(10) | DATE | Start date field to store start date value. |
5 | END_DT | Date(10) | DATE | This field stores the end date values. |