Oracle Migration Tool On Demand Guide > Migrating Picklist Value Groups >

Elements and Sections in the Picklist Value Groups XML Output File


Table 17 describes the elements and sections in the picklist value group XML output file.

Table 17. Elements and Sections in the Picklist Value Group XML File
Element or Section
Description

<data:PicklistValueGroupName>PVG Name
</data:PicklistValueGroupName>

This case-sensitive element contains the system name of the picklist value group.

<data:Description>PVG description</data:Description>

This element contains the description for the picklist value group.

<data:PickValueGroupId>1QA2-NX0XH</data:PickValueGroupId>

This element contains the row ID to uniquely identify the picklist value group.

<data:ListOfPicklistTypeSet>
  <data:PicklistTypeSet>
    <data:ObjectName>Account</data:ObjectName>
    <data:FieldName>Account Type Value 1
    </data:FieldName>
    <data:ListOfLicNameSet>
       <data:LicNameSet>
         <data:LicName>Account Type Value 2
         </data:LicName>
       </data:LicNameSet>
    </data:ListOfLicNameSet>
  </data:PicklistTypeSet>
</data:ListOfPicklistTypeSet>

This section contains the Picklist fields mapped to a picklist value group.

  • <ObjectName> contains the system name of the object.
  • <FieldName> contains the system name of the picklist field.
  • <ListOfLicNameSet> contains the language independent picklist values mapped to the picklist value group.
  • <LicName> contains a language independent picklist value.

Oracle Migration Tool On Demand Guide, Release 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.