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>

<PicklistValueGroupName> contains the case-sensitive system name of the picklist value group.

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

<Description> contains the description for the picklist value group.

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

<PickValueGroupID> contains the row ID of the picklist value group.

<data:ListOfPicklistTypeSet>
. . .
</data:ListOfPicklistTypeSet>

The <ListOfPicklistTypeSet> section contains details of the picklist values that are mapped to the picklist value group.

<data:ListOfPicklistTypeSet>
  <data:PicklistTypeSet>
    <data:ObjectName>Account</data:ObjectName>
    <data:FieldName>Type
    </data:FieldName>
    <data:ListOfLicNameSet>
       <data:LicNameSet>
         <data:LicName>Customer
         </data:LicName>
       <data:LicNameSet>
         <data:LicName>Competitor
         </data:LicName>
. . .
       </data:LicNameSet>
. . .
    </data:ListOfLicNameSet>
. . .
  </data:PicklistTypeSet>
. . .
</data:ListOfPicklistTypeSet>

The <PicklistTypeSet> section contains details of the mapped picklist values from one picklist field, as follows:

  • <ObjectName> contains the system name of the record type to which the picklist field belongs.
  • <FieldName> contains the system name of the picklist field.
  • The <ListOfLicNameSet> section contains the details of the values from this picklist field that are mapped to the picklist value group. Each <LicName> element contains the language-independent name of a single picklist value.

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