TR_MAP_HEADER(SQL Table) |
Index Back |
---|---|
CodeSet Mapping HeaderContains the header information for each field that is mapped. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MAPPING_GROUP_ID | Character(10) | VARCHAR2(10) NOT NULL | Unique identifier for the mapping group. |
2 | MAPPING_FIELD_NAME | Character(25) | VARCHAR2(25) NOT NULL | Identifies the field being mapped. |
3 | MAPPING_DEFAULT | Character(30) | VARCHAR2(30) NOT NULL | Contains a default value for a given mapping. |
4 | MAPPING_PASS_THRU | Character(1) | VARCHAR2(1) NOT NULL |
Determines if the mapping field allows for pass through of original value or not.
N=No Y=Yes |