SVC_HCM_SR_REL_MIG
This table is used to backup service requests related tables with ORA_SVC_HCM stripe code only.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_HCM_SR_REL_MIG_PK |
TABLE_NAME, TABLE_PK, PK_VALUE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | 30 | Yes | Table name containing stripe_cd that will be updated during HCM to HRHD migration. | |
| TABLE_PK | VARCHAR2 | 30 | Yes | Primary key of the table containing stripe_cd that will be updated during HCM to HRHD migration. | |
| PK_VALUE | NUMBER | 18 | Yes | Primary key content from the table containing stripe_cd that will be updated during HCM to HRHD migration. | |
| MIGRATION_STATUS | VARCHAR2 | 1 | Indicates whether the record from table_name with ORA_SVC_HCM stripe was migrated to HRHD stripe (Y or N). | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_HCM_SR_REL_MIG_PK | Unique | Default | TABLE_NAME, TABLE_PK, PK_VALUE |