<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, Commitments -->
 <REPORTS_ROW>
  <GUID>EEE75CEB4AC26AD8E05362FB09051F8B</GUID>
  <SQL_TEXT>select
x.*
from
(
select * from ( SELECT  /*+ leading(ppp pp) index(pp PA_PROJECTS_U1) */  &apos;PROJ_CMT-&apos; || pp.project_id || &apos;-&apos; || NVL( TO_CHAR(pt.task_id), &apos;NO_TASK&apos; ) || &apos;-&apos; || pct.cmt_line_id AS ecc_spec_id,  GREATEST( pp.last_update_date, NVL( pt.last_update_date, pp.last_update_date ) , pct.last_update_date, ptad.last_update_date,  NVL( fca.last_update_date, pp.last_update_date ) , NVL( fcr.last_update_date, pp.last_update_date ) ,  NVL( fcp.last_update_date, pp.last_update_date ) ) 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, pct.cmt_line_id AS cmt_line_id, pct.vendor_name AS supplier_name, pct.cmt_creation_date AS cmt_date, flv1.meaning AS cmt_type, pct.cmt_number AS cmt_number, pct.cmt_line_number AS cmt_line_number, pct.tot_cmt_raw_cost AS cmt_amount,  pct.tot_cmt_burdened_cost AS cmt_burdened_cost, pct.cmt_approved_date AS cmt_approved_date, pct.cmt_promised_date AS cmt_promised_date,  pct.cmt_need_by_date AS cmt_need_by_date, pct.description AS description, pct.expenditure_type AS exp_type, hou.name AS exp_org,  DECODE( pct.cmt_approved_flag, &apos;y&apos;, &apos;yes&apos;, &apos;n&apos;, &apos;no&apos; ) AS cmt_approved, pct.tot_cmt_quantity AS cmt_quantity, pct.unit_of_measure AS uom, pct.cmt_requestor_name AS cmt_requestor, pct.cmt_buyer_name AS cmt_buyer, flv2.meaning AS cmt_transaction_source, pct.denom_currency_code AS denom_currency_code, pct.denom_raw_cost AS denom_raw_cost,  pct.denom_burdened_cost AS denom_burdened_cost, pct.acct_currency_code AS acct_currency_code, pct.acct_raw_cost AS acct_raw_cost,  pct.acct_burdened_cost AS acct_burdened_cost, pct.acct_rate_date AS acct_rate_date, pct.acct_rate_type AS acct_rate_type,  ROUND( pct.acct_exchange_rate, NVL( fca.extended_precision, NVL( fca.precision, 5 ) ) ) AS acct_exchange_rate,  pct.receipt_currency_code AS receipt_currency_code,  TO_CHAR(pct.receipt_currency_amount, fnd_currency_cache.get_format_mask(pct.receipt_currency_code, 40)) AS receipt_currency_amount,  ROUND( pct.receipt_exchange_rate, NVL( fcr.extended_precision, NVL( fcr.precision, 5 ) ) ) AS receipt_exchange_rate,  pct.project_currency_code AS project_currency_code, pct.project_rate_date AS project_rate_date, pct.project_rate_type AS project_rate_type,  ROUND( pct.project_exchange_rate, NVL( fcp.extended_precision, NVL( fcp.precision, 5 ) ) ) AS project_exchange_rate,  fm.message_text AS cmt_rejection_code, hou.language AS language  FROM pa_projects_all pp, pa_tasks pt, pa_commitment_txns pct, pa_txn_accum_details ptad, hr_all_organization_units_tl hou,  fnd_lookup_values flv1, fnd_lookup_values flv2, fnd_currencies fca, fnd_currencies fcr, fnd_currencies fcp, fnd_new_messages fm  , (SELECT DISTINCT project_id FROM pjm_project_parameters) ppp     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_type &lt;&gt; &apos;AWARD_PROJECT&apos;  AND pp.template_flag = &apos;N&apos;  AND pp.project_id = ppp.project_id  AND pp.project_id = pct.project_id  AND pt.task_id(+) = pct.task_id  AND ptad.line_type = &apos;M&apos;  AND ptad.cmt_line_id = pct.cmt_line_id  AND hou.organization_id = pct.organization_id  AND flv1.view_application_id =275  AND flv1.security_group_id =0  AND flv1.lookup_type = &apos;COMMITMENT LINE TYPE&apos;  AND flv1.lookup_code = pct.line_type  AND flv1.language = hou.language  AND flv2.view_application_id =275  AND flv2.security_group_id =0  AND flv2.lookup_type = &apos;COMMITMENT TXN SOURCE&apos;  AND flv2.lookup_code = pct.transaction_source  AND flv2.language = hou.language  AND fca.currency_code(+) = pct.acct_currency_code  AND fcr.currency_code(+) = pct.receipt_currency_code  AND fcp.currency_code(+) = pct.project_currency_code  AND fm.application_id(+) =275  AND fm.message_name(+) = pct.cmt_rejection_code  AND (fm.language_code IS NULL  OR fm.language_code = hou.language)  AND hou.language IN (&apos;US&apos;)  AND fm.language_code (+) IN (&apos;US&apos;) ) PIVOT( MAX(cmt_type) AS cmt_type, MAX(exp_org) AS exp_org,   MAX(cmt_transaction_source) AS cmt_transaction_source,  MAX(cmt_rejection_code) AS cmt_rejection_code FOR LANGUAGE IN (&apos;US&apos; &quot;US&quot;))
) 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
Description: ارتباطات تصنيع المشروعات
Dataset Key: pjm-commitments
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, Verpflichtungen</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing - Verpflichtungen
Dataset Key: pjm-commitments
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, Compromisos</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Compromisos de fabricación de proyecto
Dataset Key: pjm-commitments
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, Engagements</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Engagements Oracle Project Manufacturing
Dataset Key: pjm-commitments
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, Impegni</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Impegni Project Manufacturing
Dataset Key: pjm-commitments
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 プロジェクト製造, 取引約定</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: プロジェクト製造取引約定
Dataset Key: pjm-commitments
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, 약정</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing 약정
Dataset Key: pjm-commitments
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 Производство по проектам, Обязательства</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Обязательства в Производстве по проектам
Dataset Key: pjm-commitments
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, Åtaganden</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Projekttillverkning: Reserveringar
Dataset Key: pjm-commitments
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, Taahhütler</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Proje Üretim Taahhütleri
Dataset Key: pjm-commitments
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, Commitments</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing Commitments
Dataset Key: pjm-commitments
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, 承付款</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: 项目制造承付款
Dataset Key: pjm-commitments
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>
