<ROOT>
 <APPS_INITIALIZE_DATA>
  <USER_NAME>ENGINATICS</USER_NAME>
  <RESPONSIBILITY_KEY>SYSTEM_ADMINISTRATOR</RESPONSIBILITY_KEY>
  <APPLICATION_SHORT_NAME>SYSADMIN</APPLICATION_SHORT_NAME>
 </APPS_INITIALIZE_DATA>
<LOVS>
<!-- loader xml for Enginatics Blitz Report lov: AR Registry Status -->
 <LOVS_ROW>
  <GUID>22FFB94618DB3DA4E0630100007FD7CF</GUID>
  <LOV_NAME>AR Registry Status</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
al.lookup_code id,
al.meaning value,
null description
from
ar_lookups al
where 
al.lookup_type=&apos;REGISTRY_STATUS&apos; and
al.lookup_code in (&apos;I&apos;,&apos;A&apos;)
order by 
value</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: Blitz Upload Mode -->
 <LOVS_ROW>
  <GUID>E811F942597A2075E0530100007FF4F2</GUID>
  <LOV_NAME>Blitz Upload Mode</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select xxen_upload.action_create id, xxen_upload.action_meaning(xxen_upload.action_create) value, null description from dual union all
select xxen_upload.action_create || &apos;,&apos; || xxen_upload.action_update id, xxen_upload.action_meaning(xxen_upload.action_create)||&apos;, &apos;||xxen_upload.action_meaning(xxen_upload.action_update) value, null description from dual
</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: Country -->
 <LOVS_ROW>
  <GUID>8E2FF36EDE8379D2E0530100007F1FF2</GUID>
  <LOV_NAME>Country</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
ftv.territory_short_name value,
ftv.territory_code||&apos;: &apos;||ftv.description description
from
fnd_territories_vl ftv
order by
ftv.territory_short_name</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: HR Location -->
 <LOVS_ROW>
  <GUID>0087D0A1D042F831E0630100007F0109</GUID>
  <LOV_NAME>HR Location</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
hl.location_code value,
hl.description||&apos; (&apos;||hl.address_line_1||&apos;, &apos;||hl.town_or_city||&apos;, &apos;||ftv.territory_short_name||&apos;)&apos; description
from
hr_locations hl,
fnd_territories_vl ftv
where
hl.country=ftv.territory_code(+)
order by
hl.location_code</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: Yes -->
 <LOVS_ROW>
  <GUID>8E2FF36EDEA679D2E0530100007F1FF2</GUID>
  <LOV_NAME>Yes</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
</LOVS>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: PER Location Upload -->
 <REPORTS_ROW>
  <GUID>4F288F94CCB109E3E0630100007FECF2</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
null action_,
null status_,
null message_,
null request_id_,
null modified_columns_,
hla.location_id,
hla.location_code,
hlat.description,
hla.inactive_date,
to_char(null) delete_location,
pbg.name business_group,
xxen_util.meaning(case when hla.legal_address_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) legal_address_flag,
xxen_util.display_flexfield_context(800,&apos;Address Location&apos;,hla.style) address_style,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;ADDRESS_LINE_1&apos;,hla.rowid,hla.address_line_1) address_line_1,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;ADDRESS_LINE_2&apos;,hla.rowid,hla.address_line_2) address_line_2,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;ADDRESS_LINE_3&apos;,hla.rowid,hla.address_line_3) address_line_3,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TOWN_OR_CITY&apos;,hla.rowid,hla.town_or_city) town_or_city,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;REGION_1&apos;,hla.rowid,hla.region_1) region_1,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;REGION_2&apos;,hla.rowid,hla.region_2) region_2,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;REGION_3&apos;,hla.rowid,hla.region_3) region_3,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;POSTAL_CODE&apos;,hla.rowid,hla.postal_code) postal_code,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;COUNTRY&apos;,hla.rowid,hla.country) country,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TELEPHONE_NUMBER_1&apos;,hla.rowid,hla.telephone_number_1) telephone_number_1,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TELEPHONE_NUMBER_2&apos;,hla.rowid,hla.telephone_number_2) telephone_number_2,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TELEPHONE_NUMBER_3&apos;,hla.rowid,hla.telephone_number_3) telephone_number_3,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION13&apos;,hla.rowid,hla.loc_information13) loc_information13,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION14&apos;,hla.rowid,hla.loc_information14) loc_information14,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION15&apos;,hla.rowid,hla.loc_information15) loc_information15,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION16&apos;,hla.rowid,hla.loc_information16) loc_information16,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION17&apos;,hla.rowid,hla.loc_information17) loc_information17,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION18&apos;,hla.rowid,hla.loc_information18) loc_information18,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION19&apos;,hla.rowid,hla.loc_information19) loc_information19,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION20&apos;,hla.rowid,hla.loc_information20) loc_information20,
hla2.location_code ship_to_location,
xxen_util.meaning(case when hla.ship_to_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) ship_to_site_flag,
xxen_util.meaning(case when hla.receiving_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) receiving_site_flag,
xxen_util.meaning(case when hla.bill_to_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) bill_to_site_flag,
xxen_util.meaning(case when hla.office_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) office_site_flag,
xxen_util.meaning(case when hla.in_organization_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) in_organization_flag,
mp.organization_code inventory_organization,
ppf.full_name contact,
(select ftv.name from fnd_timezones_vl ftv where ftv.timezone_code=hla.timezone_code) timezone_code,
hla.ece_tp_location_code,
xxen_util.display_flexfield_context(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category) loc_attribute_category,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE1&apos;,hla.rowid,hla.attribute1) loc_attribute1,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE2&apos;,hla.rowid,hla.attribute2) loc_attribute2,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE3&apos;,hla.rowid,hla.attribute3) loc_attribute3,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE4&apos;,hla.rowid,hla.attribute4) loc_attribute4,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE5&apos;,hla.rowid,hla.attribute5) loc_attribute5,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE6&apos;,hla.rowid,hla.attribute6) loc_attribute6,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE7&apos;,hla.rowid,hla.attribute7) loc_attribute7,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE8&apos;,hla.rowid,hla.attribute8) loc_attribute8,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE9&apos;,hla.rowid,hla.attribute9) loc_attribute9,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE10&apos;,hla.rowid,hla.attribute10) loc_attribute10,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE11&apos;,hla.rowid,hla.attribute11) loc_attribute11,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE12&apos;,hla.rowid,hla.attribute12) loc_attribute12,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE13&apos;,hla.rowid,hla.attribute13) loc_attribute13,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE14&apos;,hla.rowid,hla.attribute14) loc_attribute14,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE15&apos;,hla.rowid,hla.attribute15) loc_attribute15,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE16&apos;,hla.rowid,hla.attribute16) loc_attribute16,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE17&apos;,hla.rowid,hla.attribute17) loc_attribute17,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE18&apos;,hla.rowid,hla.attribute18) loc_attribute18,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE19&apos;,hla.rowid,hla.attribute19) loc_attribute19,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE20&apos;,hla.rowid,hla.attribute20) loc_attribute20,
to_number(null) upload_row
from
hr_locations_all hla,
hr_locations_all_tl hlat,
hr_locations_all hla2,
mtl_parameters mp,
per_all_people_f ppf,
per_business_groups pbg
where
1=1 and
nvl(hla.business_group_id,nvl(hr_general.get_business_group_id,-99))=nvl(hr_general.get_business_group_id,nvl(hla.business_group_id,-99)) and
hla.location_id=hlat.location_id and
hlat.language=userenv(&apos;lang&apos;) and
hla.ship_to_location_id=hla2.location_id(+) and
hla.inventory_organization_id=mp.organization_id(+) and
hla.designated_receiver_id=ppf.person_id(+) and
hla.business_group_id=pbg.business_group_id(+)</SQL_TEXT>
  <TYPE>U</TYPE>
  <UPLOAD_TYPE>A</UPLOAD_TYPE>
  <UPLOAD_OBJECT>xxen_per_upload.create_update_location</UPLOAD_OBJECT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>PER Location Upload</REPORT_NAME>
    <DESCRIPTION>Upload to create, update, and delete HR Locations.

Supports all country-specific address styles with address field validation.

Includes site flags (Ship-To, Bill-To, Receiving, Office, Internal) with autocorrection for Ship-To and Receiving flags based on the Ship-To Location relationship.

Includes the Descriptive Flexfield attributes with validation.

Business group security restricts downloaded locations to the user&apos;s current business group plus global locations. New locations can optionally be made local by assigning the location to the user&apos;s current business group. If not assigned to a business group, the location is a global location. 

Legal Address locations are protected from inactivation and deletion. The upload cannot set or change the Legal Address Flag. This is for information only.

By default, new locations are created with themselves as the ship to location (self-referencing)

The upload will automatically set the ship to site flag based on the ship to location. When the ship to site is self-referencing, the ship to flag and receiving flag are always set to Yes. If the ship to location references a different location, the ship to site flag will be set to No. 

If the ship to site flag is set to Yes, the receiving site flag is also set to Yes. Otherwise, the receiving site flag will be set as specified in the upload excel. 
</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Enginatics</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>R12 only</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Upload</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>:p_upload_mode like &apos;%&apos; || xxen_upload.action_update</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Blitz Upload Mode</LOV_NAME>
    <LOV_GUID>E811F942597A2075E0530100007FF4F2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select xxen_upload.action_create id, xxen_upload.action_meaning(xxen_upload.action_create) value, null description from dual union all
select xxen_upload.action_create || &apos;,&apos; || xxen_upload.action_update id, xxen_upload.action_meaning(xxen_upload.action_create)||&apos;, &apos;||xxen_upload.action_meaning(xxen_upload.action_update) value, null description from dual
</LOV_QUERY_DSP>
    <DEFAULT_VALUE>C,U</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Upload Mode</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>:default_address_style=:default_address_style</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV custom</PARAMETER_TYPE_DSP>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
fdfcv.descriptive_flex_context_code id,
fdfcv.descriptive_flex_context_name value,
fdfcv.description description
from
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=800 and
fdfcv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcv.enabled_flag=&apos;Y&apos; and
fdfcv.descriptive_flex_context_code&lt;&gt;&apos;Global Data Elements&apos;
order by
2</LOV_QUERY_DSP>
    <DEFAULT_VALUE>select
coalesce(
(select fdfcv.descriptive_flex_context_code from fnd_descr_flex_contexts_vl fdfcv where fdfcv.application_id=800 and fdfcv.descriptive_flexfield_name=&apos;Address Location&apos; and fdfcv.enabled_flag=&apos;Y&apos; and fdfcv.descriptive_flex_context_code=pbg.legislation_code),
(select min(fdfcv.descriptive_flex_context_code) from fnd_descr_flex_contexts_vl fdfcv where fdfcv.application_id=800 and fdfcv.descriptive_flexfield_name=&apos;Address Location&apos; and fdfcv.enabled_flag=&apos;Y&apos; and substr(fdfcv.descriptive_flex_context_code,1,2)=pbg.legislation_code),
&apos;GENERIC&apos;)
from
per_business_groups pbg
where
pbg.business_group_id=fnd_profile.value(&apos;PER_BUSINESS_GROUP_ID&apos;)</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Default Address Style</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>3</SORT_ORDER>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.location_code=:location_name</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>HR Location</LOV_NAME>
    <LOV_GUID>0087D0A1D042F831E0630100007F0109</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
hl.location_code value,
hl.description||&apos; (&apos;||hl.address_line_1||&apos;, &apos;||hl.town_or_city||&apos;, &apos;||ftv.territory_short_name||&apos;)&apos; description
from
hr_locations hl,
fnd_territories_vl ftv
where
hl.country=ftv.territory_code(+)
order by
hl.location_code</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Location Name</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>4</SORT_ORDER>
    <DISPLAY_SEQUENCE>40</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>lower(hla.location_code) like lower(:location_name_like)</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Char</PARAMETER_TYPE_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Location Name Like</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>5</SORT_ORDER>
    <DISPLAY_SEQUENCE>50</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>nvl(hla.inactive_date,trunc(sysdate))&gt;=trunc(sysdate)</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>AR Registry Status</LOV_NAME>
    <LOV_GUID>22FFB94618DB3DA4E0630100007FD7CF</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
al.lookup_code id,
al.meaning value,
null description
from
ar_lookups al
where 
al.lookup_type=&apos;REGISTRY_STATUS&apos; and
al.lookup_code in (&apos;I&apos;,&apos;A&apos;)
order by 
value</LOV_QUERY_DSP>
    <MATCHING_VALUE>A</MATCHING_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Location Status</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>6</SORT_ORDER>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.inactive_date&lt;trunc(sysdate)</SQL_TEXT>
    <MATCHING_VALUE>I</MATCHING_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Location Status</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>7</SORT_ORDER>
    <DISPLAY_SEQUENCE>60</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.country=(select ftv.territory_code from fnd_territories_vl ftv where ftv.territory_short_name=:country)</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Country</LOV_NAME>
    <LOV_GUID>8E2FF36EDE8379D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
ftv.territory_short_name value,
ftv.territory_code||&apos;: &apos;||ftv.description description
from
fnd_territories_vl ftv
order by
ftv.territory_short_name</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Country</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>8</SORT_ORDER>
    <DISPLAY_SEQUENCE>70</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.business_group_id is null</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV Oracle</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes_No</LOV_NAME>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
lookup_code id,
meaning value,
null description
from
fnd_lookups
where fnd_lookups.lookup_type=&apos;YES_NO&apos;
order by value,description</LOV_QUERY_DSP>
    <MATCHING_VALUE>Y</MATCHING_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Global</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>9</SORT_ORDER>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.business_group_id=fnd_profile.value(&apos;PER_BUSINESS_GROUP_ID&apos;)</SQL_TEXT>
    <MATCHING_VALUE>N</MATCHING_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Global</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>10</SORT_ORDER>
    <DISPLAY_SEQUENCE>80</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.legal_address_flag=&apos;Y&apos;</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV Oracle</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes_No</LOV_NAME>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
lookup_code id,
meaning value,
null description
from
fnd_lookups
where fnd_lookups.lookup_type=&apos;YES_NO&apos;
order by value,description</LOV_QUERY_DSP>
    <MATCHING_VALUE>Y</MATCHING_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Legal Address</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>11</SORT_ORDER>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>nvl(hla.legal_address_flag,&apos;N&apos;)=&apos;N&apos;</SQL_TEXT>
    <MATCHING_VALUE>N</MATCHING_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Legal Address</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>12</SORT_ORDER>
    <DISPLAY_SEQUENCE>90</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.bill_to_site_flag=:bill_to_site</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Bill To Site</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>13</SORT_ORDER>
    <DISPLAY_SEQUENCE>100</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.ship_to_site_flag=:ship_to_site</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Ship To Site</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>14</SORT_ORDER>
    <DISPLAY_SEQUENCE>110</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.receiving_site_flag=:receiving_site</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Receiving Site</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>15</SORT_ORDER>
    <DISPLAY_SEQUENCE>120</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.in_organization_flag=:internal_site</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Internal Site</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>16</SORT_ORDER>
    <DISPLAY_SEQUENCE>130</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>hla.office_site_flag=:office_site</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Office Site</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
  </PARAMETERS>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>1</COLUMN_NUMBER>
    <COLUMN_NAME>ACTION_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>2</COLUMN_NUMBER>
    <COLUMN_NAME>STATUS_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>3</COLUMN_NUMBER>
    <COLUMN_NAME>MESSAGE_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>4</COLUMN_NUMBER>
    <COLUMN_NAME>REQUEST_ID_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <HIDDEN>Y</HIDDEN>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>5</COLUMN_NUMBER>
    <COLUMN_NAME>MODIFIED_COLUMNS_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <HIDDEN>Y</HIDDEN>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>6</COLUMN_NUMBER>
    <COLUMN_NAME>LOCATION_ID</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
    <HIDDEN>Y</HIDDEN>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>7</COLUMN_NUMBER>
    <COLUMN_NAME>LOCATION_CODE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>60</DATA_LENGTH>
    <COMMENTS>Required. Unique identifier for the location. Used as the business key for matching existing locations on update.</COMMENTS>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>8</COLUMN_NUMBER>
    <COLUMN_NAME>DESCRIPTION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>240</DATA_LENGTH>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>9</COLUMN_NUMBER>
    <COLUMN_NAME>INACTIVE_DATE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Date</COLUMN_TYPE_DSP>
    <DATA_TYPE>date</DATA_TYPE>
    <COMMENTS>Date the location becomes inactive. Cannot be set on locations flagged as Legal Address.</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>10</COLUMN_NUMBER>
    <COLUMN_NAME>DELETE_LOCATION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <COMMENTS>Set to Yes to delete the location. The location must not be referenced by any assignments, organizations, positions, or other entities. Legal Address locations cannot be deleted.</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>11</COLUMN_NUMBER>
    <COLUMN_NAME>BUSINESS_GROUP</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>240</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
pbg.business_group_id id,
pbg.name value,
null description
from
per_business_groups pbg
where
pbg.business_group_id=fnd_profile.value(&apos;PER_BUSINESS_GROUP_ID&apos;)
order by
pbg.name</LOV_QUERY_DSP>
    <COMMENTS>Read-only on downloaded data. For new locations, optionally select a Business Group to make the location local to that BG. Leave blank for a global location visible to all Business Groups.</COMMENTS>
    <READ_ONLY>Y</READ_ONLY>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>12</COLUMN_NUMBER>
    <COLUMN_NAME>LEGAL_ADDRESS_FLAG</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <COMMENTS>Read-only. Set by the legal entity assignment process, not directly editable. When set to Yes, the Inactive Date field is protected.</COMMENTS>
    <READ_ONLY>Y</READ_ONLY>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>13</COLUMN_NUMBER>
    <COLUMN_NAME>ADDRESS_STYLE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
fdfcv.descriptive_flex_context_code id,
fdfcv.descriptive_flex_context_name value,
fdfcv.description description
from
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=800 and
fdfcv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcv.enabled_flag=&apos;Y&apos; and
fdfcv.descriptive_flex_context_code&lt;&gt;&apos;Global Data Elements&apos;
order by
2</LOV_QUERY_DSP>
    <DEFAULT_VALUE>select
fdfcv.descriptive_flex_context_name
from
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=800 and
fdfcv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcv.descriptive_flex_context_code=:$flex$.Default_Address_Style</DEFAULT_VALUE>
    <COMMENTS>Determines the country-specific address format and which address fields are active and validated. Defaults from the Default Address Style report parameter.</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>14</COLUMN_NUMBER>
    <COLUMN_NAME>ADDRESS_LINE_1</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;ADDRESS_LINE_1&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;ADDRESS_LINE_1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>15</COLUMN_NUMBER>
    <COLUMN_NAME>ADDRESS_LINE_2</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;ADDRESS_LINE_2&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;ADDRESS_LINE_2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>16</COLUMN_NUMBER>
    <COLUMN_NAME>ADDRESS_LINE_3</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;ADDRESS_LINE_3&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;ADDRESS_LINE_3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>17</COLUMN_NUMBER>
    <COLUMN_NAME>TOWN_OR_CITY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;TOWN_OR_CITY&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;TOWN_OR_CITY&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>18</COLUMN_NUMBER>
    <COLUMN_NAME>REGION_1</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;REGION_1&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;REGION_1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>19</COLUMN_NUMBER>
    <COLUMN_NAME>REGION_2</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;REGION_2&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;REGION_2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>20</COLUMN_NUMBER>
    <COLUMN_NAME>REGION_3</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;REGION_3&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;REGION_3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>21</COLUMN_NUMBER>
    <COLUMN_NAME>POSTAL_CODE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;POSTAL_CODE&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;POSTAL_CODE&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>22</COLUMN_NUMBER>
    <COLUMN_NAME>COUNTRY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;COUNTRY&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;COUNTRY&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>23</COLUMN_NUMBER>
    <COLUMN_NAME>TELEPHONE_NUMBER_1</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;TELEPHONE_NUMBER_1&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;TELEPHONE_NUMBER_1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>24</COLUMN_NUMBER>
    <COLUMN_NAME>TELEPHONE_NUMBER_2</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;TELEPHONE_NUMBER_2&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;TELEPHONE_NUMBER_2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>25</COLUMN_NUMBER>
    <COLUMN_NAME>TELEPHONE_NUMBER_3</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;TELEPHONE_NUMBER_3&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;TELEPHONE_NUMBER_3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>26</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION13</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION13&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION13&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>27</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION14</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION14&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION14&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>28</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION15</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION15&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION15&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>29</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION16</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION16&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION16&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>30</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION17</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION17&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION17&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>31</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION18</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION18&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION18&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>32</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION19</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION19&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION19&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>33</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_INFORMATION20</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_per_upload.address_location_lov(
p_context=&gt;:$column$.address_style,
p_column_name=&gt;&apos;LOC_INFORMATION20&apos;,
p_address_line_1=&gt;:$column$.address_line_1,
p_address_line_2=&gt;:$column$.address_line_2,
p_address_line_3=&gt;:$column$.address_line_3,
p_town_or_city=&gt;:$column$.town_or_city,
p_region_1=&gt;:$column$.region_1,
p_region_2=&gt;:$column$.region_2,
p_region_3=&gt;:$column$.region_3,
p_postal_code=&gt;:$column$.postal_code,
p_country=&gt;:$column$.country,
p_telephone_number_1=&gt;:$column$.telephone_number_1,
p_telephone_number_2=&gt;:$column$.telephone_number_2,
p_telephone_number_3=&gt;:$column$.telephone_number_3,
p_loc_information13=&gt;:$column$.loc_information13,
p_loc_information14=&gt;:$column$.loc_information14,
p_loc_information15=&gt;:$column$.loc_information15,
p_loc_information16=&gt;:$column$.loc_information16,
p_loc_information17=&gt;:$column$.loc_information17,
p_loc_information18=&gt;:$column$.loc_information18,
p_loc_information19=&gt;:$column$.loc_information19,
p_loc_information20=&gt;:$column$.loc_information20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_name || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;Address Location&apos; and
fdfcuv.application_column_name=&apos;LOC_INFORMATION20&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>34</COLUMN_NUMBER>
    <COLUMN_NAME>SHIP_TO_LOCATION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>60</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
hla.location_id id,
hla.location_code value,
hla.description description
from
hr_locations_all hla
where
hla.ship_to_site_flag=&apos;Y&apos; and
nvl(hla.inactive_date,sysdate+1)&gt;sysdate and
(:$column$.business_group is null or
 nvl(hla.business_group_id,(select pbg.business_group_id from per_business_groups pbg where pbg.name=:$column$.business_group))=
 (select pbg.business_group_id from per_business_groups pbg where pbg.name=:$column$.business_group))
order by
hla.location_code</LOV_QUERY_DSP>
    <COMMENTS>The ship-to location for this location. If left blank, defaults to the location itself (self-referencing).</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>35</COLUMN_NUMBER>
    <COLUMN_NAME>SHIP_TO_SITE_FLAG</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <COMMENTS>Auto-corrected: automatically set to Yes when Ship To Location is self-referencing (blank or same as location), and No when pointing to another location.</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>36</COLUMN_NUMBER>
    <COLUMN_NAME>RECEIVING_SITE_FLAG</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <COMMENTS>Auto-corrected: automatically set to Yes when Ship To Site Flag is Yes.</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>37</COLUMN_NUMBER>
    <COLUMN_NAME>BILL_TO_SITE_FLAG</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>38</COLUMN_NUMBER>
    <COLUMN_NAME>OFFICE_SITE_FLAG</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>39</COLUMN_NUMBER>
    <COLUMN_NAME>IN_ORGANIZATION_FLAG</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>40</COLUMN_NUMBER>
    <COLUMN_NAME>INVENTORY_ORGANIZATION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>3</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
mp.organization_id id,
mp.organization_code value,
ood.organization_name description
from
mtl_parameters mp,
org_organization_definitions ood
where
mp.organization_id=ood.organization_id
order by
2</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>41</COLUMN_NUMBER>
    <COLUMN_NAME>CONTACT</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>240</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select
ppf.person_id id,
ppf.full_name value,
ppf.employee_number description
from
per_all_people_f ppf
where
ppf.employee_number is not null and
sysdate between ppf.effective_start_date and ppf.effective_end_date and
(:$column$.business_group is null or
 ppf.business_group_id=(select pbg.business_group_id from per_business_groups pbg where pbg.name=:$column$.business_group))
order by
ppf.full_name</LOV_QUERY_DSP>
    <COMMENTS>The designated receiver (contact person) for this location. Must be an employee within the same Business Group as the location, or any employee for global locations.</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>42</COLUMN_NUMBER>
    <COLUMN_NAME>TIMEZONE_CODE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>80</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
ftv.timezone_code id,
ftv.name value,
ftv.timezone_code description
from
fnd_timezones_vl ftv
where
ftv.enabled_flag=&apos;Y&apos;
order by
1</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>43</COLUMN_NUMBER>
    <COLUMN_NAME>ECE_TP_LOCATION_CODE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>35</DATA_LENGTH>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>44</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE_CATEGORY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
fdfcv.descriptive_flex_context_code id,
fdfcv.descriptive_flex_context_name value,
fdfcv.description description
from
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=800 and
fdfcv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcv.enabled_flag=&apos;Y&apos; and
fdfcv.descriptive_flex_context_code&lt;&gt;&apos;Global Data Elements&apos;
order by
2</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>45</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE1</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE1&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>46</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE2</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE2&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>47</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE3</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE3&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>48</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE4</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE4&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE4&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>49</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE5</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE5&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE5&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>50</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE6</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE6&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE6&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>51</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE7</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE7&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE7&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>52</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE8</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE8&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE8&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>53</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE9</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE9&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE9&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>54</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE10</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE10&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE10&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>55</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE11</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE11&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE11&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>56</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE12</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE12&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE12&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>57</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE13</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE13&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE13&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>58</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE14</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE14&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE14&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>59</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE15</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE15&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE15&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>60</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE16</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE16&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE16&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>61</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE17</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE17&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE17&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>62</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE18</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE18&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE18&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>63</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE19</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE19&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE19&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>64</COLUMN_NUMBER>
    <COLUMN_NAME>LOC_ATTRIBUTE20</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
substrb(lov.column_value,1,instrb(lov.column_value,&apos;~&apos;,1,1)-1) value,
substrb(lov.column_value,instrb(lov.column_value,&apos;~&apos;,1,1)+1,lengthb(lov.column_value)) description
from
table(
xxen_util.dff_attribute_lov(
p_application_id=&gt;800,
p_descriptive_flexfield_name=&gt;&apos;HR_LOCATIONS&apos;,
p_context_name=&gt;:$column$.loc_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE20&apos;,
p_attribute1=&gt;:$column$.loc_attribute1,
p_attribute2=&gt;:$column$.loc_attribute2,
p_attribute3=&gt;:$column$.loc_attribute3,
p_attribute4=&gt;:$column$.loc_attribute4,
p_attribute5=&gt;:$column$.loc_attribute5,
p_attribute6=&gt;:$column$.loc_attribute6,
p_attribute7=&gt;:$column$.loc_attribute7,
p_attribute8=&gt;:$column$.loc_attribute8,
p_attribute9=&gt;:$column$.loc_attribute9,
p_attribute10=&gt;:$column$.loc_attribute10,
p_attribute11=&gt;:$column$.loc_attribute11,
p_attribute12=&gt;:$column$.loc_attribute12,
p_attribute13=&gt;:$column$.loc_attribute13,
p_attribute14=&gt;:$column$.loc_attribute14,
p_attribute15=&gt;:$column$.loc_attribute15,
p_attribute16=&gt;:$column$.loc_attribute16,
p_attribute17=&gt;:$column$.loc_attribute17,
p_attribute18=&gt;:$column$.loc_attribute18,
p_attribute19=&gt;:$column$.loc_attribute19,
p_attribute20=&gt;:$column$.loc_attribute20)
) lov
order by
value</LOV_QUERY_DSP>
    <COMMENTS>select distinct
&apos;(Context) &apos; || initcap(fdfcuv.application_column_name) || &apos;: &apos; ||
listagg(decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,&apos;(Global)&apos;,&apos;(&apos; || fdfc.descriptive_flex_context_code || &apos;)&apos;) || &apos; &apos; || fdfcuv.form_left_prompt,&apos;, &apos;) within group (order by decode(fdfc.descriptive_flex_context_code,&apos;Global Data Elements&apos;,1,2),fdfc.descriptive_flex_context_code) over (partition by fdfcuv.application_column_name)
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts fdfc,
fnd_descr_flex_col_usage_vl fdfcuv
where
fdfc.application_id=fdfv.application_id and
fdfc.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfc.enabled_flag=&apos;Y&apos; and
fdfcuv.application_id=fdfc.application_id and
fdfcuv.descriptive_flexfield_name=fdfc.descriptive_flexfield_name and
fdfcuv.descriptive_flex_context_code=fdfc.descriptive_flex_context_code and
fdfcuv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=800 and
fdfv.descriptive_flexfield_name=&apos;HR_LOCATIONS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE20&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>65</COLUMN_NUMBER>
    <COLUMN_NAME>UPLOAD_ROW</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
    <HIDDEN>Y</HIDDEN>
   </UPLOAD_COLUMNS_ROW>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>1</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>action_</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>ACTION_CODE_</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>2</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_location_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOCATION_ID</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>3</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_location_code</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>LOCATION_CODE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>4</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_description</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>DESCRIPTION</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>5</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_inactive_date</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Date</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>INACTIVE_DATE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>6</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_delete_location</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>DELETE_LOCATION</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>7</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_business_group_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>BUSINESS_GROUP</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>8</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_address_style</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ADDRESS_STYLE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>9</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_address_line_1</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ADDRESS_LINE_1</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_address_line_2</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ADDRESS_LINE_2</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>11</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_address_line_3</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ADDRESS_LINE_3</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>12</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_town_or_city</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>TOWN_OR_CITY</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>13</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_region_1</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>REGION_1</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>14</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_region_2</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>REGION_2</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>15</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_region_3</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>REGION_3</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>16</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_postal_code</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>POSTAL_CODE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>17</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_country</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>COUNTRY</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>18</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_telephone_number_1</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>TELEPHONE_NUMBER_1</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>19</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_telephone_number_2</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>TELEPHONE_NUMBER_2</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_telephone_number_3</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>TELEPHONE_NUMBER_3</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>21</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information13</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION13</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>22</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information14</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION14</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>23</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information15</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION15</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>24</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information16</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION16</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>25</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information17</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION17</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>26</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information18</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION18</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>27</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information19</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION19</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>28</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_information20</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_INFORMATION20</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>29</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_ship_to_location_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>SHIP_TO_LOCATION</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_ship_to_site_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>SHIP_TO_SITE_FLAG</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>31</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_receiving_site_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>RECEIVING_SITE_FLAG</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>32</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_bill_to_site_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>BILL_TO_SITE_FLAG</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>33</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_office_site_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>OFFICE_SITE_FLAG</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>34</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_in_organization_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>IN_ORGANIZATION_FLAG</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>35</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_inventory_organization_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>INVENTORY_ORGANIZATION</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>36</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_designated_receiver_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>37</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_timezone_code</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>TIMEZONE_CODE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>38</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_ece_tp_location_code</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ECE_TP_LOCATION_CODE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>39</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute_category</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE_CATEGORY</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>40</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute1</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE1</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>41</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute2</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE2</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>42</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute3</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE3</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>43</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute4</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE4</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>44</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute5</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE5</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>45</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute6</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE6</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>46</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute7</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE7</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>47</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute8</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE8</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>48</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute9</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE9</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>49</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute10</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE10</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>50</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute11</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE11</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>51</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute12</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE12</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>52</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute13</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE13</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>53</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute14</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE14</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>54</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute15</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE15</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>55</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute16</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE16</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>56</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute17</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE17</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>57</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute18</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE18</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>58</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute19</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE19</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>59</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_loc_attribute20</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOC_ATTRIBUTE20</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>60</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>status_</PARAMETER_NAME>
    <IN_OUT>out</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>STATUS_CODE_</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>61</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>message_</PARAMETER_NAME>
    <IN_OUT>out</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>MESSAGE_</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
   <UPLOAD_SQLS_ROW>
    <SQL_TYPE>Error SQL</SQL_TYPE>
   </UPLOAD_SQLS_ROW>
   <UPLOAD_SQLS_ROW>
    <SQL_TYPE>Order By</SQL_TYPE>
    <SQL_TEXT>upload_row, location_code</SQL_TEXT>
   </UPLOAD_SQLS_ROW>
   <UPLOAD_SQLS_ROW>
    <SQL_TYPE>Success SQL</SQL_TYPE>
    <SQL_TEXT>select
xu.action_,
xu.status_,
xu.message_,
xu.request_id_,
xu.modified_columns_,
hla.location_id,
nvl(hla.location_code,xu.location_code) location_code,
nvl(hlat.description,xu.description) description,
hla.inactive_date,
xu.delete_location,
pbg.name business_group,
xxen_util.meaning(case when hla.legal_address_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) legal_address_flag,
xxen_util.display_flexfield_context(800,&apos;Address Location&apos;,hla.style) address_style,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;ADDRESS_LINE_1&apos;,hla.rowid,hla.address_line_1) address_line_1,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;ADDRESS_LINE_2&apos;,hla.rowid,hla.address_line_2) address_line_2,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;ADDRESS_LINE_3&apos;,hla.rowid,hla.address_line_3) address_line_3,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TOWN_OR_CITY&apos;,hla.rowid,hla.town_or_city) town_or_city,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;REGION_1&apos;,hla.rowid,hla.region_1) region_1,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;REGION_2&apos;,hla.rowid,hla.region_2) region_2,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;REGION_3&apos;,hla.rowid,hla.region_3) region_3,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;POSTAL_CODE&apos;,hla.rowid,hla.postal_code) postal_code,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;COUNTRY&apos;,hla.rowid,hla.country) country,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TELEPHONE_NUMBER_1&apos;,hla.rowid,hla.telephone_number_1) telephone_number_1,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TELEPHONE_NUMBER_2&apos;,hla.rowid,hla.telephone_number_2) telephone_number_2,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;TELEPHONE_NUMBER_3&apos;,hla.rowid,hla.telephone_number_3) telephone_number_3,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION13&apos;,hla.rowid,hla.loc_information13) loc_information13,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION14&apos;,hla.rowid,hla.loc_information14) loc_information14,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION15&apos;,hla.rowid,hla.loc_information15) loc_information15,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION16&apos;,hla.rowid,hla.loc_information16) loc_information16,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION17&apos;,hla.rowid,hla.loc_information17) loc_information17,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION18&apos;,hla.rowid,hla.loc_information18) loc_information18,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION19&apos;,hla.rowid,hla.loc_information19) loc_information19,
xxen_util.display_flexfield_value(800,&apos;Address Location&apos;,hla.style,&apos;LOC_INFORMATION20&apos;,hla.rowid,hla.loc_information20) loc_information20,
hla2.location_code ship_to_location,
xxen_util.meaning(case when hla.ship_to_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) ship_to_site_flag,
xxen_util.meaning(case when hla.receiving_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) receiving_site_flag,
xxen_util.meaning(case when hla.bill_to_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) bill_to_site_flag,
xxen_util.meaning(case when hla.office_site_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) office_site_flag,
xxen_util.meaning(case when hla.in_organization_flag=&apos;Y&apos; then &apos;Y&apos; end,&apos;YES_NO&apos;,0) in_organization_flag,
mp.organization_code inventory_organization,
ppf.full_name contact,
(select ftv.name from fnd_timezones_vl ftv where ftv.timezone_code=hla.timezone_code) timezone_code,
hla.ece_tp_location_code,
xxen_util.display_flexfield_context(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category) loc_attribute_category,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE1&apos;,hla.rowid,hla.attribute1) loc_attribute1,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE2&apos;,hla.rowid,hla.attribute2) loc_attribute2,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE3&apos;,hla.rowid,hla.attribute3) loc_attribute3,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE4&apos;,hla.rowid,hla.attribute4) loc_attribute4,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE5&apos;,hla.rowid,hla.attribute5) loc_attribute5,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE6&apos;,hla.rowid,hla.attribute6) loc_attribute6,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE7&apos;,hla.rowid,hla.attribute7) loc_attribute7,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE8&apos;,hla.rowid,hla.attribute8) loc_attribute8,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE9&apos;,hla.rowid,hla.attribute9) loc_attribute9,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE10&apos;,hla.rowid,hla.attribute10) loc_attribute10,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE11&apos;,hla.rowid,hla.attribute11) loc_attribute11,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE12&apos;,hla.rowid,hla.attribute12) loc_attribute12,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE13&apos;,hla.rowid,hla.attribute13) loc_attribute13,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE14&apos;,hla.rowid,hla.attribute14) loc_attribute14,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE15&apos;,hla.rowid,hla.attribute15) loc_attribute15,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE16&apos;,hla.rowid,hla.attribute16) loc_attribute16,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE17&apos;,hla.rowid,hla.attribute17) loc_attribute17,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE18&apos;,hla.rowid,hla.attribute18) loc_attribute18,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE19&apos;,hla.rowid,hla.attribute19) loc_attribute19,
xxen_util.display_flexfield_value(800,&apos;HR_LOCATIONS&apos;,hla.attribute_category,&apos;ATTRIBUTE20&apos;,hla.rowid,hla.attribute20) loc_attribute20,
xu.upload_row
from
xxen_per_location_uploa_9062_u xu,
hr_locations_all hla,
hr_locations_all_tl hlat,
hr_locations_all hla2,
mtl_parameters mp,
per_all_people_f ppf,
per_business_groups pbg
where
xu.status_code_=xxen_upload.status_success and
xu.location_code=hla.location_code(+) and
hla.location_id=hlat.location_id(+) and
hlat.language(+)=userenv(&apos;lang&apos;) and
hla.ship_to_location_id=hla2.location_id(+) and
hla.inventory_organization_id=mp.organization_id(+) and
hla.designated_receiver_id=ppf.person_id(+) and
hla.business_group_id=pbg.business_group_id(+)</SQL_TEXT>
   </UPLOAD_SQLS_ROW>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
