<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: PA Project Asset Upload -->
 <REPORTS_ROW>
  <GUID>500D854909091B05E0630100007F6E79</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
null action_,
null status_,
null message_,
null request_id_,
null modified_columns_,
-- operating unit and project
haouv.name operating_unit,
ppa.segment1 project_number,
ppa.name project_name,
-- asset identity
ppaa.project_asset_id,
ppaa.pm_asset_reference asset_reference,
ppaa.asset_name,
ppaa.asset_description description,
xxen_util.meaning(ppaa.project_asset_type,&apos;PROJECT_ASSET_TYPES&apos;,275) project_asset_type,
ppaa.asset_number,
xxen_util.meaning(ppaa.pm_product_code,&apos;PM_PRODUCT_CODE&apos;,275) product_source,
-- FA book and KFFs
ppaa.book_type_code book,
fcbk.concatenated_segments asset_category,
fakk.concatenated_segments asset_key,
flk.concatenated_segments location,
-- employee
papf.full_name employee_name,
papf.employee_number,
-- dates
ppaa.estimated_in_service_date,
ppaa.date_placed_in_service actual_in_service_date,
-- units and cost
ppaa.estimated_asset_units,
ppaa.asset_units actual_units,
ppaa.estimated_cost,
-- parent asset
fa.asset_number parent_asset_number,
-- flags
decode(ppaa.depreciate_flag,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) depreciate,
decode(ppaa.amortize_flag,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) amortize_adjustments,
gcck.concatenated_segments depreciation_expense_account,
decode(ppaa.capital_hold_flag,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) capital_hold,
-- identification
ppaa.manufacturer_name,
ppaa.model_number,
ppaa.serial_number,
ppaa.tag_number,
-- asset DFF
xxen_util.display_flexfield_context(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category) asset_attribute_category,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE1&apos;,ppaa.rowid,ppaa.attribute1) asset_attribute1,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE2&apos;,ppaa.rowid,ppaa.attribute2) asset_attribute2,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE3&apos;,ppaa.rowid,ppaa.attribute3) asset_attribute3,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE4&apos;,ppaa.rowid,ppaa.attribute4) asset_attribute4,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE5&apos;,ppaa.rowid,ppaa.attribute5) asset_attribute5,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE6&apos;,ppaa.rowid,ppaa.attribute6) asset_attribute6,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE7&apos;,ppaa.rowid,ppaa.attribute7) asset_attribute7,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE8&apos;,ppaa.rowid,ppaa.attribute8) asset_attribute8,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE9&apos;,ppaa.rowid,ppaa.attribute9) asset_attribute9,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE10&apos;,ppaa.rowid,ppaa.attribute10) asset_attribute10,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE11&apos;,ppaa.rowid,ppaa.attribute11) asset_attribute11,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE12&apos;,ppaa.rowid,ppaa.attribute12) asset_attribute12,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE13&apos;,ppaa.rowid,ppaa.attribute13) asset_attribute13,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE14&apos;,ppaa.rowid,ppaa.attribute14) asset_attribute14,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE15&apos;,ppaa.rowid,ppaa.attribute15) asset_attribute15,
-- assignment
pt.task_id assignment_task_id,
pt.task_number assignment_task_number,
decode(case when pt.task_id is not null and pt.task_id=pt.top_task_id then &apos;Y&apos; end,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) rollup,
null delete_assignment,
-- assignment DFF
xxen_util.display_flexfield_context(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category) assign_attribute_category,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE1&apos;,paas.rowid,paas.attribute1) assign_attribute1,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE2&apos;,paas.rowid,paas.attribute2) assign_attribute2,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE3&apos;,paas.rowid,paas.attribute3) assign_attribute3,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE4&apos;,paas.rowid,paas.attribute4) assign_attribute4,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE5&apos;,paas.rowid,paas.attribute5) assign_attribute5,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE6&apos;,paas.rowid,paas.attribute6) assign_attribute6,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE7&apos;,paas.rowid,paas.attribute7) assign_attribute7,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE8&apos;,paas.rowid,paas.attribute8) assign_attribute8,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE9&apos;,paas.rowid,paas.attribute9) assign_attribute9,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE10&apos;,paas.rowid,paas.attribute10) assign_attribute10,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE11&apos;,paas.rowid,paas.attribute11) assign_attribute11,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE12&apos;,paas.rowid,paas.attribute12) assign_attribute12,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE13&apos;,paas.rowid,paas.attribute13) assign_attribute13,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE14&apos;,paas.rowid,paas.attribute14) assign_attribute14,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE15&apos;,paas.rowid,paas.attribute15) assign_attribute15,
to_number(null) upload_row
from
pa_projects_all ppa,
hr_all_organization_units_vl haouv,
pa_project_assets_all ppaa,
pa_project_asset_assignments paas,
pa_tasks pt,
fa_categories_b_kfv fcbk,
fa_asset_keywords_kfv fakk,
fa_locations_kfv flk,
fa_additions_v fa,
gl_code_combinations_kfv gcck,
per_all_people_f papf
where
1=1 and
ppa.org_id=haouv.organization_id and
ppa.project_id=ppaa.project_id and
ppaa.project_asset_type in (&apos;AS-BUILT&apos;,&apos;ESTIMATED&apos;) and
ppaa.project_asset_id=paas.project_asset_id(+) and
paas.project_id(+)&lt;&gt;0 and
paas.task_id=pt.task_id(+) and
ppaa.asset_category_id=fcbk.category_id(+) and
ppaa.asset_key_ccid=fakk.code_combination_id(+) and
ppaa.location_id=flk.location_id(+) and
ppaa.parent_asset_id=fa.asset_id(+) and
ppaa.depreciation_expense_ccid=gcck.code_combination_id(+) and
ppaa.assigned_to_person_id=papf.person_id(+) and
trunc(sysdate) between papf.effective_start_date(+) and papf.effective_end_date(+)</SQL_TEXT>
  <VERSION_COMMENTS>Product Source: corrected lookup type PM_PRODUCT_CODES to PM_PRODUCT_CODE (the populated type) in the LOV, main SQL and Success SQL displays.</VERSION_COMMENTS>
  <TYPE>U</TYPE>
  <UPLOAD_TYPE>A</UPLOAD_TYPE>
  <UPLOAD_OBJECT>xxen_pa_upload.upload_project_asset</UPLOAD_OBJECT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>PA Project Asset Upload</REPORT_NAME>
    <DESCRIPTION>PA Project Asset Upload
======================
Create, update, or delete project assets and their task assignments for Oracle Projects capital projects, using the public API pa_project_assets_pub.

Supported Actions:
- Create / Update project asset (ESTIMATED or AS-BUILT types only — RETIREMENT_ADJUSTMENT is excluded)
- Add / Delete asset-to-task assignment (top-task rollup or leaf-task)

Row Structure (bundled parent-child):
- One row per (asset, assignment) pair
- Leave Assignment Task Number blank on a row to create/update just the asset header with no assignment
- For multiple assignments on the same asset, repeat the asset columns on subsequent rows with different Task Numbers

Report Parameters:
- Upload Mode: &apos;Create&apos; or &apos;Create, Update&apos;
- Operating Unit: filters Project LOV
- Project Number: the capital project (pa_projects_all.segment1) to which uploaded assets belong

Notes:
- Capitalization and Reversal are NOT supported via this upload — use the Capital Assets form for those workflow actions
- The Depreciation Expense Account KFF is resolved against the chart of accounts of the project&apos;s ledger
- Asset-to-task assignments do not support an update API — to modify an existing assignment DFF, delete and re-add</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>
  <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>haouv.name=:p_operating_unit</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>HR Operating Unit</LOV_NAME>
    <LOV_GUID>8E2FF36EDEB979D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
hou.name value,
null description
from
hr_operating_units hou
where
sysdate between hou.date_from and nvl(hou.date_to,sysdate) and
(:$flex$.ledger is null or hou.set_of_books_id in (select gl.ledger_id from gl_ledgers gl where xxen_util.contains(:$flex$.ledger,gl.name)=&apos;Y&apos;)) and
hou.organization_id in (select mgoat.organization_id from mo_glob_org_access_tmp mgoat union select fnd_global.org_id from dual where fnd_release.major_version=11)
order by
hou.name</LOV_QUERY_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Operating Unit</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>ppa.segment1=:p_project_number</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV custom</PARAMETER_TYPE_DSP>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
ppa.segment1 value,
ppa.name description
from
pa_projects_all ppa,
pa_project_types_all ppta,
hr_all_organization_units_vl haouv
where
ppa.project_type=ppta.project_type and
ppa.org_id=ppta.org_id and
ppta.project_type_class_code=&apos;CAPITAL&apos; and
nvl(ppa.template_flag,&apos;N&apos;)=&apos;N&apos; and
ppa.org_id=haouv.organization_id and
xxen_util.contains(:$flex$.operating_unit,haouv.name)=&apos;Y&apos;
order by
value</LOV_QUERY_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Project Number</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
  </PARAMETERS>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>1</COLUMN_NUMBER>
    <COLUMN_NAME>ACTION_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>2</COLUMN_NUMBER>
    <COLUMN_NAME>STATUS_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>3</COLUMN_NUMBER>
    <COLUMN_NAME>MESSAGE_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>4</COLUMN_NUMBER>
    <COLUMN_NAME>REQUEST_ID_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <HIDDEN>Y</HIDDEN>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>5</COLUMN_NUMBER>
    <COLUMN_NAME>MODIFIED_COLUMNS_</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <HIDDEN>Y</HIDDEN>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>6</COLUMN_NUMBER>
    <COLUMN_NAME>OPERATING_UNIT</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>240</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
haouv.organization_id id,
haouv.name value,
null description
from
hr_all_organization_units_vl haouv,
hr_organization_information hoi
where
haouv.organization_id=hoi.organization_id and
hoi.org_information_context=&apos;CLASS&apos; and
hoi.org_information1=&apos;OPERATING_UNIT&apos; and
hoi.org_information2=&apos;Y&apos;
order by
value</LOV_QUERY_DSP>
    <DEFAULT_VALUE>:$flex$.Operating_Unit</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>7</COLUMN_NUMBER>
    <COLUMN_NAME>PROJECT_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>25</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
ppa.project_id id,
ppa.segment1 value,
ppa.name description
from
pa_projects_all ppa,
pa_project_types_all ppta,
hr_all_organization_units_vl haouv
where
ppa.project_type=ppta.project_type and
ppa.org_id=ppta.org_id and
ppta.project_type_class_code=&apos;CAPITAL&apos; and
nvl(ppa.template_flag,&apos;N&apos;)=&apos;N&apos; and
ppa.org_id=haouv.organization_id and
haouv.name=:$column$.operating_unit
order by
value</LOV_QUERY_DSP>
    <DEFAULT_VALUE>:$flex$.Project_Number</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>8</COLUMN_NUMBER>
    <COLUMN_NAME>PROJECT_NAME</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>30</DATA_LENGTH>
    <DEFAULT_VALUE>select ppa.name from pa_projects_all ppa where ppa.segment1=:$column$.project_number</DEFAULT_VALUE>
    <READ_ONLY>Y</READ_ONLY>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>9</COLUMN_NUMBER>
    <COLUMN_NAME>PROJECT_ASSET_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>10</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_REFERENCE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>240</DATA_LENGTH>
    <DEFAULT_VALUE>:$column$.asset_name</DEFAULT_VALUE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>11</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_NAME</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>12</COLUMN_NUMBER>
    <COLUMN_NAME>DESCRIPTION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>80</DATA_LENGTH>
    <LOV_QUERY_DSP>select
fl.meaning value,
null description
from
fa_lookups fl
where
fl.lookup_type=&apos;ASSET DESCRIPTION&apos; and
nvl(fl.end_date_active,sysdate)&gt;=sysdate
order by
value</LOV_QUERY_DSP>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>13</COLUMN_NUMBER>
    <COLUMN_NAME>PROJECT_ASSET_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
pl.lookup_code id,
pl.meaning value,
pl.description
from
pa_lookups pl
where
pl.lookup_type=&apos;PROJECT_ASSET_TYPES&apos; and
pl.lookup_code in (&apos;AS-BUILT&apos;,&apos;ESTIMATED&apos;)
order by
value</LOV_QUERY_DSP>
    <DEFAULT_VALUE>xxen_util.meaning(&apos;ESTIMATED&apos;,&apos;PROJECT_ASSET_TYPES&apos;,275)</DEFAULT_VALUE>
    <REQUIRED>Y</REQUIRED>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>14</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>15</DATA_LENGTH>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>15</COLUMN_NUMBER>
    <COLUMN_NAME>PRODUCT_SOURCE</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
pl.lookup_code id,
pl.meaning value,
pl.description
from
pa_lookups pl
where
pl.lookup_type=&apos;PM_PRODUCT_CODE&apos;
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>16</COLUMN_NUMBER>
    <COLUMN_NAME>BOOK</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>15</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
fbc.book_type_code value,
fbc.book_type_name description
from
fa_book_controls fbc
where
fbc.book_class=&apos;CORPORATE&apos; and
nvl(fbc.date_ineffective,sysdate+1)&gt;sysdate
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>17</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_CATEGORY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>61</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select distinct
fcbk.concatenated_segments value,
null description
from
fa_categories_b_kfv fcbk,
fa_category_books fcb
where
fcbk.category_id=fcb.category_id and
fcb.book_type_code=nvl(:$column$.book,fcb.book_type_code) and
fcbk.enabled_flag=&apos;Y&apos;
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>18</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_KEY</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>30</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select
fakk.concatenated_segments value,
null description
from
fa_asset_keywords_kfv fakk
where
fakk.enabled_flag=&apos;Y&apos;
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>19</COLUMN_NUMBER>
    <COLUMN_NAME>LOCATION</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>123</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select
flk.concatenated_segments value,
null description
from
fa_locations_kfv flk
where
flk.enabled_flag=&apos;Y&apos;
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>20</COLUMN_NUMBER>
    <COLUMN_NAME>EMPLOYEE_NAME</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>240</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select
papf.person_id id,
papf.full_name value,
papf.employee_number description
from
per_all_people_f papf
where
papf.current_employee_flag=&apos;Y&apos; and
trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>21</COLUMN_NUMBER>
    <COLUMN_NAME>EMPLOYEE_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>30</DATA_LENGTH>
    <DEFAULT_VALUE>select papf.employee_number from per_all_people_f papf where papf.full_name=:$column$.employee_name and papf.current_employee_flag=&apos;Y&apos; and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date</DEFAULT_VALUE>
    <READ_ONLY>Y</READ_ONLY>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>22</COLUMN_NUMBER>
    <COLUMN_NAME>ESTIMATED_IN_SERVICE_DATE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Date</COLUMN_TYPE_DSP>
    <DATA_TYPE>date</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>23</COLUMN_NUMBER>
    <COLUMN_NAME>ACTUAL_IN_SERVICE_DATE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Date</COLUMN_TYPE_DSP>
    <DATA_TYPE>date</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>24</COLUMN_NUMBER>
    <COLUMN_NAME>ESTIMATED_ASSET_UNITS</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>ACTUAL_UNITS</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>ESTIMATED_COST</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>27</COLUMN_NUMBER>
    <COLUMN_NAME>PARENT_ASSET_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>15</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select
fa.asset_id id,
fa.asset_number value,
fa.description
from
fa_additions_v fa,
fa_books fb
where
fa.asset_id=fb.asset_id and
fa.asset_type&lt;&gt;&apos;GROUP&apos; and
fb.date_ineffective is null and
fb.book_type_code=:$column$.book
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>28</COLUMN_NUMBER>
    <COLUMN_NAME>DEPRECIATE</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>29</COLUMN_NUMBER>
    <COLUMN_NAME>AMORTIZE_ADJUSTMENTS</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>30</COLUMN_NUMBER>
    <COLUMN_NAME>DEPRECIATION_EXPENSE_ACCOUNT</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>311</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <FILTER_BEFORE_DISPLAY_DSP>Y</FILTER_BEFORE_DISPLAY_DSP>
    <LOV_QUERY_DSP>select
gcck.concatenated_segments value,
gcck.description
from
gl_code_combinations_kfv gcck,
gl_ledgers gl,
hr_operating_units hou
where
gcck.chart_of_accounts_id=gl.chart_of_accounts_id and
gl.ledger_id=hou.set_of_books_id and
hou.name=:$column$.operating_unit and
gcck.enabled_flag=&apos;Y&apos; and
gcck.gl_account_type=&apos;E&apos;
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>31</COLUMN_NUMBER>
    <COLUMN_NAME>CAPITAL_HOLD</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>32</COLUMN_NUMBER>
    <COLUMN_NAME>MANUFACTURER_NAME</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>30</DATA_LENGTH>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>33</COLUMN_NUMBER>
    <COLUMN_NAME>MODEL_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>40</DATA_LENGTH>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>34</COLUMN_NUMBER>
    <COLUMN_NAME>SERIAL_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>35</DATA_LENGTH>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>35</COLUMN_NUMBER>
    <COLUMN_NAME>TAG_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Char</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>15</DATA_LENGTH>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>36</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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 distinct
fdfcv.descriptive_flex_context_name value,
fdfcv.description
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=fdfv.application_id and
fdfcv.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfcv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcv.descriptive_flex_context_code&lt;&gt;&apos;Global Data Elements&apos;
order by
fdfcv.descriptive_flex_context_name</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>37</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE1&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>38</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE2&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>39</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE3&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>40</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE4&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE4&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>41</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE5&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE5&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>42</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE6&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE6&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>43</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE7&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE7&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>44</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE8&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE8&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>45</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE9&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE9&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>46</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE10&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE10&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>47</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE11&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE11&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>48</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE12&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE12&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>49</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE13&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE13&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>50</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE14&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE14&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>51</COLUMN_NUMBER>
    <COLUMN_NAME>ASSET_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSETS&apos;,
p_context_name=&gt;:$column$.asset_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE15&apos;,
p_attribute1=&gt;:$column$.asset_attribute1,
p_attribute2=&gt;:$column$.asset_attribute2,
p_attribute3=&gt;:$column$.asset_attribute3,
p_attribute4=&gt;:$column$.asset_attribute4,
p_attribute5=&gt;:$column$.asset_attribute5,
p_attribute6=&gt;:$column$.asset_attribute6,
p_attribute7=&gt;:$column$.asset_attribute7,
p_attribute8=&gt;:$column$.asset_attribute8,
p_attribute9=&gt;:$column$.asset_attribute9,
p_attribute10=&gt;:$column$.asset_attribute10,
p_attribute11=&gt;:$column$.asset_attribute11,
p_attribute12=&gt;:$column$.asset_attribute12,
p_attribute13=&gt;:$column$.asset_attribute13,
p_attribute14=&gt;:$column$.asset_attribute14,
p_attribute15=&gt;:$column$.asset_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSETS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE15&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>52</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGNMENT_TASK_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>53</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGNMENT_TASK_NUMBER</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV custom</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <DATA_LENGTH>25</DATA_LENGTH>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
pt.task_id id,
pt.task_number value,
pt.task_name description
from
pa_tasks pt,
pa_projects_all ppa
where
pt.project_id=ppa.project_id and
ppa.segment1=:$flex$.Project_Number
order by
value</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>54</COLUMN_NUMBER>
    <COLUMN_NAME>ROLLUP</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>55</COLUMN_NUMBER>
    <COLUMN_NAME>DELETE_ASSIGNMENT</COLUMN_NAME>
    <COLUMN_TYPE_DSP>LOV</COLUMN_TYPE_DSP>
    <DATA_TYPE>varchar2</DATA_TYPE>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>56</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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 distinct
fdfcv.descriptive_flex_context_name value,
fdfcv.description
from
fnd_descriptive_flexs_vl fdfv,
fnd_descr_flex_contexts_vl fdfcv
where
fdfcv.application_id=fdfv.application_id and
fdfcv.descriptive_flexfield_name=fdfv.descriptive_flexfield_name and
fdfcv.enabled_flag=&apos;Y&apos; and
fdfv.application_id=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcv.descriptive_flex_context_code&lt;&gt;&apos;Global Data Elements&apos;
order by
fdfcv.descriptive_flex_context_name</LOV_QUERY_DSP>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>57</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE1&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE1&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>58</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE2&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE2&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>59</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE3&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE3&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>60</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE4&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE4&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>61</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE5&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE5&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>62</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE6&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE6&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>63</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE7&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE7&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>64</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE8&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE8&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>65</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE9&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE9&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>66</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE10&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE10&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>67</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE11&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE11&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>68</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE12&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE12&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>69</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE13&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE13&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>70</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE14&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE14&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>71</COLUMN_NUMBER>
    <COLUMN_NAME>ASSIGN_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;275,
p_descriptive_flexfield_name=&gt;&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,
p_context_name=&gt;:$column$.assign_attribute_category,
p_column_name=&gt;&apos;ATTRIBUTE15&apos;,
p_attribute1=&gt;:$column$.assign_attribute1,
p_attribute2=&gt;:$column$.assign_attribute2,
p_attribute3=&gt;:$column$.assign_attribute3,
p_attribute4=&gt;:$column$.assign_attribute4,
p_attribute5=&gt;:$column$.assign_attribute5,
p_attribute6=&gt;:$column$.assign_attribute6,
p_attribute7=&gt;:$column$.assign_attribute7,
p_attribute8=&gt;:$column$.assign_attribute8,
p_attribute9=&gt;:$column$.assign_attribute9,
p_attribute10=&gt;:$column$.assign_attribute10,
p_attribute11=&gt;:$column$.assign_attribute11,
p_attribute12=&gt;:$column$.assign_attribute12,
p_attribute13=&gt;:$column$.assign_attribute13,
p_attribute14=&gt;:$column$.assign_attribute14,
p_attribute15=&gt;:$column$.assign_attribute15
)) 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=275 and
fdfv.descriptive_flexfield_name=&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos; and
fdfcuv.application_column_name=&apos;ATTRIBUTE15&apos;</COMMENTS>
   </UPLOAD_COLUMNS_ROW>
   <UPLOAD_COLUMNS_ROW>
    <COLUMN_NUMBER>72</COLUMN_NUMBER>
    <COLUMN_NAME>UPLOAD_ROW</COLUMN_NAME>
    <COLUMN_TYPE_DSP>Number</COLUMN_TYPE_DSP>
    <DATA_TYPE>number</DATA_TYPE>
    <HIDDEN>Y</HIDDEN>
   </UPLOAD_COLUMNS_ROW>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>2</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>status_</PARAMETER_NAME>
    <IN_OUT>out</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>STATUS_CODE_</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>3</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>message_</PARAMETER_NAME>
    <IN_OUT>out</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>MESSAGE_</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>4</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_org_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <COLUMN_NAME>OPERATING_UNIT</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>5</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_pa_project_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <COLUMN_NAME>PROJECT_NUMBER</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>6</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_pm_product_code</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>7</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_project_asset_id</PARAMETER_NAME>
    <IN_OUT>in/out</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <COLUMN_NAME>PROJECT_ASSET_ID</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>8</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_pm_asset_reference</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_REFERENCE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>9</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_pa_asset_name</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>ASSET_NAME</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_description</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>DESCRIPTION</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>11</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_project_asset_type</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <COLUMN_NAME>PROJECT_ASSET_TYPE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>12</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_number</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_NUMBER</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>13</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_pm_product_source</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>PRODUCT_SOURCE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>14</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_book_type_code</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>BOOK</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>15</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_category</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_CATEGORY</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>16</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_key</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_KEY</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>17</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_location</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>LOCATION</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>18</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assigned_to_person_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>EMPLOYEE_NAME</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>19</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_estimated_in_service_date</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Date</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ESTIMATED_IN_SERVICE_DATE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_date_placed_in_service</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Date</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ACTUAL_IN_SERVICE_DATE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>21</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_estimated_asset_units</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ESTIMATED_ASSET_UNITS</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>22</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_units</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ACTUAL_UNITS</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>23</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_estimated_cost</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ESTIMATED_COST</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>24</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_parent_asset_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>PARENT_ASSET_NUMBER</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>25</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_depreciate_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>DEPRECIATE</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>26</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_amortize_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>AMORTIZE_ADJUSTMENTS</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>27</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_capital_hold_flag</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>CAPITAL_HOLD</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>28</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_depr_expense_account</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>DEPRECIATION_EXPENSE_ACCOUNT</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>29</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_manufacturer_name</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>MANUFACTURER_NAME</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_model_number</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>MODEL_NUMBER</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>31</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_serial_number</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>SERIAL_NUMBER</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>32</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_tag_number</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>TAG_NUMBER</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>33</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute_category</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE_CATEGORY</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>34</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute1</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE1</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>35</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute2</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE2</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>36</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute3</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE3</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>37</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute4</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE4</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>38</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute5</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE5</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>39</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute6</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE6</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>40</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute7</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE7</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>41</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute8</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE8</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>42</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute9</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE9</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>43</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute10</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE10</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>44</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute11</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE11</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>45</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute12</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE12</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>46</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute13</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE13</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>47</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute14</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE14</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>48</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_asset_attribute15</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSET_ATTRIBUTE15</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>49</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assignment_task_id</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Number</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGNMENT_TASK_NUMBER</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>50</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_rollup</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ROLLUP</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>51</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_delete_assignment</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>DELETE_ASSIGNMENT</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>52</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute_category</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE_CATEGORY</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>53</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute1</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE1</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>54</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute2</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE2</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>55</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute3</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE3</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>56</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute4</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE4</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>57</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute5</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE5</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>58</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute6</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE6</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>59</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute7</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE7</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>60</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute8</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE8</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>61</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute9</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE9</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>62</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute10</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE10</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>63</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute11</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE11</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>64</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute12</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE12</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>65</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute13</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE13</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>66</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute14</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE14</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
   <UPLOAD_PARAMETERS_ROW>
    <SOURCE>U</SOURCE>
    <DISPLAY_SEQUENCE>67</DISPLAY_SEQUENCE>
    <PARAMETER_NAME>p_assign_attribute15</PARAMETER_NAME>
    <IN_OUT>in</IN_OUT>
    <PARAMETER_TYPE>Char</PARAMETER_TYPE>
    <DEFAULTED>Y</DEFAULTED>
    <COLUMN_NAME>ASSIGN_ATTRIBUTE15</COLUMN_NAME>
   </UPLOAD_PARAMETERS_ROW>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
   <UPLOAD_SQLS_ROW>
    <SQL_TYPE>Error SQL</SQL_TYPE>
   </UPLOAD_SQLS_ROW>
   <UPLOAD_SQLS_ROW>
    <SQL_TYPE>Order By</SQL_TYPE>
    <SQL_TEXT>upload_row, asset_name, assignment_task_number</SQL_TEXT>
   </UPLOAD_SQLS_ROW>
   <UPLOAD_SQLS_ROW>
    <SQL_TYPE>Success SQL</SQL_TYPE>
    <SQL_TEXT>select
xu.action_,
xu.status_,
xu.message_,
xu.request_id_,
xu.modified_columns_,
haouv.name operating_unit,
ppa.segment1 project_number,
ppa.name project_name,
ppaa.project_asset_id,
ppaa.pm_asset_reference asset_reference,
ppaa.asset_name,
ppaa.asset_description description,
xxen_util.meaning(ppaa.project_asset_type,&apos;PROJECT_ASSET_TYPES&apos;,275) project_asset_type,
ppaa.asset_number,
xxen_util.meaning(ppaa.pm_product_code,&apos;PM_PRODUCT_CODE&apos;,275) product_source,
ppaa.book_type_code book,
fcbk.concatenated_segments asset_category,
fakk.concatenated_segments asset_key,
flk.concatenated_segments location,
papf.full_name employee_name,
papf.employee_number,
ppaa.estimated_in_service_date,
ppaa.date_placed_in_service actual_in_service_date,
ppaa.estimated_asset_units,
ppaa.asset_units actual_units,
ppaa.estimated_cost,
fa.asset_number parent_asset_number,
decode(ppaa.depreciate_flag,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) depreciate,
decode(ppaa.amortize_flag,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) amortize_adjustments,
gcck.concatenated_segments depreciation_expense_account,
decode(ppaa.capital_hold_flag,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) capital_hold,
ppaa.manufacturer_name,
ppaa.model_number,
ppaa.serial_number,
ppaa.tag_number,
xxen_util.display_flexfield_context(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category) asset_attribute_category,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE1&apos;,ppaa.rowid,ppaa.attribute1) asset_attribute1,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE2&apos;,ppaa.rowid,ppaa.attribute2) asset_attribute2,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE3&apos;,ppaa.rowid,ppaa.attribute3) asset_attribute3,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE4&apos;,ppaa.rowid,ppaa.attribute4) asset_attribute4,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE5&apos;,ppaa.rowid,ppaa.attribute5) asset_attribute5,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE6&apos;,ppaa.rowid,ppaa.attribute6) asset_attribute6,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE7&apos;,ppaa.rowid,ppaa.attribute7) asset_attribute7,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE8&apos;,ppaa.rowid,ppaa.attribute8) asset_attribute8,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE9&apos;,ppaa.rowid,ppaa.attribute9) asset_attribute9,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE10&apos;,ppaa.rowid,ppaa.attribute10) asset_attribute10,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE11&apos;,ppaa.rowid,ppaa.attribute11) asset_attribute11,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE12&apos;,ppaa.rowid,ppaa.attribute12) asset_attribute12,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE13&apos;,ppaa.rowid,ppaa.attribute13) asset_attribute13,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE14&apos;,ppaa.rowid,ppaa.attribute14) asset_attribute14,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSETS&apos;,ppaa.attribute_category,&apos;ATTRIBUTE15&apos;,ppaa.rowid,ppaa.attribute15) asset_attribute15,
pt.task_id assignment_task_id,
pt.task_number assignment_task_number,
decode(case when pt.task_id is not null and pt.task_id=pt.top_task_id then &apos;Y&apos; end,&apos;Y&apos;,xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0)) rollup,
xu.delete_assignment,
xxen_util.display_flexfield_context(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category) assign_attribute_category,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE1&apos;,paas.rowid,paas.attribute1) assign_attribute1,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE2&apos;,paas.rowid,paas.attribute2) assign_attribute2,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE3&apos;,paas.rowid,paas.attribute3) assign_attribute3,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE4&apos;,paas.rowid,paas.attribute4) assign_attribute4,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE5&apos;,paas.rowid,paas.attribute5) assign_attribute5,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE6&apos;,paas.rowid,paas.attribute6) assign_attribute6,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE7&apos;,paas.rowid,paas.attribute7) assign_attribute7,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE8&apos;,paas.rowid,paas.attribute8) assign_attribute8,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE9&apos;,paas.rowid,paas.attribute9) assign_attribute9,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE10&apos;,paas.rowid,paas.attribute10) assign_attribute10,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE11&apos;,paas.rowid,paas.attribute11) assign_attribute11,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE12&apos;,paas.rowid,paas.attribute12) assign_attribute12,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE13&apos;,paas.rowid,paas.attribute13) assign_attribute13,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE14&apos;,paas.rowid,paas.attribute14) assign_attribute14,
xxen_util.display_flexfield_value(275,&apos;PA_PROJECT_ASSET_ASSIGNMENTS&apos;,paas.attribute_category,&apos;ATTRIBUTE15&apos;,paas.rowid,paas.attribute15) assign_attribute15,
xu.upload_row
from
xxen_pa_project_asset_u_5373_u xu,
pa_projects_all ppa,
hr_all_organization_units_vl haouv,
pa_project_assets_all ppaa,
pa_project_asset_assignments paas,
pa_tasks pt,
fa_categories_b_kfv fcbk,
fa_asset_keywords_kfv fakk,
fa_locations_kfv flk,
fa_additions_v fa,
gl_code_combinations_kfv gcck,
per_all_people_f papf
where
xu.status_code_=xxen_upload.status_success and
xu.project_number=ppa.segment1 and
ppa.org_id=haouv.organization_id and
ppa.project_id=ppaa.project_id and
ppaa.asset_name=xu.asset_name and
ppaa.project_asset_id=paas.project_asset_id(+) and
paas.project_id(+)&lt;&gt;0 and
paas.task_id=pt.task_id(+) and
(xu.assignment_task_number is null or pt.task_number=xu.assignment_task_number) and
ppaa.asset_category_id=fcbk.category_id(+) and
ppaa.asset_key_ccid=fakk.code_combination_id(+) and
ppaa.location_id=flk.location_id(+) and
ppaa.parent_asset_id=fa.asset_id(+) and
ppaa.depreciation_expense_ccid=gcck.code_combination_id(+) and
ppaa.assigned_to_person_id=papf.person_id(+) and
trunc(sysdate) between papf.effective_start_date(+) and papf.effective_end_date(+)</SQL_TEXT>
   </UPLOAD_SQLS_ROW>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
