RPC_MIGR_ACTION(SQL Table) |
Index Back |
---|---|
Migration actionsRecord for storing public migrations information |
# | 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 | START_DT | Date(10) | DATE | Start date field to store start date value. |
4 | END_DT | Date(10) | DATE | This field stores the end date values. |
5 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
6 | CONFIG_DEFAULT_FLG | Character(1) | VARCHAR2(1) NOT NULL | Field used for storing Default in Configurator flag value |
7 | SOURCE_PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | field used for storing Source Product ID value |
8 | TARGET_PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Field used to store Porduct ID of a target |
9 | RB_SCOPE_MIG | Character(4) | VARCHAR2(4) NOT NULL |
Field used for storing migration action Scope value
ALLC=All Customers DIFF=Different Customers Only SAME=Same Customer Only |