HRS_DM_KEY

(SQL Table)
Index Back

Data mapping Key Table

Data mapping Key Table

  • Parent record: HRS_DM_CAT
  • # 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(30) VARCHAR2(30) NOT NULL Data Mapping Forigen Key. Used by Data mapping keys to store the key from the forigen table, for use when performing a sync operation.
    8 LASTUPDDTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.

    Default Value: %datetime