<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, SQL2 -->
 <REPORTS_ROW>
  <GUID>EEE75CEB4ADC6AD8E05362FB09051F8B</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
x.*
from
(
select * from ( SELECT /* Req */  /*+ push_pred(req_total) index(pah) */    &apos;PROJ_REQ&apos; || &apos;-&apos; || dist.project_id || &apos;-&apos; || NVL( TO_CHAR(dist.task_id), &apos;NO_TASK&apos; ) || &apos;-&apos; ||  prh.requisition_header_id || &apos;-&apos; || line.requisition_line_id || &apos;-&apos; || dist.distribution_id AS ecc_spec_id, &apos;PROJ_REQ&apos; AS record_type,  hou2.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( prh.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( line.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, prh.requisition_header_id AS req_header_id, prh.segment1 AS req_number,  TO_CHAR(prh.requisition_header_id) AS ACTIVITY_ID,  prh.creation_date AS req_creation_date, prh.description AS req_description,  podt.type_name AS req_type,  plc_sta.meaning AS req_approval_status,  pah.employee_id AS req_approver_id,  hr2.full_name AS req_approver, l1.meaning AS req_closed_flag, l2.meaning AS req_cancelled_flag,  prh.preparer_id AS req_preparer_id, hrv.full_name AS req_preparer, sob.currency_code AS currency,  DECODE( req_total.total, NULL , 0, req_total.total ) AS req_total, line.requisition_line_id AS req_line_id,  line.line_num AS req_line_number, hou2.name AS req_line_requesting_org, line.item_revision AS req_line_item_rev,  SUBSTR( msi.segment1, 1, 40 ) AS item_number,  NVL( msitl.description, line.item_description ) AS item_description,  line.quantity AS req_line_quantity,  lineuom.unit_of_measure_tl AS uom,  line.unit_price AS req_line_unit_price,  DECODE( line.matching_basis, &apos;AMOUNT&apos;, line.amount,            line.unit_price * (line.quantity - nvl(line.quantity_cancelled,0))) AS req_line_amount,  DECODE( line.matching_basis, &apos;AMOUNT&apos;, dist.REQ_LINE_AMOUNT,            dist.req_line_quantity * line.unit_price ) AS req_dist_amount,  line.need_by_date AS req_line_need_by_date,  NVL( line.quantity_delivered, 0 ) AS req_line_quantity_delivered, line.deliver_to_location_id AS req_line_location_id,  hrl1.location_code AS req_line_location, line.destination_organization_id AS req_line_dest_organization_id,  hou3.name AS req_line_dest_organization, DECODE( req_line_total.total, NULL , 0, req_line_total.total ) AS req_line_total,  dist.distribution_id AS req_dist_id, dist.distribution_num AS req_dist_number,  dist.req_line_quantity AS req_dist_quantity, dist.end_item_unit_number AS end_item_unit_number  FROM pa_projects_all pp, pa_tasks pt, gl_sets_of_books sob, financials_system_params_all fsp ,   fnd_lookup_values plc_sta,   po_document_types_all_tl podt,  po_action_history pah,  per_all_people_f hr2, per_all_people_f hrv, po_requisition_headers_all prh, po_req_distributions_all dist,  po_requisition_lines_all line, mtl_system_items_b msi,  mtl_system_items_tl msitl,  hr_all_organization_units_tl hou2,  hr_all_organization_units_tl hou3, hr_locations_all_tl hrl1,  fnd_lookup_values l1,  fnd_lookup_values l2,  mtl_units_of_measure_tl lineuom,  ( 	SELECT NVL( SUM( DECODE( quantity, NULL , amount, (quantity * unit_price) ) ) , 0 ) AS total, requisition_header_id  	FROM po_requisition_lines_all  	WHERE NVL( cancel_flag, &apos;N&apos; ) &lt;&gt; &apos;Y&apos;  	AND NVL( modified_by_agent_flag, &apos;N&apos; ) = &apos;N&apos;  	AND NVL( closed_code, &apos;OPEN&apos; ) &lt;&gt; &apos;FINALLY CLOSED&apos;  	GROUP BY requisition_header_id)req_total,  ( 	SELECT NVL( DECODE( quantity, NULL , amount, (quantity * unit_price) ) , 0 ) AS total, requisition_line_id  	FROM po_requisition_lines_all  	WHERE NVL( cancel_flag, &apos;N&apos; ) &lt;&gt; &apos;Y&apos;  	AND NVL( modified_by_agent_flag, &apos;N&apos; ) = &apos;N&apos;  	AND NVL( closed_code, &apos;OPEN&apos; ) &lt;&gt; &apos;FINALLY CLOSED&apos;)req_line_total  ,(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 plc_sta.lookup_code = nvl(prh.authorization_status, &apos;INCOMPLETE&apos;)   AND plc_sta.lookup_type = &apos;AUTHORIZATION STATUS&apos;   AND plc_sta.view_application_id = 201   AND plc_sta.security_group_id = 0   AND podt.document_type_code = &apos;REQUISITION&apos;  AND podt.org_id = prh.org_id  AND podt.document_subtype = prh.type_lookup_code   AND prh.preparer_id = hrv.person_id(+)  AND trunc(SYSDATE) BETWEEN NVL( hrv.effective_start_date, SYSDATE -1 ) AND NVL( hrv.effective_end_date, SYSDATE +1 )  AND sob.set_of_books_id = fsp.set_of_books_id  AND fsp.set_of_books_id = dist.set_of_books_id  AND fsp.org_id = dist.org_id  AND pah.object_type_code = &apos;REQUISITION&apos;  AND pah.object_id(+) = prh.requisition_header_id  AND line.requisition_header_id = prh.requisition_header_id  AND line.org_id = prh.org_id  AND dist.requisition_line_id = line.requisition_line_id  AND dist.org_id = line.org_id  AND pah.sequence_num = (  	SELECT /*+ push_subq */ MAX( pah2.sequence_num )  	FROM po_action_history pah2  	WHERE pah2.object_type_code = &apos;REQUISITION&apos;  	AND pah2.object_id = prh.requisition_header_id )  AND pah.employee_id = hr2.person_id(+)  AND trunc(SYSDATE) BETWEEN NVL( hr2.effective_start_date, SYSDATE -1 ) AND NVL( hr2.effective_end_date, SYSDATE +1 )  AND msi.organization_id(+) = line.destination_organization_id  AND msi.inventory_item_id(+) = line.item_id  AND msitl.inventory_item_id(+) = msi.inventory_item_id  AND msitl.organization_id(+) = msi.organization_id  AND hou2.organization_id(+) = line.org_id  AND hrl1.location_id(+) = line.deliver_to_location_id  AND hou3.organization_id(+) = line.destination_organization_id  AND l1.lookup_type = &apos;YES/NO&apos; 		  AND l1.lookup_code = DECODE(prh.closed_code, NULL, &apos;N&apos;, &apos;CLOSED&apos;, &apos;Y&apos;, &apos;CLOSED FOR INVOICE&apos;, &apos;Y&apos;, &apos;CLOSED FOR RECEIVING&apos;, &apos;Y&apos;, &apos;FINALLY CLOSED&apos;, &apos;Y&apos;, &apos;N&apos;)   AND l1.view_application_id = 201  AND l1.security_group_id = 0   AND l2.lookup_type = &apos;YES/NO&apos;   AND l2.lookup_code = nvl(prh.cancel_flag, &apos;N&apos;)   AND l2.view_application_id = 201   AND l2.security_group_id = 0   AND prh.requisition_header_id = req_total.requisition_header_id(+)  AND line.requisition_line_id = req_line_total.requisition_line_id(+)  AND lineuom.unit_of_measure( + ) = line.unit_meas_lookup_code  AND hou2.language = NVL( hrl1.language, hou2.language )  AND hou2.language = NVL( hou3.language, hou2.language )  AND hou2.language = nvl( msitl.language, hou2.language)  AND hou2.language = podt.language   AND hou2.language = l1.language   AND hou2.language = l2.language   AND hou2.language = plc_sta.language  AND hou2.language = nvl(lineuom.language, hou2.language)  AND hou2.language IN (&apos;US&apos;)  AND hrl1.language (+) IN (&apos;US&apos;)  AND hou3.language (+) IN (&apos;US&apos;)  AND msitl.language (+) IN (&apos;US&apos;)  AND podt.language IN (&apos;US&apos;)  AND l1.language IN (&apos;US&apos;)  AND l2.language IN (&apos;US&apos;)  AND plc_sta.language IN (&apos;US&apos;)  AND lineuom.language( + ) IN (&apos;US&apos;) ) PIVOT( MAX(req_line_requesting_org) AS req_line_requesting_org, MAX(req_line_location) AS req_line_location, MAX(req_line_dest_organization) AS req_line_dest_organization, MAX(item_description) AS item_description, MAX(req_type) AS req_type,  MAX(req_closed_flag) AS req_closed_flag,  MAX(req_cancelled_flag) AS req_cancelled_flag,  MAX(req_approval_status) AS req_approval_status, MAX(uom) AS uom  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 تصنيع المشروعات, أنشطة الشراء, SQL2</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, SQL2</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, SQL2</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, SQL2</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, SQL2</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 プロジェクト製造, 調達活動, SQL2</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, 조달 활동, SQL2</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 Производство по проектам, Закупочные операции, SQL2</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, SQL2</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, SQL2</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, SQL2</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, 采购活动, SQL2</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>
  <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>
