<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 Project Manufacturing, Procurement Activities, SQL1 -->
 <REPORTS_ROW>
  <GUID>EEE75CEB4ADB6AD8E05362FB09051F8B</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
x.*
from
(
select * from ( SELECT /* PO */    &apos;PROJ_PO&apos; || &apos;-&apos; || dist.project_id || &apos;-&apos; || NVL( TO_CHAR(dist.task_id), &apos;NO_TASK&apos; ) || &apos;-&apos; ||  poh.po_header_id || &apos;-&apos; || pol.po_line_id || &apos;-&apos; || poll.line_location_id || &apos;-&apos; || dist.po_distribution_id AS ecc_spec_id, &apos;PROJ_PO&apos; AS record_type,  t.language AS LANGUAGE,  GREATEST( NVL( pp.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( pt.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  NVL( poh.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( pol.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  NVL( poll.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( dist.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ) AS ecc_last_update_date,  pp.project_id AS project_id, pp.segment1 AS project_number, pp.org_id AS org_id, pt.task_id AS TASK_id,  pt.task_number AS task_number, poh.po_header_id AS po_header_id, poh.segment1 AS po_number,  TO_CHAR(poh.po_header_id) AS ACTIVITY_ID,  t.type_name AS po_document_type, poh.revision_num AS po_revision_number, poh.revised_date AS po_revised_date,  poh.creation_date AS po_creation_date,  postatus_lkup.meaning AS po_status,  poh.vendor_id AS supplier_id, pv.vendor_name AS supplier_name, poh.vendor_site_id AS supplier_site_id, pvs.vendor_site_code AS supplier_site_name,  poh.ship_to_location_id AS ship_to_location_id, hrl2.location_code AS ship_to_location_name,  shipvia_lkup.freight_code_tl AS ship_via,  freight_lkup.meaning AS freight_term,  fob_lkup.meaning AS fob,  poh.agent_id AS po_agent_id, peo.full_name AS po_agent_name, poh.bill_to_location_id AS bill_to_location_id,  hrl3.location_code AS bill_to_location_name, poh.terms_id AS terms_id, term.name AS payment_term,  poh.currency_code AS currency, pol.po_line_id AS po_line_id, pol.line_num AS po_line_number,  plt.line_type AS po_line_type, hou2.name AS po_purchasing_org, SUBSTR( msi.segment1, 1, 40 ) AS item_number,  pol.item_revision AS item_revision,  NVL( msitl.description, pol.item_description ) AS item_description,  lineuom.unit_of_measure_tl AS po_line_uom,  pol.quantity AS po_line_quantity, pol.unit_price AS po_line_price, poll.line_location_id AS po_shipment_id,  poll.shipment_num AS po_shipment_number, ood.organization_code AS po_shipment_org,  hrl.location_code AS po_shipment_location,  shipmentuom.unit_of_measure_tl AS po_shipment_uom,  poll.quantity AS po_shipment_quantity, poll.quantity_received AS po_shipment_quantity_received,  poll.quantity_accepted AS po_shipment_quantity_accepted, poll.quantity_rejected AS po_shipment_quantity_rejected,  poll.quantity_billed AS po_shipment_quantity_billed, poll.quantity_cancelled AS po_shipment_quantity_cancelled,  poll.promised_date AS po_shipment_promised_date, poll.need_by_date AS po_shipment_need_by_date,  dist.po_distribution_id AS po_distribution_id, dist.distribution_num AS po_distribution_number,  dist.quantity_ordered AS po_distribution_quantity, dist.end_item_unit_number AS end_item_unit_number,  DECODE( pol.matching_basis, &apos;QUANTITY&apos;, dist.quantity_ordered * poll.price_override, &apos;AMOUNT&apos;, dist.amount_ordered ) AS po_dist_amount,  dist.destination_organization_id AS po_dist_dest_organization_id, hou3.name AS po_dist_dest_org_name  FROM pa_projects_all pp, pa_tasks pt, po_headers_all poh, po_lines_all pol, po_line_locations_all poll,  po_distributions_all dist,  po_line_types_tl plt,  hr_all_organization_units_tl hou2,  hr_all_organization_units_tl hou3, org_organization_definitions ood, hr_locations_all_tl hrl,  mtl_system_items_b msi,  mtl_system_items_tl msitl,  po_document_types_all_tl t,  fnd_lookup_values postatus_lkup,  po_vendors pv, po_vendor_sites_all pvs,  hr_locations_all_tl hrl2,  fnd_lookup_values freight_lkup,  fnd_lookup_values fob_lkup,  hr_locations_all_tl hrl3,  ap_terms_tl term,  org_freight_tl shipvia_lkup,  per_all_people_f peo,  mtl_units_of_measure_tl lineuom,  mtl_units_of_measure_tl shipmentuom  ,(select distinct project_id from pjm_project_parameters ) p3     WHERE pp.start_date &gt;= NVL(to_date(&apos;2021/12/12&apos;,&apos;RRRR/MM/DD HH24:MI:SS&apos;), pp.start_date) and pp.project_id = p3.project_id  AND pp.project_type &lt;&gt; &apos;AWARD_PROJECT&apos;  AND pp.template_flag = &apos;N&apos;  AND pp.project_id = dist.project_id  AND pt.task_id(+) = dist.task_id  AND poh.type_lookup_code = &apos;STANDARD&apos;  AND poh.approved_flag IN (&apos;Y&apos;)  AND pol.po_line_id = dist.po_line_id  AND poh.po_header_id = pol.po_header_id  AND dist.line_location_id = poll.line_location_id  AND pol.po_line_id = poll.po_line_id  AND plt.line_type_id(+) = pol.line_type_id  AND hou2.organization_id(+) = poh.org_id  AND hou3.organization_id(+) = dist.destination_organization_id  AND ood.organization_id(+) = poll.ship_to_organization_id  AND hrl.location_id(+) = poll.ship_to_location_id  AND msi.inventory_item_id(+) = pol.item_id  AND NVL( msi.organization_id, dist.destination_organization_id ) = dist.destination_organization_id  AND msitl.inventory_item_id(+) = msi.inventory_item_id  AND msitl.organization_id(+) = msi.organization_id   AND t.document_type_code IN (&apos;PO&apos;, &apos;PA&apos;)  AND t.document_subtype = &apos;STANDARD&apos;  AND t.org_id = poh.org_id  AND postatus_lkup.lookup_type = &apos;AUTHORIZATION STATUS&apos;  AND postatus_lkup.lookup_code = nvl(poh.authorization_status, &apos;INCOMPLETE&apos;)  AND postatus_lkup.view_application_id = 201  AND postatus_lkup.security_group_id = 0  AND dist.project_id IS NOT NULL  AND pv.vendor_id = poh.vendor_id  AND pvs.vendor_id = poh.vendor_id  AND pvs.vendor_site_id = poh.vendor_site_id  AND hrl2.location_id = poh.ship_to_location_id  AND freight_lkup.lookup_type( + ) = &apos;FREIGHT TERMS&apos;  AND freight_lkup.lookup_code( + ) = poh.freight_terms_lookup_code  AND freight_lkup.view_application_id( + ) = 201  AND freight_lkup.security_group_id( + ) = 0  AND fob_lkup.lookup_type( + ) = &apos;FOB&apos;  AND fob_lkup.lookup_code( + ) = poh.fob_lookup_code  AND fob_lkup.view_application_id( + ) = 201  AND fob_lkup.security_group_id( + ) = 0  AND shipvia_lkup.organization_id( + ) = poh.org_id  AND shipvia_lkup.freight_code( + ) = poh.ship_via_lookup_code  AND peo.person_id = poh.agent_id   AND (trunc(SYSDATE) BETWEEN peo.effective_start_date AND peo.effective_end_date)  AND hrl3.location_id = poh.bill_to_location_id  AND term.term_id = poh.terms_id  AND lineuom.unit_of_measure( + ) = pol.unit_meas_lookup_code  AND shipmentuom.unit_of_measure( + ) = pol.unit_meas_lookup_code  AND t.language = term.language  AND term.language = hrl2.language  AND hrl2.language = hrl3.language  AND hrl3.language = NVL( hrl.language, hrl3.language )  AND term.language = NVL( hou3.language, term.language )  AND hrl2.language = NVL( hou2.language, hrl2.language )  AND t.language = nvl(msitl.language, t.language)  AND t.language = postatus_lkup.language  AND t.language = nvl(freight_lkup.language, t.language)  AND t.language = nvl(fob_lkup.language, t.language)  AND t.language = nvl(shipvia_lkup.language, t.language)  AND t.language = nvl(lineuom.language, t.language)  AND t.language = nvl(shipmentuom.language, t.language)  AND t.language = nvl(plt.language, t.language)  AND t.language IN (&apos;US&apos;)  AND hrl.language (+) IN (&apos;US&apos;)  AND hou3.language (+) IN (&apos;US&apos;)  AND hou2.language (+) IN (&apos;US&apos;)  AND msitl.language (+) IN (&apos;US&apos;)  AND postatus_lkup.language IN (&apos;US&apos;)  AND freight_lkup.language( + ) IN (&apos;US&apos;)  AND fob_lkup.language( + ) IN (&apos;US&apos;)  AND shipvia_lkup.language( + ) IN (&apos;US&apos;)  AND lineuom.language( + ) IN (&apos;US&apos;)  AND shipmentuom.language( + ) IN (&apos;US&apos;)  AND plt.language( + ) IN (&apos;US&apos;) )  PIVOT(MAX(po_purchasing_org) AS po_purchasing_org, MAX(po_dist_dest_org_name) AS po_dist_dest_org_name, MAX(po_shipment_location) AS po_shipment_location, MAX(po_document_type) AS po_document_type, MAX(ship_to_location_name) AS ship_to_location_name, MAX(bill_to_location_name) AS bill_to_location_name, MAX(payment_term) AS payment_term, MAX(item_description) AS item_description, MAX (po_status) AS po_status, MAX (freight_term) AS freight_term,  MAX (fob) AS fob,  MAX (ship_via) AS ship_via,  MAX (po_line_uom) AS po_line_uom,  MAX (po_shipment_uom) AS po_shipment_uom,  MAX (po_line_type) AS po_line_type  FOR LANGUAGE IN (&apos;US&apos; &quot;US&quot;))
) x
where
2=2</SQL_TEXT>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>AR</LANGUAGE>
    <REPORT_NAME>ECC تصنيع المشروعات, أنشطة الشراء, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: تفاصيل مشتريات تصنيع المشروعات
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>D</LANGUAGE>
    <REPORT_NAME>ECC Project Manufacturing, Beschaffungsaktivitäten, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing - Beschaffungsdetails
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>E</LANGUAGE>
    <REPORT_NAME>ECC Project Manufacturing, Actividades de Compras, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Detalles de compra de fabricación de proyecto
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>F</LANGUAGE>
    <REPORT_NAME>ECC Project Manufacturing, Activités d&apos;achat, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Détails approvisionnements Oracle Project Manufacturing
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>I</LANGUAGE>
    <REPORT_NAME>ECC Project Manufacturing, Attività di acquisto, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Dettagli acquisti Project Manufacturing
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>JA</LANGUAGE>
    <REPORT_NAME>ECC プロジェクト製造, 調達活動, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: プロジェクト製造調達詳細
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>KO</LANGUAGE>
    <REPORT_NAME>ECC Project Manufacturing, 조달 활동, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing 조달 상세내역
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>RU</LANGUAGE>
    <REPORT_NAME>ECC Производство по проектам, Закупочные операции, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Сведения о закупках в Производстве по проектам
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>S</LANGUAGE>
    <REPORT_NAME>ECC Projekttillverkning, Inköpsaktiviteter, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Projekttillverkning: Inköpsdetaljer
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>TR</LANGUAGE>
    <REPORT_NAME>ECC Proje Üretimi, Tedarik Aktiviteleri, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Proje Üretimi Tedarik Detayları
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>ECC Project Manufacturing, Procurement Activities, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing Procurement Details
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>ZHS</LANGUAGE>
    <REPORT_NAME>ECC Project Manufacturing, 采购活动, SQL1</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: 项目制造采购详细信息
Dataset Key: pjm-procurement
Query Procedure: PJM_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PJM_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.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>Operating Unit</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
  </PARAMETERS>
  <TEMPLATES>
  </TEMPLATES>
  <DEFAULT_TEMPLATES>
  </DEFAULT_TEMPLATES>
  <UPLOAD_COLUMNS>
  </UPLOAD_COLUMNS>
  <UPLOAD_PARAMETERS>
  </UPLOAD_PARAMETERS>
  <UPLOAD_SQLS>
  </UPLOAD_SQLS>
 </REPORTS_ROW>
</REPORTS>
</ROOT>
