<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>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: OPM Routing Upload -->
 <REPORTS_ROW>
  <GUID>B1A7F0C2D3E4F506172839AA5B6C7D02</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
null action_,
null status_,
null message_,
null modified_columns_,
row_number() over (order by x.routing, x.routing_version, x.step_no) upload_row,
x.organization_code,
x.routing,
x.routing_version,
x.routing_description,
x.routing_class,
x.routing_uom,
x.routing_quantity,
x.process_loss,
x.fixed_process_loss,
x.fixed_process_loss_uom,
x.effective_start_date,
x.effective_end_date,
x.enforce_step_dependency,
x.contiguous,
x.routing_status,
x.owner,
x.step_no,
x.operation,
x.operation_version,
x.step_quantity,
x.step_release_type,
x.minimum_transfer_quantity,
x.operation_yield,
x.depends_on_step_no,
x.standard_delay,
x.minimum_delay,
x.maximum_delay,
x.transfer_percent,
x.rework_code,
x.chargeable,
x.delete_step,
x.delete_dependency,
x.ra_attribute_category,
x.ra_attribute1,
x.ra_attribute2,
x.ra_attribute3,
x.ra_attribute4,
x.ra_attribute5,
x.ra_attribute6,
x.ra_attribute7,
x.ra_attribute8,
x.ra_attribute9,
x.ra_attribute10,
x.ra_attribute11,
x.ra_attribute12,
x.ra_attribute13,
x.ra_attribute14,
x.ra_attribute15,
x.ra_attribute16,
x.ra_attribute17,
x.ra_attribute18,
x.ra_attribute19,
x.ra_attribute20,
x.ra_attribute21,
x.ra_attribute22,
x.ra_attribute23,
x.ra_attribute24,
x.ra_attribute25,
x.ra_attribute26,
x.ra_attribute27,
x.ra_attribute28,
x.ra_attribute29,
x.ra_attribute30,
x.sa_attribute_category,
x.sa_attribute1,
x.sa_attribute2,
x.sa_attribute3,
x.sa_attribute4,
x.sa_attribute5,
x.sa_attribute6,
x.sa_attribute7,
x.sa_attribute8,
x.sa_attribute9,
x.sa_attribute10,
x.sa_attribute11,
x.sa_attribute12,
x.sa_attribute13,
x.sa_attribute14,
x.sa_attribute15,
x.sa_attribute16,
x.sa_attribute17,
x.sa_attribute18,
x.sa_attribute19,
x.sa_attribute20,
x.sa_attribute21,
x.sa_attribute22,
x.sa_attribute23,
x.sa_attribute24,
x.sa_attribute25,
x.sa_attribute26,
x.sa_attribute27,
x.sa_attribute28,
x.sa_attribute29,
x.sa_attribute30,
x.routing_id,
x.routingstep_id
from (
select
mp.organization_code,
grv.routing_no routing,
grv.routing_vers routing_version,
grv.routing_desc routing_description,
grv.routing_class,
grv.routing_uom,
grv.routing_qty routing_quantity,
grv.process_loss,
grv.fixed_process_loss,
grv.fixed_process_loss_uom,
grv.effective_start_date,
grv.effective_end_date,
xxen_util.meaning(decode(grv.enforce_step_dependency,1,&apos;Y&apos;,&apos;N&apos;),&apos;YES_NO&apos;,0) enforce_step_dependency,
xxen_util.meaning(decode(grv.contiguous_ind,1,&apos;Y&apos;,&apos;N&apos;),&apos;YES_NO&apos;,0) contiguous,
(select gsv.meaning from gmd_status_vl gsv where gsv.status_code=grv.routing_status) routing_status,
(select fu.user_name from fnd_user fu where fu.user_id=grv.owner_id) owner,
frd.routingstep_no step_no,
gov.oprn_no operation,
gov.oprn_vers operation_version,
frd.step_qty step_quantity,
xxen_util.meaning(to_char(frd.steprelease_type),&apos;RELEASE_TYPE&apos;,553) step_release_type,
frd.minimum_transfer_qty minimum_transfer_quantity,
frd.oprn_yield operation_yield,
to_number(null) depends_on_step_no,
to_number(null) standard_delay,
to_number(null) minimum_delay,
to_number(null) maximum_delay,
to_number(null) transfer_percent,
to_char(null) rework_code,
to_char(null) chargeable,
to_char(null) delete_step,
to_char(null) delete_dependency,
xxen_util.display_flexfield_context(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category) ra_attribute_category,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE1&apos;,grv.rowid,grv.attribute1) ra_attribute1,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE2&apos;,grv.rowid,grv.attribute2) ra_attribute2,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE3&apos;,grv.rowid,grv.attribute3) ra_attribute3,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE4&apos;,grv.rowid,grv.attribute4) ra_attribute4,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE5&apos;,grv.rowid,grv.attribute5) ra_attribute5,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE6&apos;,grv.rowid,grv.attribute6) ra_attribute6,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE7&apos;,grv.rowid,grv.attribute7) ra_attribute7,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE8&apos;,grv.rowid,grv.attribute8) ra_attribute8,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE9&apos;,grv.rowid,grv.attribute9) ra_attribute9,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE10&apos;,grv.rowid,grv.attribute10) ra_attribute10,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE11&apos;,grv.rowid,grv.attribute11) ra_attribute11,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE12&apos;,grv.rowid,grv.attribute12) ra_attribute12,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE13&apos;,grv.rowid,grv.attribute13) ra_attribute13,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE14&apos;,grv.rowid,grv.attribute14) ra_attribute14,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE15&apos;,grv.rowid,grv.attribute15) ra_attribute15,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE16&apos;,grv.rowid,grv.attribute16) ra_attribute16,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE17&apos;,grv.rowid,grv.attribute17) ra_attribute17,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE18&apos;,grv.rowid,grv.attribute18) ra_attribute18,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE19&apos;,grv.rowid,grv.attribute19) ra_attribute19,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE20&apos;,grv.rowid,grv.attribute20) ra_attribute20,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE21&apos;,grv.rowid,grv.attribute21) ra_attribute21,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE22&apos;,grv.rowid,grv.attribute22) ra_attribute22,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE23&apos;,grv.rowid,grv.attribute23) ra_attribute23,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE24&apos;,grv.rowid,grv.attribute24) ra_attribute24,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE25&apos;,grv.rowid,grv.attribute25) ra_attribute25,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE26&apos;,grv.rowid,grv.attribute26) ra_attribute26,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE27&apos;,grv.rowid,grv.attribute27) ra_attribute27,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE28&apos;,grv.rowid,grv.attribute28) ra_attribute28,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE29&apos;,grv.rowid,grv.attribute29) ra_attribute29,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,grv.attribute_category,&apos;ATTRIBUTE30&apos;,grv.rowid,grv.attribute30) ra_attribute30,
xxen_util.display_flexfield_context(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category) sa_attribute_category,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE1&apos;,frd.rowid,frd.attribute1) sa_attribute1,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE2&apos;,frd.rowid,frd.attribute2) sa_attribute2,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE3&apos;,frd.rowid,frd.attribute3) sa_attribute3,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE4&apos;,frd.rowid,frd.attribute4) sa_attribute4,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE5&apos;,frd.rowid,frd.attribute5) sa_attribute5,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE6&apos;,frd.rowid,frd.attribute6) sa_attribute6,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE7&apos;,frd.rowid,frd.attribute7) sa_attribute7,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE8&apos;,frd.rowid,frd.attribute8) sa_attribute8,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE9&apos;,frd.rowid,frd.attribute9) sa_attribute9,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE10&apos;,frd.rowid,frd.attribute10) sa_attribute10,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE11&apos;,frd.rowid,frd.attribute11) sa_attribute11,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE12&apos;,frd.rowid,frd.attribute12) sa_attribute12,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE13&apos;,frd.rowid,frd.attribute13) sa_attribute13,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE14&apos;,frd.rowid,frd.attribute14) sa_attribute14,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE15&apos;,frd.rowid,frd.attribute15) sa_attribute15,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE16&apos;,frd.rowid,frd.attribute16) sa_attribute16,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE17&apos;,frd.rowid,frd.attribute17) sa_attribute17,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE18&apos;,frd.rowid,frd.attribute18) sa_attribute18,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE19&apos;,frd.rowid,frd.attribute19) sa_attribute19,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE20&apos;,frd.rowid,frd.attribute20) sa_attribute20,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE21&apos;,frd.rowid,frd.attribute21) sa_attribute21,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE22&apos;,frd.rowid,frd.attribute22) sa_attribute22,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE23&apos;,frd.rowid,frd.attribute23) sa_attribute23,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE24&apos;,frd.rowid,frd.attribute24) sa_attribute24,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE25&apos;,frd.rowid,frd.attribute25) sa_attribute25,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE26&apos;,frd.rowid,frd.attribute26) sa_attribute26,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE27&apos;,frd.rowid,frd.attribute27) sa_attribute27,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE28&apos;,frd.rowid,frd.attribute28) sa_attribute28,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE29&apos;,frd.rowid,frd.attribute29) sa_attribute29,
xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE30&apos;,frd.rowid,frd.attribute30) sa_attribute30,
grv.routing_id,
frd.routingstep_id
from
gmd_routings_vl grv,
fm_rout_dtl frd,
gmd_operations_vl gov,
mtl_parameters mp
where
grv.routing_id=frd.routing_id and
frd.oprn_id=gov.oprn_id and
grv.owner_organization_id=mp.organization_id and
grv.delete_mark=0 and
grv.owner_organization_id in (select oav.organization_id from org_access_view oav where oav.resp_application_id=fnd_global.resp_appl_id and oav.responsibility_id=fnd_global.resp_id) and
:p_upload_mode like &apos;%&apos;||xxen_upload.action_update
) x
where
1=1</SQL_TEXT>
  <VERSION_COMMENTS>Initial version: OPM Routing Upload (header + steps + step dependencies + routing-header and routing-step DFF) via GMD_ROUTINGS_PUB / GMD_ROUTING_STEPS_PUB.</VERSION_COMMENTS>
  <TYPE>U</TYPE>
  <UPLOAD_TYPE>A</UPLOAD_TYPE>
  <UPLOAD_OBJECT>xxen_opm_upload.upload_routing</UPLOAD_OBJECT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>OPM Routing Upload</REPORT_NAME>
    <DESCRIPTION>OPM Routing Upload
==================
Create or update Oracle Process Manufacturing (OPM / GMD) Routings via the public API GMD_ROUTINGS_PUB / GMD_ROUTING_STEPS_PUB.

Row model
=========
One spreadsheet row per routing STEP. The header columns (Organization Code, Routing, Routing Version, Description, Class, UOM, dates, owner, header attributes) repeat on every step of the same routing. Each step carries its Step No, Operation (No + Version), Step Quantity, Release Type, and step attributes. Rows of the same routing (Organization Code + Routing + Routing Version) must be contiguous. Every routing must have at least one step.

Step dependencies (optional)
============================
To make a step depend on a predecessor step, fill Depends On Step No (and optionally Standard / Minimum / Maximum Delay, Transfer Percent, Rework Code, Chargeable) on that step&apos;s row. For a step with more than one predecessor, add extra rows that repeat the Step No, leave Operation blank, and give a different Depends On Step No. Dependency Type is always Finish-to-Start.

Operations must already exist
=============================
Operations are referenced, not created - the Operation (No + Version) must already exist in the routing&apos;s organization, effective for the routing&apos;s dates.

Upload modes
============
Create - empty template for new routings.
Create, Update - downloads existing routings in the chosen organization for review/edit and allows adding new ones.

Update limitations (public API)
===============================
On update, the OPM public API only allows changing a routing&apos;s Status, Routing Class, Routing UOM, Fixed Process Loss UOM, Owner and Organization at the header level; Description, Quantity, Process Loss, effective dates and the step-dependency flags are set at create time only. Steps can be added and their quantity / release type / yield updated.</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Enginatics</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_ROW>
    <ANCHOR>:p_upload_mode</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</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>x.organization_code=:p_organization_code</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV custom</PARAMETER_TYPE_DSP>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
mp.organization_code value,
haouv.name description
from
mtl_parameters mp,
hr_all_organization_units_vl haouv,
org_access_view oav
where
mp.process_enabled_flag=&apos;Y&apos; and
mp.organization_id=haouv.organization_id and
mp.organization_id=oav.organization_id and
oav.resp_application_id=fnd_global.resp_appl_id and
oav.responsibility_id=fnd_global.resp_id
order by
1</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Organization Code</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>x.routing=:p_routing</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Char</PARAMETER_TYPE_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Routing</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>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>5</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_ROW>
    <COLUMN_NUMBER>6</COLUMN_NUMBER>
    <COLUMN_NAME>ORGANIZATION_CODE</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_code id,
mp.organization_code value,
haouv.name description
from
mtl_parameters mp,
hr_all_organization_units_vl haouv,
org_access_view oav
where
mp.process_enabled_flag=&apos;Y&apos; and
mp.organization_id=haouv.organization_id and
mp.organization_id=oav.organization_id and
oav.resp_application_id=fnd_global.resp_appl_id and
oav.responsibility_id=fnd_global.resp_id
order by
1</LOV_QUERY_DSP>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>7</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>32</DATA_LENGTH>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>8</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING_VERSION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>9</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING_DESCRIPTION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>240</DATA_LENGTH>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>10</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING_CLASS</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>4</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
grcv.routing_class id,
grcv.routing_class value,
grcv.routing_class_desc description
from
gmd_routing_class_vl grcv
where
grcv.delete_mark=0
order by
1</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>11</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING_UOM</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
muomv.uom_code id,
muomv.uom_code value,
muomv.unit_of_measure description
from
mtl_units_of_measure_vl muomv
where
muomv.disable_date is null
order by
1</LOV_QUERY_DSP>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>12</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING_QUANTITY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>13</COLUMN_NUMBER>
    <COLUMN_NAME>PROCESS_LOSS</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>14</COLUMN_NUMBER>
    <COLUMN_NAME>FIXED_PROCESS_LOSS</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>15</COLUMN_NUMBER>
    <COLUMN_NAME>FIXED_PROCESS_LOSS_UOM</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
muomv.uom_code id,
muomv.uom_code value,
muomv.unit_of_measure description
from
mtl_units_of_measure_vl muomv
where
muomv.disable_date is null
order by
1</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>16</COLUMN_NUMBER>
    <COLUMN_NAME>EFFECTIVE_START_DATE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Date</COLUMN_TYPE_DSP>
    <DATA_TYPE>date</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>17</COLUMN_NUMBER>
    <COLUMN_NAME>EFFECTIVE_END_DATE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Date</COLUMN_TYPE_DSP>
    <DATA_TYPE>date</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>18</COLUMN_NUMBER>
    <COLUMN_NAME>ENFORCE_STEP_DEPENDENCY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV Oracle</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <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>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>19</COLUMN_NUMBER>
    <COLUMN_NAME>CONTIGUOUS</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV Oracle</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <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>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>20</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING_STATUS</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
gsv.status_code id,
gsv.meaning value,
gsv.description
from
gmd_status_vl gsv
where
to_number(gsv.status_code)&lt;1000
order by
1</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>21</COLUMN_NUMBER>
    <COLUMN_NAME>OWNER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>100</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
fu.user_id id,
fu.user_name value,
fu.description
from
fnd_user fu
where
sysdate between fu.start_date and nvl(fu.end_date,sysdate+1)
order by
2</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>22</COLUMN_NUMBER>
    <COLUMN_NAME>STEP_NO</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>23</COLUMN_NUMBER>
    <COLUMN_NAME>OPERATION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>16</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
gov.oprn_no id,
gov.oprn_no value,
min(gov.oprn_desc) description
from
gmd_operations_vl gov,
mtl_parameters mp
where
gov.owner_organization_id=mp.organization_id and
mp.organization_code=:$column$.organization_code and
gov.delete_mark=0 and
to_number(gov.operation_status)&lt;1000
group by
gov.oprn_no
order by
1</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>24</COLUMN_NUMBER>
    <COLUMN_NAME>OPERATION_VERSION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>25</COLUMN_NUMBER>
    <COLUMN_NAME>STEP_QUANTITY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>26</COLUMN_NUMBER>
    <COLUMN_NAME>STEP_RELEASE_TYPE</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
to_number(flvv.lookup_code) id,
flvv.meaning value,
flvv.description
from
fnd_lookup_values_vl flvv
where
flvv.lookup_type=&apos;RELEASE_TYPE&apos; and
flvv.view_application_id=553 and
flvv.enabled_flag=&apos;Y&apos; and
nvl(flvv.start_date_active,sysdate)&lt;=sysdate and
nvl(flvv.end_date_active,sysdate)&gt;=sysdate
order by
1</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>27</COLUMN_NUMBER>
    <COLUMN_NAME>MINIMUM_TRANSFER_QUANTITY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>28</COLUMN_NUMBER>
    <COLUMN_NAME>OPERATION_YIELD</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>29</COLUMN_NUMBER>
    <COLUMN_NAME>DEPENDS_ON_STEP_NO</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>30</COLUMN_NUMBER>
    <COLUMN_NAME>STANDARD_DELAY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>31</COLUMN_NUMBER>
    <COLUMN_NAME>MINIMUM_DELAY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>32</COLUMN_NUMBER>
    <COLUMN_NAME>MAXIMUM_DELAY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>33</COLUMN_NUMBER>
    <COLUMN_NAME>TRANSFER_PERCENT</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>34</COLUMN_NUMBER>
    <COLUMN_NAME>REWORK_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
src.reason_code id,
src.reason_code value,
src.reason_desc1 description
from
sy_reas_cds src
where
src.delete_mark=0
order by
1</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>35</COLUMN_NUMBER>
    <COLUMN_NAME>CHARGEABLE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV Oracle</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <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>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>36</COLUMN_NUMBER>
    <COLUMN_NAME>DELETE_STEP</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 &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual
where :$column$.routingstep_id is not null</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>37</COLUMN_NUMBER>
    <COLUMN_NAME>DELETE_DEPENDENCY</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 &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual
where :$column$.depends_on_step_no is not null</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>38</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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
from
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=552 and
fdfcv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&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>39</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE1&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>40</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE2&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>41</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE3&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>42</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE4&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE4&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>43</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE5&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE5&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>44</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE6&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE6&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>45</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE7&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE7&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>46</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE8&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE8&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>47</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE9&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE9&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>48</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE10&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE10&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>49</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE11&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE11&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>50</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE12&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE12&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>51</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE13&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE13&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>52</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE14&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE14&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>53</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE15&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE15&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>54</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE16&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE16&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>55</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE17&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE17&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>56</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE18&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE18&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>57</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE19&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE19&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>58</COLUMN_NUMBER>
    <COLUMN_NAME>RA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE20&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE20&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>59</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE21</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE21&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE21&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>60</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE22</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE22&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE22&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>61</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE23</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE23&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE23&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>62</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE24</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE24&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE24&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>63</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE25</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE25&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE25&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>64</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE26</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE26&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE26&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>65</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE27</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE27&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE27&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>66</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE28</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE28&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE28&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>67</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE29</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE29&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE29&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>68</COLUMN_NUMBER>
    <COLUMN_NAME>RA_ATTRIBUTE30</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_HDR_FLEX&apos;,
p_context_name=&gt;:$column$.ra_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE30&apos;,
p_attribute1=&gt;:$column$.ra_attribute1,
p_attribute2=&gt;:$column$.ra_attribute2,
p_attribute3=&gt;:$column$.ra_attribute3,
p_attribute4=&gt;:$column$.ra_attribute4,
p_attribute5=&gt;:$column$.ra_attribute5,
p_attribute6=&gt;:$column$.ra_attribute6,
p_attribute7=&gt;:$column$.ra_attribute7,
p_attribute8=&gt;:$column$.ra_attribute8,
p_attribute9=&gt;:$column$.ra_attribute9,
p_attribute10=&gt;:$column$.ra_attribute10,
p_attribute11=&gt;:$column$.ra_attribute11,
p_attribute12=&gt;:$column$.ra_attribute12,
p_attribute13=&gt;:$column$.ra_attribute13,
p_attribute14=&gt;:$column$.ra_attribute14,
p_attribute15=&gt;:$column$.ra_attribute15,
p_attribute16=&gt;:$column$.ra_attribute16,
p_attribute17=&gt;:$column$.ra_attribute17,
p_attribute18=&gt;:$column$.ra_attribute18,
p_attribute19=&gt;:$column$.ra_attribute19,
p_attribute20=&gt;:$column$.ra_attribute20,
p_attribute21=&gt;:$column$.ra_attribute21,
p_attribute22=&gt;:$column$.ra_attribute22,
p_attribute23=&gt;:$column$.ra_attribute23,
p_attribute24=&gt;:$column$.ra_attribute24,
p_attribute25=&gt;:$column$.ra_attribute25,
p_attribute26=&gt;:$column$.ra_attribute26,
p_attribute27=&gt;:$column$.ra_attribute27,
p_attribute28=&gt;:$column$.ra_attribute28,
p_attribute29=&gt;:$column$.ra_attribute29,
p_attribute30=&gt;:$column$.ra_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_HDR_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE30&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>69</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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
from
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=552 and
fdfcv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&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>70</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE1&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>71</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE2&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>72</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE3&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>73</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE4&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE4&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>74</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE5&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE5&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>75</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE6&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE6&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>76</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE7&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE7&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>77</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE8&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE8&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>78</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE9&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE9&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>79</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE10&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE10&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>80</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE11&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE11&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>81</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE12&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE12&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>82</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE13&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE13&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>83</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE14&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE14&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>84</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE15&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE15&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>85</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE16&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE16&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>86</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE17&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE17&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>87</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE18&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE18&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>88</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE19&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE19&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>89</COLUMN_NUMBER>
    <COLUMN_NAME>SA_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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE20&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE20&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>90</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE21</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE21&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE21&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>91</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE22</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE22&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE22&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>92</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE23</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE23&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE23&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>93</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE24</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE24&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE24&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>94</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE25</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE25&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE25&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>95</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE26</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE26&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE26&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>96</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE27</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE27&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE27&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>97</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE28</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE28&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE28&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>98</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE29</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE29&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE29&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>99</COLUMN_NUMBER>
    <COLUMN_NAME>SA_ATTRIBUTE30</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;552,
p_descriptive_flexfield_name=&gt;&apos;FM_ROUT_DTL_FLEX&apos;,
p_context_name=&gt;:$column$.sa_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE30&apos;,
p_attribute1=&gt;:$column$.sa_attribute1,
p_attribute2=&gt;:$column$.sa_attribute2,
p_attribute3=&gt;:$column$.sa_attribute3,
p_attribute4=&gt;:$column$.sa_attribute4,
p_attribute5=&gt;:$column$.sa_attribute5,
p_attribute6=&gt;:$column$.sa_attribute6,
p_attribute7=&gt;:$column$.sa_attribute7,
p_attribute8=&gt;:$column$.sa_attribute8,
p_attribute9=&gt;:$column$.sa_attribute9,
p_attribute10=&gt;:$column$.sa_attribute10,
p_attribute11=&gt;:$column$.sa_attribute11,
p_attribute12=&gt;:$column$.sa_attribute12,
p_attribute13=&gt;:$column$.sa_attribute13,
p_attribute14=&gt;:$column$.sa_attribute14,
p_attribute15=&gt;:$column$.sa_attribute15,
p_attribute16=&gt;:$column$.sa_attribute16,
p_attribute17=&gt;:$column$.sa_attribute17,
p_attribute18=&gt;:$column$.sa_attribute18,
p_attribute19=&gt;:$column$.sa_attribute19,
p_attribute20=&gt;:$column$.sa_attribute20,
p_attribute21=&gt;:$column$.sa_attribute21,
p_attribute22=&gt;:$column$.sa_attribute22,
p_attribute23=&gt;:$column$.sa_attribute23,
p_attribute24=&gt;:$column$.sa_attribute24,
p_attribute25=&gt;:$column$.sa_attribute25,
p_attribute26=&gt;:$column$.sa_attribute26,
p_attribute27=&gt;:$column$.sa_attribute27,
p_attribute28=&gt;:$column$.sa_attribute28,
p_attribute29=&gt;:$column$.sa_attribute29,
p_attribute30=&gt;:$column$.sa_attribute30)
) 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=552 and
fdfv.descriptive_flexfield_name=&apos;FM_ROUT_DTL_FLEX&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE30&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>100</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTING_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>101</COLUMN_NUMBER>
    <COLUMN_NAME>ROUTINGSTEP_ID</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>
  <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</SQL_TEXT>
   </UPLOAD_SQLS_ROW>
   <UPLOAD_SQLS_ROW>
    <SQL_TYPE>Success SQL</SQL_TYPE>
    <SQL_TEXT>select
xu.action_,
xu.status_,
xu.message_,
xu.modified_columns_,
xu.upload_row,
xu.organization_code,
nvl(xu.grv_routing_no,xu.routing) routing,
nvl(xu.grv_routing_vers,xu.routing_version) routing_version,
nvl(xu.grv_routing_desc,xu.routing_description) routing_description,
nvl(xu.grv_routing_class,xu.routing_class) routing_class,
nvl(xu.grv_routing_uom,xu.routing_uom) routing_uom,
nvl(xu.grv_routing_qty,xu.routing_quantity) routing_quantity,
nvl(xu.grv_process_loss,xu.process_loss) process_loss,
nvl(xu.grv_fixed_process_loss,xu.fixed_process_loss) fixed_process_loss,
nvl(xu.grv_fixed_process_loss_uom,xu.fixed_process_loss_uom) fixed_process_loss_uom,
nvl(xu.grv_effective_start_date,xu.effective_start_date) effective_start_date,
nvl(xu.grv_effective_end_date,xu.effective_end_date) effective_end_date,
nvl(xxen_util.meaning(decode(xu.grv_enforce_step_dependency,1,&apos;Y&apos;,&apos;N&apos;),&apos;YES_NO&apos;,0),xu.enforce_step_dependency) enforce_step_dependency,
nvl(xxen_util.meaning(decode(xu.grv_contiguous_ind,1,&apos;Y&apos;,&apos;N&apos;),&apos;YES_NO&apos;,0),xu.contiguous) contiguous,
nvl((select gsv.meaning from gmd_status_vl gsv where gsv.status_code=xu.grv_routing_status),xu.routing_status) routing_status,
nvl((select fu.user_name from fnd_user fu where fu.user_id=xu.grv_owner_id),xu.owner) owner,
nvl(frd.routingstep_no,xu.step_no) step_no,
nvl(xu.gov_oprn_no,xu.operation) operation,
nvl(xu.gov_oprn_vers,xu.operation_version) operation_version,
nvl(frd.step_qty,xu.step_quantity) step_quantity,
nvl(xxen_util.meaning(to_char(frd.steprelease_type),&apos;RELEASE_TYPE&apos;,553),xu.step_release_type) step_release_type,
nvl(frd.minimum_transfer_qty,xu.minimum_transfer_quantity) minimum_transfer_quantity,
nvl(frd.oprn_yield,xu.operation_yield) operation_yield,
xu.depends_on_step_no,
xu.standard_delay,
xu.minimum_delay,
xu.maximum_delay,
xu.transfer_percent,
xu.rework_code,
xu.chargeable,
xu.delete_step,
xu.delete_dependency,
nvl(xxen_util.display_flexfield_context(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category),xu.ra_attribute_category) ra_attribute_category,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE1&apos;,xu.grv_rowid,xu.grv_attribute1),xu.ra_attribute1) ra_attribute1,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE2&apos;,xu.grv_rowid,xu.grv_attribute2),xu.ra_attribute2) ra_attribute2,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE3&apos;,xu.grv_rowid,xu.grv_attribute3),xu.ra_attribute3) ra_attribute3,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE4&apos;,xu.grv_rowid,xu.grv_attribute4),xu.ra_attribute4) ra_attribute4,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE5&apos;,xu.grv_rowid,xu.grv_attribute5),xu.ra_attribute5) ra_attribute5,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE6&apos;,xu.grv_rowid,xu.grv_attribute6),xu.ra_attribute6) ra_attribute6,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE7&apos;,xu.grv_rowid,xu.grv_attribute7),xu.ra_attribute7) ra_attribute7,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE8&apos;,xu.grv_rowid,xu.grv_attribute8),xu.ra_attribute8) ra_attribute8,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE9&apos;,xu.grv_rowid,xu.grv_attribute9),xu.ra_attribute9) ra_attribute9,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE10&apos;,xu.grv_rowid,xu.grv_attribute10),xu.ra_attribute10) ra_attribute10,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE11&apos;,xu.grv_rowid,xu.grv_attribute11),xu.ra_attribute11) ra_attribute11,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE12&apos;,xu.grv_rowid,xu.grv_attribute12),xu.ra_attribute12) ra_attribute12,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE13&apos;,xu.grv_rowid,xu.grv_attribute13),xu.ra_attribute13) ra_attribute13,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE14&apos;,xu.grv_rowid,xu.grv_attribute14),xu.ra_attribute14) ra_attribute14,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE15&apos;,xu.grv_rowid,xu.grv_attribute15),xu.ra_attribute15) ra_attribute15,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE16&apos;,xu.grv_rowid,xu.grv_attribute16),xu.ra_attribute16) ra_attribute16,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE17&apos;,xu.grv_rowid,xu.grv_attribute17),xu.ra_attribute17) ra_attribute17,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE18&apos;,xu.grv_rowid,xu.grv_attribute18),xu.ra_attribute18) ra_attribute18,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE19&apos;,xu.grv_rowid,xu.grv_attribute19),xu.ra_attribute19) ra_attribute19,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE20&apos;,xu.grv_rowid,xu.grv_attribute20),xu.ra_attribute20) ra_attribute20,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE21&apos;,xu.grv_rowid,xu.grv_attribute21),xu.ra_attribute21) ra_attribute21,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE22&apos;,xu.grv_rowid,xu.grv_attribute22),xu.ra_attribute22) ra_attribute22,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE23&apos;,xu.grv_rowid,xu.grv_attribute23),xu.ra_attribute23) ra_attribute23,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE24&apos;,xu.grv_rowid,xu.grv_attribute24),xu.ra_attribute24) ra_attribute24,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE25&apos;,xu.grv_rowid,xu.grv_attribute25),xu.ra_attribute25) ra_attribute25,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE26&apos;,xu.grv_rowid,xu.grv_attribute26),xu.ra_attribute26) ra_attribute26,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE27&apos;,xu.grv_rowid,xu.grv_attribute27),xu.ra_attribute27) ra_attribute27,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE28&apos;,xu.grv_rowid,xu.grv_attribute28),xu.ra_attribute28) ra_attribute28,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE29&apos;,xu.grv_rowid,xu.grv_attribute29),xu.ra_attribute29) ra_attribute29,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_HDR_FLEX&apos;,xu.grv_attribute_category,&apos;ATTRIBUTE30&apos;,xu.grv_rowid,xu.grv_attribute30),xu.ra_attribute30) ra_attribute30,
nvl(xxen_util.display_flexfield_context(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category),xu.sa_attribute_category) sa_attribute_category,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE1&apos;,frd.rowid,frd.attribute1),xu.sa_attribute1) sa_attribute1,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE2&apos;,frd.rowid,frd.attribute2),xu.sa_attribute2) sa_attribute2,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE3&apos;,frd.rowid,frd.attribute3),xu.sa_attribute3) sa_attribute3,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE4&apos;,frd.rowid,frd.attribute4),xu.sa_attribute4) sa_attribute4,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE5&apos;,frd.rowid,frd.attribute5),xu.sa_attribute5) sa_attribute5,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE6&apos;,frd.rowid,frd.attribute6),xu.sa_attribute6) sa_attribute6,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE7&apos;,frd.rowid,frd.attribute7),xu.sa_attribute7) sa_attribute7,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE8&apos;,frd.rowid,frd.attribute8),xu.sa_attribute8) sa_attribute8,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE9&apos;,frd.rowid,frd.attribute9),xu.sa_attribute9) sa_attribute9,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE10&apos;,frd.rowid,frd.attribute10),xu.sa_attribute10) sa_attribute10,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE11&apos;,frd.rowid,frd.attribute11),xu.sa_attribute11) sa_attribute11,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE12&apos;,frd.rowid,frd.attribute12),xu.sa_attribute12) sa_attribute12,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE13&apos;,frd.rowid,frd.attribute13),xu.sa_attribute13) sa_attribute13,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE14&apos;,frd.rowid,frd.attribute14),xu.sa_attribute14) sa_attribute14,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE15&apos;,frd.rowid,frd.attribute15),xu.sa_attribute15) sa_attribute15,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE16&apos;,frd.rowid,frd.attribute16),xu.sa_attribute16) sa_attribute16,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE17&apos;,frd.rowid,frd.attribute17),xu.sa_attribute17) sa_attribute17,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE18&apos;,frd.rowid,frd.attribute18),xu.sa_attribute18) sa_attribute18,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE19&apos;,frd.rowid,frd.attribute19),xu.sa_attribute19) sa_attribute19,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE20&apos;,frd.rowid,frd.attribute20),xu.sa_attribute20) sa_attribute20,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE21&apos;,frd.rowid,frd.attribute21),xu.sa_attribute21) sa_attribute21,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE22&apos;,frd.rowid,frd.attribute22),xu.sa_attribute22) sa_attribute22,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE23&apos;,frd.rowid,frd.attribute23),xu.sa_attribute23) sa_attribute23,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE24&apos;,frd.rowid,frd.attribute24),xu.sa_attribute24) sa_attribute24,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE25&apos;,frd.rowid,frd.attribute25),xu.sa_attribute25) sa_attribute25,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE26&apos;,frd.rowid,frd.attribute26),xu.sa_attribute26) sa_attribute26,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE27&apos;,frd.rowid,frd.attribute27),xu.sa_attribute27) sa_attribute27,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE28&apos;,frd.rowid,frd.attribute28),xu.sa_attribute28) sa_attribute28,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE29&apos;,frd.rowid,frd.attribute29),xu.sa_attribute29) sa_attribute29,
nvl(xxen_util.display_flexfield_value(552,&apos;FM_ROUT_DTL_FLEX&apos;,frd.attribute_category,&apos;ATTRIBUTE30&apos;,frd.rowid,frd.attribute30),xu.sa_attribute30) sa_attribute30,
nvl(xu.grv_routing_id,xu.routing_id) routing_id,
nvl(frd.routingstep_id,xu.routingstep_id) routingstep_id
from
(
select 
gov.oprn_id gov_oprn_id,
gov.oprn_no gov_oprn_no,
gov.oprn_vers gov_oprn_vers,
grv.attribute1 grv_attribute1,
grv.attribute10 grv_attribute10,
grv.attribute11 grv_attribute11,
grv.attribute12 grv_attribute12,
grv.attribute13 grv_attribute13,
grv.attribute14 grv_attribute14,
grv.attribute15 grv_attribute15,
grv.attribute16 grv_attribute16,
grv.attribute17 grv_attribute17,
grv.attribute18 grv_attribute18,
grv.attribute19 grv_attribute19,
grv.attribute2 grv_attribute2,
grv.attribute20 grv_attribute20,
grv.attribute21 grv_attribute21,
grv.attribute22 grv_attribute22,
grv.attribute23 grv_attribute23,
grv.attribute24 grv_attribute24,
grv.attribute25 grv_attribute25,
grv.attribute26 grv_attribute26,
grv.attribute27 grv_attribute27,
grv.attribute28 grv_attribute28,
grv.attribute29 grv_attribute29,
grv.attribute3 grv_attribute3,
grv.attribute30 grv_attribute30,
grv.attribute4 grv_attribute4,
grv.attribute5 grv_attribute5,
grv.attribute6 grv_attribute6,
grv.attribute7 grv_attribute7,
grv.attribute8 grv_attribute8,
grv.attribute9 grv_attribute9,
grv.attribute_category grv_attribute_category,
grv.contiguous_ind grv_contiguous_ind,
grv.effective_end_date grv_effective_end_date,
grv.effective_start_date grv_effective_start_date,
grv.enforce_step_dependency grv_enforce_step_dependency,
grv.fixed_process_loss grv_fixed_process_loss,
grv.fixed_process_loss_uom grv_fixed_process_loss_uom,
grv.owner_id grv_owner_id,
grv.process_loss grv_process_loss,
grv.routing_class grv_routing_class,
grv.routing_desc grv_routing_desc,
grv.routing_id grv_routing_id,
grv.routing_no grv_routing_no,
grv.routing_qty grv_routing_qty,
grv.routing_status grv_routing_status,
grv.routing_uom grv_routing_uom,
grv.routing_vers grv_routing_vers,
grv.rowid grv_rowid,
xu.action_,
xu.chargeable,
xu.contiguous,
xu.delete_dependency,
xu.delete_step,
xu.depends_on_step_no,
xu.effective_end_date,
xu.effective_start_date,
xu.enforce_step_dependency,
xu.fixed_process_loss,
xu.fixed_process_loss_uom,
xu.maximum_delay,
xu.message_,
xu.minimum_delay,
xu.minimum_transfer_quantity,
xu.modified_columns_,
xu.operation,
xu.operation_version,
xu.operation_yield,
xu.organization_code,
xu.owner,
xu.process_loss,
xu.ra_attribute1,
xu.ra_attribute10,
xu.ra_attribute11,
xu.ra_attribute12,
xu.ra_attribute13,
xu.ra_attribute14,
xu.ra_attribute15,
xu.ra_attribute16,
xu.ra_attribute17,
xu.ra_attribute18,
xu.ra_attribute19,
xu.ra_attribute2,
xu.ra_attribute20,
xu.ra_attribute21,
xu.ra_attribute22,
xu.ra_attribute23,
xu.ra_attribute24,
xu.ra_attribute25,
xu.ra_attribute26,
xu.ra_attribute27,
xu.ra_attribute28,
xu.ra_attribute29,
xu.ra_attribute3,
xu.ra_attribute30,
xu.ra_attribute4,
xu.ra_attribute5,
xu.ra_attribute6,
xu.ra_attribute7,
xu.ra_attribute8,
xu.ra_attribute9,
xu.ra_attribute_category,
xu.rework_code,
xu.routing,
xu.routing_class,
xu.routing_description,
xu.routing_id,
xu.routing_quantity,
xu.routing_status,
xu.routing_uom,
xu.routing_version,
xu.routingstep_id,
xu.sa_attribute1,
xu.sa_attribute10,
xu.sa_attribute11,
xu.sa_attribute12,
xu.sa_attribute13,
xu.sa_attribute14,
xu.sa_attribute15,
xu.sa_attribute16,
xu.sa_attribute17,
xu.sa_attribute18,
xu.sa_attribute19,
xu.sa_attribute2,
xu.sa_attribute20,
xu.sa_attribute21,
xu.sa_attribute22,
xu.sa_attribute23,
xu.sa_attribute24,
xu.sa_attribute25,
xu.sa_attribute26,
xu.sa_attribute27,
xu.sa_attribute28,
xu.sa_attribute29,
xu.sa_attribute3,
xu.sa_attribute30,
xu.sa_attribute4,
xu.sa_attribute5,
xu.sa_attribute6,
xu.sa_attribute7,
xu.sa_attribute8,
xu.sa_attribute9,
xu.sa_attribute_category,
xu.standard_delay,
xu.status_,
xu.step_no,
xu.step_quantity,
xu.step_release_type,
xu.transfer_percent,
xu.upload_row
from
(
select 
mp.organization_id mp_organization_id,
xu.action_,
xu.chargeable,
xu.contiguous,
xu.delete_dependency,
xu.delete_step,
xu.depends_on_step_no,
xu.effective_end_date,
xu.effective_start_date,
xu.enforce_step_dependency,
xu.fixed_process_loss,
xu.fixed_process_loss_uom,
xu.maximum_delay,
xu.message_,
xu.minimum_delay,
xu.minimum_transfer_quantity,
xu.modified_columns_,
xu.operation,
xu.operation_version,
xu.operation_yield,
xu.organization_code,
xu.owner,
xu.process_loss,
xu.ra_attribute1,
xu.ra_attribute10,
xu.ra_attribute11,
xu.ra_attribute12,
xu.ra_attribute13,
xu.ra_attribute14,
xu.ra_attribute15,
xu.ra_attribute16,
xu.ra_attribute17,
xu.ra_attribute18,
xu.ra_attribute19,
xu.ra_attribute2,
xu.ra_attribute20,
xu.ra_attribute21,
xu.ra_attribute22,
xu.ra_attribute23,
xu.ra_attribute24,
xu.ra_attribute25,
xu.ra_attribute26,
xu.ra_attribute27,
xu.ra_attribute28,
xu.ra_attribute29,
xu.ra_attribute3,
xu.ra_attribute30,
xu.ra_attribute4,
xu.ra_attribute5,
xu.ra_attribute6,
xu.ra_attribute7,
xu.ra_attribute8,
xu.ra_attribute9,
xu.ra_attribute_category,
xu.rework_code,
xu.routing,
xu.routing_class,
xu.routing_description,
xu.routing_id,
xu.routing_quantity,
xu.routing_status,
xu.routing_uom,
xu.routing_version,
xu.routingstep_id,
xu.sa_attribute1,
xu.sa_attribute10,
xu.sa_attribute11,
xu.sa_attribute12,
xu.sa_attribute13,
xu.sa_attribute14,
xu.sa_attribute15,
xu.sa_attribute16,
xu.sa_attribute17,
xu.sa_attribute18,
xu.sa_attribute19,
xu.sa_attribute2,
xu.sa_attribute20,
xu.sa_attribute21,
xu.sa_attribute22,
xu.sa_attribute23,
xu.sa_attribute24,
xu.sa_attribute25,
xu.sa_attribute26,
xu.sa_attribute27,
xu.sa_attribute28,
xu.sa_attribute29,
xu.sa_attribute3,
xu.sa_attribute30,
xu.sa_attribute4,
xu.sa_attribute5,
xu.sa_attribute6,
xu.sa_attribute7,
xu.sa_attribute8,
xu.sa_attribute9,
xu.sa_attribute_category,
xu.standard_delay,
xu.status_,
xu.step_no,
xu.step_quantity,
xu.step_release_type,
xu.transfer_percent,
xu.upload_row
from
xxen_opm_routing_upload_5527_u xu,
mtl_parameters mp
where
xu.status_code_=xxen_upload.status_success and
mp.organization_code(+)=xu.organization_code
) xu,
--before 12c an outer joined table may reference at most one other table, so the driving tables are wrapped
gmd_routings_vl grv,
gmd_operations_vl gov
where
grv.routing_no(+)=upper(xu.routing) and
grv.routing_vers(+)=xu.routing_version and
grv.owner_organization_id(+)=xu.mp_organization_id and
gov.oprn_no(+)=xu.operation and
gov.oprn_vers(+)=xu.operation_version and
gov.owner_organization_id(+)=xu.mp_organization_id
) xu, --before 12c an outer joined table may reference at most one other table, so the driving tables are wrapped
fm_rout_dtl frd
where
frd.routing_id(+)=xu.grv_routing_id and
frd.oprn_id(+)=xu.gov_oprn_id</SQL_TEXT>
   </UPLOAD_SQLS_ROW>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
