<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 Procurement, Indirect Procurement, SQL4 -->
 <REPORTS_ROW>
  <GUID>EEE75CEB4AEF6AD8E05362FB09051F8B</GUID>
  <SQL_TEXT>select
x.*
from
(
select * from (
select ctxh.source_type
    || &apos;-&apos;
    || ctxh.org_id
    || &apos;-&apos;
    || ctxh.inventory_item_id
    || &apos;-&apos;
    || ctxh.po_line_id
    || &apos;-&apos;
    || ctxh.req_template_name
    || &apos;-&apos;
    || ctxh.req_template_line_num
    || &apos;-&apos;
    || review.review_id
    || &apos;-&apos;
    || NULL
    || &apos;-&apos;
    || NULL
    || &apos;-&apos;
    || NULL
    || &apos;-&apos;
    || NULL
    || &apos;-&apos;
    || NULL
    || &apos;-&apos;
    || NULL
    || &apos;-&apos;
    || &apos;SUGGESTIONS&apos; ecc_spec_id,
    /*catalog items*/
    ctxh.source_type cat_source_type,
    (select meaning from fnd_lookup_values
      where lookup_type = &apos;ICX_CAT_SOURCE_TYPE&apos; and lookup_code = ctxh.source_type AND language= houtl.language
	  and rownum&lt;2) cat_source_type_code,
    DECODE(ctxh.source_type,&apos;TEMPLATE&apos;,DECODE(least(LENGTH(ctxh.req_template_name) , 20),20,SUBSTR(ctxh.req_template_name,1,17)
          ||&apos;...&apos;,ctxh.req_template_name),&apos;INTERNAL_TEMPLATE&apos;,DECODE(least(LENGTH(ctxh.req_template_name) , 20),20,SUBSTR(ctxh.req_template_name,1,17)
          ||&apos;...&apos;,ctxh.req_template_name),&apos;QUOTATION&apos;,ICX_CAT_UTIL_PVT.get_message(&apos;ICX_CAT_QUOTATION_SOURCE&apos;,&apos;NUMBER&apos;,ctxh.document_number) ,
          &apos;BLANKET&apos;,ICX_CAT_UTIL_PVT.get_message(&apos;ICX_CAT_BLANKET_SOURCE&apos;,&apos;NUMBER&apos;,ctxh.document_number),&apos;GLOBAL_BLANKET&apos;,
          ICX_CAT_UTIL_PVT.get_message(&apos;ICX_CAT_BLANKET_SOURCE&apos;,&apos;NUMBER&apos;,ctxh.document_number), NULL) cat_source,
    nvl(avtlp.description, ctxh.description) cat_item_description,
    avtlp.long_description cat_long_description,
    ctxh.po_header_id cat_po_header_id,
    DECODE(ctxh.merged_source_type, &apos;REQ_TEMPLATE&apos;, NVL(ctxh.req_template_po_line_id, -2), ctxh.po_line_id) cat_po_line_id,
    Nvl( Least(apoh.end_date, apol.expiration_date),
         Nvl(apoh.end_date, apol.expiration_date)
    )cat_end_date,
    ctxh.document_number cat_document_number,
    ctxh.line_num cat_line_number,
    ctxh.req_template_name cat_req_template_name,
    ctxh.req_template_line_num cat_req_template_line_num,
    (select unit_of_measure_tl from mtl_units_of_measure_tl WHERE unit_of_measure = ctxh.unit_meas_lookup_code and language = houtl.language) cat_uom_code,
    (SELECT ip_category_name FROM icx_cat_items_ctx_hdrs_tlp WHERE po_line_id = apol.from_line_id AND org_id = houtl.organization_id AND LANGUAGE = houtl.LANGUAGE) cat_ip_category_name,
    ctxh.unit_price cat_unit_price,
    ctxh.currency_code cat_currency,
    DECODE(ctxh.supplier_part_num, &apos;##NULL##&apos;, TO_CHAR(NULL), ctxh.supplier_part_num) cat_supplier_part_num,
    avtlp.manufacturer cat_manufacturer,
    av.manufacturer_part_num cat_manufacturer_part_num,
    (select full_name from per_all_people_f
      where person_id = ctxh.buyer_id
        and trunc(sysdate) BETWEEN effective_start_date
                               and effective_end_date) cat_buyer_name,
    av.lead_time cat_lead_time,
    av.unspsc cat_unspsc,
    ctxh.hazard_class cat_hazard_class,
    NVL(apoh.blanket_total_amount,0) agreed_agreement_amount,
    NVL(apol.committed_amount,0) agreed_line_amount,
    /*suggestions*/
    review.review_id suggestion_id,
    review.reviewer_id suggester_id,
    (select full_name from per_all_people_f
      where person_id = review.reviewer_id
        and trunc(sysdate) BETWEEN effective_start_date
                               and effective_end_date) suggester_name,
    review.creation_date suggestion_date,
    review.review_title suggestion_title,
    REPLACE(review.review_comments,&apos;|&apos;,&apos;,&apos;) suggestion_comments,
    nvl(review.status,&apos;O&apos;) suggestion_status,
    (select meaning from fnd_lookup_values
      where lookup_type = &apos;ICX_REVIEW_STATUS_TYPE&apos; and lookup_code = nvl(review.status,&apos;O&apos;)
        AND language= houtl.language
        AND view_application_id = 3
		and rownum&lt;2) suggestion_status_code,
    decode(
    (select count(response_id) from icx_rvw_responses where review_id = review.review_id),
    0, &apos;No&apos;, &apos;Yes&apos;) has_suggestion_responses,
    /*iExpense*/
    /*action items*/
    /*common*/
    PO_PCC_IND_PROC_UTIL_PVT.get_cost_center_for_employee(review.reviewer_id) cost_center,
    review.org_id,
    houtl.name org_name,
    (select currency_code from gl_sets_of_books where fsp.set_of_books_id = set_of_books_id) functional_currency,
    decode( ctxh.source_type, &apos;BLANKET&apos;,
                        nvl(
                          (select fnd_message.get_string(&apos;FND&apos;, &apos;Yes&apos;) from dual where(sysdate-180) &gt;
                                                    psgt.date2), fnd_message.get_string(&apos;FND&apos;, &apos;No&apos;)),
                       &apos;GLOBAL_BLANKET&apos;,nvl(
                          (select fnd_message.get_string(&apos;FND&apos;, &apos;Yes&apos;) from dual where(sysdate-180) &gt;
                                                    psgt.date2), fnd_message.get_string(&apos;FND&apos;, &apos;No&apos;)),
          null) item_not_placed_on_po,
    review.item_id inventory_item_id,
    (select concatenated_segments
       from mtl_system_items_kfv
      where review.item_id = inventory_item_id and fsp.inventory_organization_id = organization_id) item_number,
    ctxh.po_category_id,
    (select concatenated_segments from mtl_categories_kfv where ctxh.po_category_id = category_id) purchasing_category,
    ctxh.line_type_id,
    (SELECT line_type FROM po_line_types_tl where line_type_id = ctxh.line_type_id and language = houtl.language) line_type,
    ctxh.currency_code transaction_currency,
	review.vendor_id supplier_id,
    (select VENDOR_NAME from ap_suppliers aps where aps.VENDOR_ID = review.vendor_id) supplier,
    &apos;N&apos; is_proj_ref_on_po,
	(SELECT lkp.meaning
          FROM   fnd_lookup_values lkp
          WHERE  lkp.lookup_type = &apos;PO_DOCUMENT_CREATION_METHOD&apos;
                 AND lkp.LANGUAGE = houtl.language
                 AND lkp.lookup_code = apoh.document_creation_method
				 and rownum &lt; 2) document_creation_method,
    (CASE
	 WHEN NVL(apoh.authorization_status,&apos;INCOMPLETE&apos;) IN (&apos;INCOMPLETE&apos;,&apos;IN PROCESS&apos;,&apos;PRE-APPROVED&apos;)
		OR EXISTS (SELECT 1
				  FROM po_change_requests
				  WHERE document_header_id = apoh.po_header_id
				  and request_status = &apos;PENDING&apos;)
		OR 	SYSDATE  &gt;= apoh.end_date - 30
		OR nvl(psgt.num10, 0) &gt;=
		   (apoh.amount_limit * 0.9)
		OR apoh.end_date &lt;= SYSDATE
		OR  nvl(psgt.num10, 0) = apoh.amount_limit
    THEN  &apos;Y&apos;
	ELSE &apos;N&apos;
   END ) agreements_to_watch,
    decode( ctxh.source_type, &apos;BLANKET&apos;,
                        nvl(
                          (select &apos;Y&apos; from dual where(sysdate-180) &gt; psgt.date2), &apos;N&apos;),
                       &apos;GLOBAL_BLANKET&apos;,nvl(
                          (select &apos;Y&apos; from dual where(sysdate-180) &gt; psgt.date2), &apos;N&apos;),
          null)  is_unused_cat_item,
      psgt.date2 cat_last_used_on,
       houtl.language,
       &apos;NULL&apos; DOC_AUTHORIZED_USER_IDS
  from icx_cat_items_ctx_hdrs_tlp ctxh,
       icx_rvw_reviews review,
       icx_cat_attribute_values av,
       icx_cat_attribute_values_tlp avtlp,
       po_headers_all apoh,
       po_lines_all apol,
       financials_system_params_all fsp,
       hr_all_organization_units_tl houtl,
       po_doc_style_headers doc_style,
       po_session_gt psgt
 where review.review_entity                                         = &apos;SG&apos;
   and review.org_id                                                = fsp.org_id(+)
   and review.org_id                                                = ctxh.owning_org_id(+)
   and review.po_line_id                                            = ctxh.po_line_id(+)
   and review.req_template_name                                     = ctxh.req_template_name(+)
   and review.req_template_line_num                                 = ctxh.req_template_line_num(+)
   and review.item_id                                               = ctxh.inventory_item_id(+)
   and ctxh.inventory_item_id                                       = av.inventory_item_id(+)
   and ctxh.owning_org_id                                           = av.org_id(+)
   and ctxh.po_line_id                                              = av.po_line_id(+)
   and ctxh.req_template_name                                       = av.req_template_name(+)
   and ctxh.req_template_line_num                                   = av.req_template_line_num(+)
   and ctxh.inventory_item_id                                       = avtlp.inventory_item_id(+)
   and ctxh.owning_org_id                                           = avtlp.org_id(+)
   and ctxh.po_line_id                                              = avtlp.po_line_id(+)
   and ctxh.req_template_name                                       = avtlp.req_template_name(+)
   and ctxh.req_template_line_num                                   = avtlp.req_template_line_num(+)
   and ctxh.language                                                = avtlp.language(+)
   and ctxh.po_header_id                                            = apol.po_header_id(+)
   and ctxh.po_line_id                                              = apol.po_line_id(+)
   and apol.po_header_id                                            = apoh.po_header_id(+)
   AND psgt.index_char1(+) = &apos;IND_PROC_ITEMS_&apos; || ctxh.po_header_id ||&apos;_&apos;||  ctxh.po_line_id
   AND decode(nvl(ctxh.po_header_id, 0), 0, &apos;Y&apos;, apoh.global_agreement_flag) = &apos;Y&apos;
   AND houtl.organization_id (+) = review.org_id
   AND doc_style.style_id(+) = apoh.style_id
   AND nvl(doc_style.clm_flag,&apos;N&apos;) = &apos;N&apos;
   and houtl.language IN (&apos;US&apos;)
   and avtlp.LANGUAGE(+) IN (&apos;US&apos;)
/*Load CutOff Condition*/
   and review.last_update_date &gt;= to_date(&apos;2021/12/12&apos;, &apos;YYYY/MM/DD&apos;))
   PIVOT (max(org_name) as Org_name,
        max(cat_source_type_code) as cat_source_type_code,
        max(cat_uom_code) as cat_uom_code,
        max(line_type) as line_type,
        max(cat_manufacturer) AS cat_manufacturer ,
        max(cat_item_description) AS cat_item_description,
        max(cat_long_description) AS cat_long_description,
        max(document_creation_method) AS document_creation_method ,
        max(suggestion_status_code) AS suggestion_status_code,
        max(CAT_IP_CATEGORY_NAME) AS   CAT_IP_CATEGORY_NAME
        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 الشراء, الشراء غير المباشر, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: شراء غير مباشر لمركز أوامر الشراء

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>D</LANGUAGE>
    <REPORT_NAME>ECC Beschaffung, Indirekte Beschaffung, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Indirekte Beschaffung für Procurement Command Center

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>E</LANGUAGE>
    <REPORT_NAME>ECC Procurement, Compras Indirectas, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Compras indirectas para centro de comandos de compras

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>F</LANGUAGE>
    <REPORT_NAME>ECC Procurement, Approvisionnement indirect, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Approvisionnement indirect pour Procurement Command Center

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>I</LANGUAGE>
    <REPORT_NAME>ECC Procurement, Acquisti indiretti, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Acquisti indiretti per Procurement Command Center

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>JA</LANGUAGE>
    <REPORT_NAME>ECC 調達, 間接調達, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: 調達コマンド・センターの間接調達

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>KO</LANGUAGE>
    <REPORT_NAME>ECC 조달, 간접 조달, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: 조달 Command Center에 대한 간접 조달
Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>RU</LANGUAGE>
    <REPORT_NAME>ECC Закупки, Непрямые закупки, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Непрямые закупки для центра управления Oracle Procurement

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>S</LANGUAGE>
    <REPORT_NAME>ECC Inköp, Indirekt inköp, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Indirekt inköp för kommandocenter för inköp

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>TR</LANGUAGE>
    <REPORT_NAME>ECC Tedarik, Dolaylı Tedarik, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Tedarik Komut Merkezi için Dolaylı Tedarik

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>ECC Procurement, Indirect Procurement, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Indirect Procurement for Procurement Command Center

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>ZHS</LANGUAGE>
    <REPORT_NAME>ECC Procurement, 间接采购, SQL4</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: 采购命令中心的间接采购

Dataset Key: po-pcc-ind-proc
Query Procedure: PO_PCC_IND_PROC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: PO_PCC_DATASECURITY_PKG_PUB.GetFilterAttributeValuesInd</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>
