<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, On-Hand Values -->
 <REPORTS_ROW>
  <GUID>EEE75CEB4ADA6AD8E05362FB09051F8B</GUID><ENABLED>Y</ENABLED>
  <SQL_TEXT>select
x.*
from
(
select * from ( SELECT    val.ecc_spec_id AS ECC_SPEC_ID, val.record_type AS RECORD_TYPE, val.language AS LANGUAGE,  GREATEST( NVL( pp.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( val.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, val.inv_cost_group_id AS INV_COST_GROUP_ID,  val.inv_cost_group_name AS INV_COST_GROUP_NAME, val.inv_cost_group_description AS INV_COST_GROUP_DESCRIPTION,  val.inv_org_id AS inv_org_id, val.inv_org_name AS inv_org_name, val.item_id AS item_id, val.item_number AS item_number,  val.currency_code AS currency_code, val.inv_onhand_quantity AS inv_onhand_quantity, val.inv_unit_cost AS inv_unit_cost,  val.inv_inventory_value AS inv_inventory_value, val.inv_material_value AS inv_material_value,  val.inv_material_overhead_value AS inv_material_overhead_value, val.inv_resource_value AS inv_resource_value,  val.inv_outside_processing_value AS inv_outside_processing_value, val.inv_overhead_value AS inv_overhead_value  FROM pa_projects_all pp, ( 	SELECT  /*+ leading(LOC) */    &apos;PROJ_INV_VAL_CG&apos; || &apos;-&apos; || para.project_id || &apos;-&apos; || para.organization_id || &apos;-&apos; || qty.inventory_item_id || &apos;-&apos; || layer.cost_group_id AS ecc_spec_id, &apos;PROJ_INV_VAL&apos; AS record_type,  		org.language AS language,  		MAX( GREATEST( NVL( grp.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( layer.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( qty.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( loc.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( para.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( mp.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( org.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( item.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( orginfo.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( sob.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( curr.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ) ) AS last_update_date,  		para.project_id AS project_id, layer.cost_group_id AS inv_cost_group_id, grp.cost_group AS inv_cost_group_name,  		grp.description AS inv_cost_group_description, para.organization_id AS inv_org_id, org.name AS inv_org_name,  		qty.inventory_item_id AS item_id, item.segment1 AS item_number, curr.currency_code AS currency_code,  		SUM( NVL( qty.transaction_quantity, 0 ) ) AS inv_onhand_quantity,  		ROUND( layer.item_cost, NVL( curr.extended_precision, NVL( curr.precision, 0 ) ) ) AS inv_unit_cost,  		ROUND( SUM( layer.item_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) ) ) * NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) )  		AS inv_inventory_value,  		ROUND( SUM( layer.material_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) ) ) * NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) )  		AS inv_material_value,  		ROUND( SUM( layer.material_overhead_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) ) ) * NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) )  		AS inv_material_overhead_value,  		ROUND( SUM( layer.resource_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) ) ) * NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) )  		AS inv_resource_value,  		ROUND( SUM( layer.outside_processing_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) ) ) * NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) )  		AS inv_outside_processing_value,  		ROUND( SUM( (layer.overhead_cost) * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) ) ) * NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 ) ) )  		AS inv_overhead_value  	FROM pa_projects_all pp, cst_cost_groups grp, cst_quantity_layers layer, mtl_onhand_quantities_detail qty, mtl_item_locations loc,  		pjm_project_parameters para, mtl_parameters mp, hr_all_organization_units_tl org, mtl_system_items_b item,  		hr_organization_information orginfo, gl_sets_of_books sob, fnd_currencies curr             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 = para.project_id         AND PP.PROJECT_TYPE &lt;&gt; &apos;AWARD_PROJECT&apos;        AND PP.TEMPLATE_FLAG = &apos;N&apos;         AND item.inventory_item_id = layer.inventory_item_id  		AND item.organization_id = layer.organization_id  		AND qty.inventory_item_id = layer.inventory_item_id  		AND qty.organization_id = layer.organization_id  		AND loc.inventory_location_id = qty.locator_id  		AND loc.organization_id = qty.organization_id  		AND loc.project_id = para.project_id  		AND para.organization_id = loc.organization_id  		AND para.organization_id = org.organization_id  		AND para.costing_group_id = layer.cost_group_id  		AND grp.cost_group_id = layer.cost_group_id  		AND mp.organization_id = para.organization_id  		AND mp.primary_cost_method IN ( 2, 5, 6 )  		AND orginfo.organization_id = org.organization_id  		AND orginfo.org_information_context = &apos;Accounting Information&apos;  		AND TO_CHAR(sob.set_of_books_id) = orginfo.org_information1  		AND curr.currency_code = sob.currency_code            	GROUP BY grp.cost_group, grp.description, layer.cost_group_id, layer.item_cost, para.project_id, item.segment1,  	qty.inventory_item_id, org.name, para.organization_id, curr.currency_code, curr.precision,  	curr.minimum_accountable_unit, curr.extended_precision, org.language  	UNION ALL  	SELECT    &apos;PROJ_INV_VAL_NCG&apos; || &apos;-&apos; || loc.project_id || &apos;-&apos; || mp.organization_id || &apos;-&apos; || qty.inventory_item_id || &apos;-&apos; || &apos;NO_COST_GROUP&apos; AS ecc_spec_id, &apos;PROJ_INV_VAL&apos; AS record_type,  		org.language AS language,  		MAX( GREATEST( NVL( qty.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( loc.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( cic.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( mp.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( org.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( item.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ,  		NVL( orginfo.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , NVL( sob.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) , 		NVL( curr.last_update_date, to_date(&apos;01-01-1990&apos;, &apos;DD-MM-YYYY&apos;)) ) ) AS last_update_date,  		loc.project_id AS project_id, to_number(NULL) AS cost_group_id, NULL AS cost_group_name,  		NULL AS cost_group_description, mp.organization_id AS organization_id, org.name AS organization_name,  		qty.inventory_item_id AS inventory_item_id, item.segment1 AS item_number, curr.currency_code AS currency_code,  		SUM( NVL( qty.transaction_quantity, 0 ) ) AS quantity_onhand,  		ROUND( cic.item_cost, NVL( curr.extended_precision, NVL( curr.precision, 0 ) ) ) AS unit_cost,  		ROUND(SUM(cic.item_cost * NVL( qty.transaction_quantity, 0)) / NVL(curr.minimum_accountable_unit, POWER(10,NVL( - curr.precision, 0 )))) * NVL( curr.minimum_accountable_unit, POWER(10, NVL( - curr.precision, 0 ))) AS tot_inventory_value,  		ROUND(SUM(cic.material_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 )))) * NVL( curr.minimum_accountable_unit, POWER(10, NVL( - curr.precision, 0))) AS tot_material_value,  		ROUND(SUM(cic.material_overhead_cost * NVL( qty.transaction_quantity, 0 )) / NVL( curr.minimum_accountable_unit, POWER(10, NVL( - curr.precision, 0 )))) * NVL( curr.minimum_accountable_unit, POWER(10, NVL( - curr.precision, 0)))  		AS tot_material_overhead_value,  		ROUND(SUM(cic.resource_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 )))) * NVL( curr.minimum_accountable_unit, POWER(10, NVL( - curr.precision, 0))) AS tot_resource_value,  		ROUND(SUM(cic.outside_processing_cost * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0)))) * NVL( curr.minimum_accountable_unit, POWER(10, NVL( - curr.precision, 0 )))  		AS tot_outside_processing_value,  		ROUND(SUM((cic.overhead_cost) * NVL( qty.transaction_quantity, 0 ) ) / NVL( curr.minimum_accountable_unit, POWER( 10, NVL( - curr.precision, 0 )))) * NVL( curr.minimum_accountable_unit, POWER(10, NVL( - curr.precision, 0 ))) AS tot_overhead_value  	FROM pa_projects_all pp, mtl_onhand_quantities qty, mtl_item_locations loc, cst_item_costs cic, mtl_parameters mp,  		hr_all_organization_units_tl org, mtl_system_items_b item, hr_organization_information orginfo,        pjm_project_parameters para,  		gl_sets_of_books sob, fnd_currencies curr             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 = para.project_id         AND PP.PROJECT_TYPE &lt;&gt; &apos;AWARD_PROJECT&apos;        AND PP.TEMPLATE_FLAG = &apos;N&apos;         AND mp.primary_cost_method = 1  		AND cic.organization_id = mp.organization_id  		AND cic.cost_type_id =1  		AND item.inventory_item_id = cic.inventory_item_id  		AND item.organization_id = cic.organization_id  		AND qty.inventory_item_id = item.inventory_item_id  		AND qty.organization_id = item.organization_id  		AND loc.inventory_location_id = qty.locator_id  		AND loc.organization_id = qty.organization_id  		AND org.organization_id = mp.organization_id  		AND orginfo.organization_id = org.organization_id  		AND orginfo.org_information_context = &apos;Accounting Information&apos;  		AND TO_CHAR(sob.set_of_books_id) = orginfo.org_information1  		AND curr.currency_code = sob.currency_code 		 and loc.project_id = para.project_id  		 and loc.organization_id = para.organization_id             	GROUP BY cic.item_cost, loc.project_id, item.segment1, qty.inventory_item_id, org.name, mp.organization_id,  	curr.currency_code, curr.precision, curr.minimum_accountable_unit, curr.extended_precision, org.language  	) val  WHERE pp.project_type &lt;&gt; &apos;AWARD_PROJECT&apos;  AND pp.template_flag = &apos;N&apos;  AND pp.project_id = val.project_id  AND language IN (&apos;US&apos;) )  PIVOT( MAX(inv_org_name) AS inv_org_name   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 تصنيع المشروعات, قيم المتوافر</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: قيم المتوافر لتصنيع المشروعات
Dataset Key: pjm-onhand-values
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, Lagerbestandswerte</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing - Lagerbestandswerte
Dataset Key: pjm-onhand-values
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, Valores de Cantidad Física Actual</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Valores de cantidad física actual de fabricación de proyecto
Dataset Key: pjm-onhand-values
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, Valeurs en stock</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Valeurs en stock Oracle Project Manufacturing
Dataset Key: pjm-onhand-values
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, Valori esistenti</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Valori esistenti Project Manufacturing
Dataset Key: pjm-onhand-values
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-onhand-values
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-onhand-values
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-onhand-values
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, Lagersaldovärden</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Lagersaldovärden för projekttillverkning
Dataset Key: pjm-onhand-values
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, Eldeki Değerler</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Proje Üretimi Eldeki Değerler
Dataset Key: pjm-onhand-values
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, On-Hand Values</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Description: Project Manufacturing On-Hand Values
Dataset Key: pjm-onhand-values
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-onhand-values
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>
