HRS_DM_KEY(SQL Table) |
Index Back |
---|---|
Data mapping Key TableData mapping Key Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_DM_KEY_ID | Number(15,0) | DECIMAL(15) NOT NULL | Data Mapping Key ID |
2 | HRS_DM_CAT_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Data Mapping Category ID
Prompt Table: HRS_DM_CAT |
3 | HRS_DM_SUBCAT | Character(50) | VARCHAR2(50) NOT NULL | SubCategory |
4 | HRS_DM_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Status
10=Active 20=Inactive Default Value: 10 |
5 | HRS_DM_KEY_NAME | Character(50) | VARCHAR2(50) NOT NULL | Data Mapping Key Name. This is what is shown in value mappings. |
6 | HRS_DM_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Data Mapping Object Description |
7 | HRS_DM_FKEY | Character(40) | VARCHAR2(40) NOT NULL | Data Mapping Foreign Key. Used by Data mapping keys to store the key from the foreign table, for use when performing a sync operation. |