<ROOT>
 <APPS_INITIALIZE_DATA>
  <USER_NAME>ENGINATICS</USER_NAME>
  <RESPONSIBILITY_KEY>SYSTEM_ADMINISTRATOR</RESPONSIBILITY_KEY>
  <APPLICATION_SHORT_NAME>SYSADMIN</APPLICATION_SHORT_NAME>
 </APPS_INITIALIZE_DATA>
<LOVS>
<!-- loader xml for Enginatics Blitz Report lov: HR Operating Unit -->
 <LOVS_ROW>
  <GUID>8E2FF36EDEB979D2E0530100007F1FF2</GUID>
  <LOV_NAME>HR Operating Unit</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>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>
  <VERSION_COMMENTS>Fixed where clause duplication</VERSION_COMMENTS>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>AR</LANGUAGE>
    <DESCRIPTION>وحدة التشغيل مقيدة بالتحكم في الوصول متعدد المنظمات (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>D</LANGUAGE>
    <DESCRIPTION>Bedieneinheit eingeschränkt durch Multi Org Access Control (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>E</LANGUAGE>
    <DESCRIPTION>Unidad operativa restringida por el control de acceso multiorgánico (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>F</LANGUAGE>
    <DESCRIPTION>Unité opérationnelle restreinte par un contrôle d&apos;accès multi-organismes (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>I</LANGUAGE>
    <DESCRIPTION>Unità operativa limitata dal controllo di accesso multiorgano (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>JA</LANGUAGE>
    <DESCRIPTION>多機関アクセス制御(MOAC)で制限された操作ユニット</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>KO</LANGUAGE>
    <DESCRIPTION>다중 조직 액세스 제어 (MOAC)에 의해 제한되는 운영 단위</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>PTB</LANGUAGE>
    <DESCRIPTION>Unidade operacional restrita por controle de acesso multi org (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>RU</LANGUAGE>
    <DESCRIPTION>Операционное устройство, ограниченное мультиорганизованным контролем доступа (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>S</LANGUAGE>
    <DESCRIPTION>Styrenhet begränsad av multi-org access control (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>TR</LANGUAGE>
    <DESCRIPTION>Çoklu kuruluş erişim kontrolü (MOAC) tarafından kısıtlanan işletim birimi</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <DESCRIPTION>Operating unit restricted by multi org access control (MOAC)</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>ZHS</LANGUAGE>
    <DESCRIPTION>受多机构访问控制（MOAC）限制的操作单元。</DESCRIPTION>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
</LOVS>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: ECC Oracle Asset Tracking, Oracle Asset Tracking: Assets -->
 <REPORTS_ROW>
  <GUID>EEE75CEB4A8E6AD8E05362FB09051F8B</GUID>
  <SQL_TEXT>select
x.*
from
(
select  e.*, ext_attr.* , dfv.* from (select * from (select cii.rowid instance_rowid , cea.*, fab.asset_number, fat.description   asset_description,
hou_org.name organization_name,  (select name from pa_projects_all where project_id = fma.project_id) project_name,   fma.date_placed_in_service,    fab.asset_type  asset_type, CASE
      WHEN (cea.DEPRN_RESERVE = bk.COST)
      THEN 0
      ELSE (cea.deprn_amount - ( NVL (cea.deprn_adjustment_amount, 0)- NVL (cea.bonus_deprn_adjustment_amount, 0))- NVL (cea.bonus_deprn_amount, 0))
    END AS depreciation_amount ,  NVL(gl_mc_currency_pkg.CurrRound(cea.deprn_reserve, cea.CURRENCY_CODE),0) accumulated_deprn ,  (select period_name from fa_deprn_periods where book_type_code = cea.fa_book_type_code and period_close_date is null and rownum = 1) period_name, NVL((select &apos;Yes&apos; from dual where (sysdate between nvl(cii.active_start_date,sysdate) and nvl(cii.active_end_date,sysdate))  and cii.instance_status_id &lt;&gt; 1 ), &apos;No&apos; ) active_item_instance,  NVL((select &apos;Yes&apos; from dual where exists(select 1 from csi_i_assets cia where cia.instance_id = cii.instance_id  and (sysdate between nvl(cia.active_start_date,sysdate) and nvl(cia.active_end_date,sysdate)))), &apos;No&apos; )  active_asset,  (select batch_name from fa_mass_ext_retirements where asset_id = cea.fa_asset_id and review_status = &apos;POST&apos; and rownum = 1) batch_name,  (select full_name from per_all_people_f ppf, FA_DISTRIBUTION_HISTORY fdh where fdh.assigned_to = ppf.person_id and fdh.asset_id = cea.fa_asset_id and rownum = 1) employee_name,  (select organization_code from mtl_parameters where organization_id = cea.organization_id) org_code,  (select cia1.fa_location_id from csi_i_assets cia1 where cia1.instance_id = cii.instance_id and rownum = 1) asset_location_id,  cii.operational_status_code operational_status_code ,  cii.instance_usage_code instance_usage_code,  ( select operating_unit from org_organization_definitions where organization_id = cea.organization_id ) operating_unit_id ,  ( select operating_unit_id from CSI_I_ORG_ASSIGNMENTS where instance_id = cea.instance_id ) sold_from_org_id ,  NVL((select &apos;Yes&apos; from dual where exists (select 1 from fa_retirements fr where cea.fa_asset_id = fr.asset_id and fr.status &lt;&gt; &apos;PROCESSED&apos; )), &apos;No&apos; ) calc_gain_loss_flag,  NVL((select &apos;Yes&apos; from dual where cii.operational_status_code IN ( &apos;INSTALLED&apos; , &apos;OUT_OF_SERVICE&apos; ) ), &apos;No&apos; ) uninstall_eligible,  NVL((select &apos;Yes&apos; from dual where cii.location_type_code &lt;&gt; &apos;INVENTORY&apos; ), &apos;No&apos; ) deploy_retire_eligible,  NVL((select &apos;Yes&apos; from dual where cii.operational_status_code IN ( &apos;NOT_USED&apos; ,&apos;INSTALLED&apos; , &apos;OUT_OF_SERVICE&apos; ) ), &apos;No&apos; ) deploy_move_eligible,  NVL((select &apos;Yes&apos; from dual where cii.instance_usage_code IN ( &apos;NOT_USED&apos; ,&apos;INSTALLED&apos; , &apos;IN_PROCESS&apos; ) ), &apos;No&apos; ) proj_transfer_eligible, &apos;Create_Activity_48_blue&apos; update_costs , &apos;Create_Activity_48_blue&apos; update_asset , &apos;Create_Activity_48_blue&apos; update_employee ,  substr(cea.physical_location, instr(cea.physical_location,&apos;,&apos;,1,1)+1 , instr(cea.physical_location, &apos;,&apos; ,1,2) - instr(cea.physical_location,&apos;,&apos; ,1,1)-1) city,  substr(cea.physical_location, instr(cea.physical_location,&apos;,&apos;,1,2)+1 , instr(cea.physical_location, &apos;,&apos; ,1,3) - instr(cea.physical_location,&apos;,&apos; ,1,2)-1) county,  substr(cea.physical_location, instr(cea.physical_location,&apos;,&apos;,1,3)+1 , instr(cea.physical_location, &apos;,&apos; ,1,4) - instr(cea.physical_location,&apos;,&apos; ,1,3)-1) state,  substr(cea.physical_location, instr(cea.physical_location,&apos;,&apos; ,1,5)+1 ) country,  DECODE(NVL((select &apos;Yes&apos; from dual where  cii.location_type_code = &apos;INVENTORY&apos; ), &apos;No&apos; ) , &apos;Yes&apos; , &apos;Create_Activity_48_blue&apos; , &apos;No&apos; , &apos;ecc_blank&apos;) issue_from_inventory,  NVL((select &apos;Yes&apos; from dual where  cii.location_type_code = &apos;INVENTORY&apos; ), &apos;No&apos; ) issue_from_inventory_flag ,  DECODE(NVL((select &apos;Yes&apos; from dual where  cii.location_type_code &lt;&gt; &apos;INVENTORY&apos; ), &apos;No&apos; ) , &apos;Yes&apos; , &apos;Create_Activity_48_blue&apos; , &apos;No&apos; , &apos;ecc_blank&apos;) receipt_from_field,  NVL((select &apos;Yes&apos; from dual where  cii.location_type_code &lt;&gt; &apos;INVENTORY&apos; ), &apos;No&apos; ) receipt_from_field_flag,  DECODE(NVL( (select &apos;Yes&apos; from dual where exists (select 1 from mtl_system_items msi, mtl_parameters mp  where msi.organization_id = mp.organization_id  and msi.organization_id = cea.organization_id and msi.inventory_item_id = cea.inventory_item_id and NVL(msi.eam_item_type, 0) &lt;&gt; 0   and mp.eam_enabled_flag = &apos;Y&apos; )), &apos;No&apos; ), &apos;Yes&apos; , &apos;Create_Activity_48_blue&apos; , &apos;No&apos; , &apos;ecc_blank&apos;) asset_maintenance,  NVL( (select &apos;Yes&apos; from dual where exists (select 1 from mtl_system_items msi, mtl_parameters mp  where msi.organization_id = mp.organization_id  and msi.organization_id = cea.organization_id and msi.inventory_item_id = cea.inventory_item_id and NVL(msi.eam_item_type, 0) &lt;&gt; 0   and mp.eam_enabled_flag = &apos;Y&apos; )), &apos;No&apos; ) eam_flag  from CSE_ECC_ASSETS_TMP cea, fa_additions_b fab, fa_additions_tl fat, fa_mass_additions fma, fa_books bk, csi_item_instances cii, hr_all_organization_units_tl hou_org  where fma.asset_number = fab.asset_number and cea.fa_asset_id = fat.asset_id and fat.asset_id = fab.asset_id and fat.language = cea.language  AND hou_org.organization_id = cea.organization_id  AND hou_org.language = cea.language  AND bk.book_type_code = cea.fa_book_type_code  AND bk.asset_id = fab.asset_id  AND bk.date_ineffective IS NULL  AND BK.TRANSACTION_HEADER_ID_OUT IS NULL  AND cii.instance_id = cea.instance_id  AND cea.language in ( &apos;US&apos; ))   pivot ( max(location_type_code) as location_type_code ,
                      max(accounting_class_code) as accounting_class_code, max(organization_name) as organization_name,
					  max(asset_description) as asset_description   for LANGUAGE in (&apos;US&apos; &quot;US&quot;))) e  ,   (select &quot;ROW_ID&quot; &quot;&apos;INSTANCE_ROW_ID&apos;&quot;,&quot;CONTEXT_VALUE&quot; &quot;&apos;INSTANCE_CONTEXT_VALUE&apos;&quot;,&quot;LAST_MAINTENANCE_DONE_BY_NAME_&quot; &quot;&apos;INSTANCE_LAST_MAINTENANCE_DONE_BY_NAME_&apos;&quot;,&quot;CONCATENATED_SEGMENTS&quot; &quot;&apos;INSTANCE_CONCATENATED_SEGMENTS&apos;&quot; from ( select ROWID &quot;ROW_ID&quot;,CONTEXT &quot;CONTEXT_VALUE&quot;,ATTRIBUTE16 &quot;LAST_MAINTENANCE_DONE_BY_NAME_&quot;,ATTRIBUTE16 &quot;CONCATENATED_SEGMENTS&quot; from CSI_ITEM_INSTANCES )) dfv , ( select c1.instance_id ext_instance_id, (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10000 ) COMMS_10000 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10001 ) COMMS_10001 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10060 ) AHL_MFG_DATE_10060 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10061 ) AHL_TEMP_SERIAL_NUM_10061 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10164 ) ACTIVATION_DIAL_TONE_CO_10164 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10165 ) ADDRESS_LINE1_10165 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10166 ) ADDRESS_LINE2_10166 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10167 ) AHL_TEMP_SERIAL_NUM_10167 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10168 ) ASSIGNED_SP_ID_10168 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10169 ) AUDIT_TYPE_10169 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10170 ) SELECT_CALL_FORWARDING_10170 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 10171 ) SFM_RES_BASIC_PHONE_10171 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 11185 ) ITIL_ENVIRONMENT_11185 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 11186 ) ITIL_IMPACT_11186 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 13183 ) ITIL_ENVIRONMENT_13183 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 13184 ) ITIL_USER_COUNT_13184 , (select c2.attribute_value a from csi_iea_values c2 where c2.instance_id = c1.instance_id and c2.attribute_id = 13185 ) ITIL_IMPACT_13185  from csi_iea_values c1) ext_attr   WHERE e.instance_rowid = dfv.&quot;&apos;INSTANCE_ROW_ID&apos;&quot;(+)  and ext_attr.ext_instance_id(+) = e.instance_id 
) x
where
2=2</SQL_TEXT>
  <ENABLED>Y</ENABLED>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>AR</LANGUAGE>
    <REPORT_NAME>ECC تتبع الأصول لأوراكل, تتبع الأصل لأوراكل: الأصول</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>D</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: Anlagen</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>E</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: Activos</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>F</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking : Immobilisations</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>I</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: cespiti</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>JA</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: 資産</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>KO</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: 자산</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>RU</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: активы</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>S</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: anläggningar</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>TR</LANGUAGE>
    <REPORT_NAME>ECC Oracle Varlık İzleme, Oracle Varlık İzleme: Varlıklar</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking: Assets</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>ZHS</LANGUAGE>
    <REPORT_NAME>ECC Oracle Asset Tracking, Oracle Asset Tracking：资产</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: oat-capitalized-assets
Query Procedure: CSE_ECC_ASSET_UTIL_PVT.GET_ECC_ASSET_DATA_LOAD_INFO
Security Procedure: cse_ecc_datasecurity_pkg_pub.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Enterprise Command Center</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>2=2</ANCHOR>
    <SQL_TEXT>x.operating_unit_id in (select haouv.organization_id from hr_all_organization_units_vl haouv where haouv.name=: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>
    <DEFAULT_VALUE>select haouv.name from hr_all_organization_units_vl haouv where haouv.organization_id=nvl((select mgoat.organization_id from mo_glob_org_access_tmp mgoat where mgoat.organization_id=nvl(fnd_profile.value(&apos;DEFAULT_ORG_ID&apos;),mgoat.organization_id) and rownum=1),fnd_global.org_id)</DEFAULT_VALUE>
    <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>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>2=2</ANCHOR>
    <SQL_TEXT>x.sold_from_org_id in (select haouv.organization_id from hr_all_organization_units_vl haouv where haouv.name=: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>
    <DEFAULT_VALUE>select haouv.name from hr_all_organization_units_vl haouv where haouv.organization_id=nvl((select mgoat.organization_id from mo_glob_org_access_tmp mgoat where mgoat.organization_id=nvl(fnd_profile.value(&apos;DEFAULT_ORG_ID&apos;),mgoat.organization_id) and rownum=1),fnd_global.org_id)</DEFAULT_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Sold From Org.</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
  </PARAMETERS>
  <PARAMETER_DEPENDENCIES>
  </PARAMETER_DEPENDENCIES>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
  </UPLOAD_SQLS>
  <UPLOAD_DEPENDENCIES>
  </UPLOAD_DEPENDENCIES>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
