<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>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: GMF Item Costs -->
 <REPORTS_ROW>
  <GUID>3C2B1559B12F3F3EE063EA08140A089C</GUID>
  <SQL_TEXT>select
&apos;To be Done&apos; a$master_organization_name, -- need to check if this should be concatenated
ood.organization_name a$organization_name, -- need to check if this should be concatenated
decode(costs.burden_ind,0,&apos;N&apos;,1,&apos;Y&apos;) burden_flag,
pstat.calendar_code calendar_code,
clhdl.calendar_desc calendar_description,
costs.cost_analysis_code cost_analysis_code,
codes.cost_analysis_desc cost_analysis_description,
typel.cost_cmpntcls_desc cost_component_class,
type.cost_cmpntcls_code cost_component_class_code,
decode(costs.rollover_ind,0,&apos;N&apos;,&apos;Y&apos;) cost_frozen_flag,
decode (costs.cost_level,0,&apos;This Level&apos;,&apos;Lower Level&apos;) cost_level,
mthd.cost_mthd_code cost_type_code,
mthd.cost_mthd_desc cost_type_description,
fpolc.base_currency_code currency_code_base,
mstk1.inventory_item_id item$inventory_item_id,
mstk1.organization_id item$organization_id,
mstk1.segment1 item$sv$item,
costs.cmpnt_cost item_cost,
decode(costs.delete_mark,0,&apos;N&apos;,1,&apos;Y&apos;) item_cost_mfd_flag,
pitml.description item_description,
pitml.long_description item_long_description,
pitem.primary_uom_code item_uom,
decode(costs.organization_id,&apos;1002&apos;,&apos;305&apos;,&apos;1003&apos;,&apos;241&apos;,&apos;1004&apos;,&apos;242&apos;,&apos;1005&apos;,
&apos;243&apos;,&apos;1006&apos;,&apos;244&apos;,&apos;1007&apos;,&apos;245&apos;,&apos;1017&apos;,&apos;249&apos;,&apos;1262&apos;,&apos;043&apos;,&apos;1263&apos;,&apos;045&apos;,&apos;1264&apos;,
&apos;044&apos;,&apos;1265&apos;,&apos;042&apos;,&apos;1266&apos;,&apos;041&apos;,&apos;1282&apos;,&apos;213&apos;,&apos;1283&apos;,&apos;212&apos;,&apos;1284&apos;,&apos;313&apos;,&apos;1285&apos;,
&apos;206&apos;,&apos;1286&apos;,&apos;306&apos;,&apos;1302&apos;,&apos;901&apos;,&apos;1303&apos;,&apos;902&apos;,&apos;1362&apos;,&apos;101&apos;,&apos;1382&apos;,&apos;261&apos;,&apos;1402&apos;,
&apos;308&apos;,&apos;1422&apos;,&apos;215&apos;,&apos;1442&apos;,&apos;063&apos;,&apos;1462&apos;,&apos;263&apos;,&apos;1463&apos;,&apos;264&apos;,&apos;1464&apos;,&apos;265&apos;,&apos;1465&apos;,
&apos;266&apos;,&apos;1482&apos;,&apos;903&apos;,&apos;1502&apos;,&apos;064&apos;,&apos;1522&apos;,&apos;216&apos;,&apos;1523&apos;,&apos;217&apos;,&apos;1524&apos;,&apos;218&apos;,&apos;1525&apos;,
&apos;272&apos;,&apos;1526&apos;,&apos;309&apos;,&apos;1527&apos;,&apos;904&apos;,&apos;1542&apos;,&apos;273&apos;,&apos;1562&apos;,&apos;251&apos;,&apos;1563&apos;,&apos;252&apos;,&apos;1602&apos;,
&apos;310&apos;,&apos;1603&apos;,&apos;311&apos;,&apos;1622&apos;,&apos;219&apos;,&apos;163&apos;,&apos;401&apos;,&apos;1642&apos;,&apos;274&apos;,&apos;1643&apos;,&apos;275&apos;,&apos;1662&apos;,
&apos;277&apos;,&apos;1682&apos;,&apos;005&apos;,&apos;1683&apos;,&apos;361&apos;,&apos;1702&apos;,&apos;278&apos;,&apos;382&apos;,&apos;000&apos;,&apos;383&apos;,&apos;001&apos;,&apos;384&apos;,
&apos;302&apos;
,&apos;468&apos;,&apos;301&apos;,&apos;469&apos;,&apos;303&apos;,&apos;748&apos;,&apos;304&apos;,costs.organization_id) organization_code,
pstat.period_code period_code,
cldtl.period_desc period_description,
cldtl.end_date period_end_date,
cldtl.start_date period_start_date,
decode(type.usage_ind,&apos;1&apos;,&apos;Material&apos;,&apos;2&apos;,&apos;Overhead&apos;,&apos;3&apos;
,&apos;Resource&apos;,&apos;4&apos;,&apos;Expense Alloc&apos;,&apos;5&apos;,&apos;Std Cost Adj&apos;,type.usage_ind) usage_type
from
gmf_fiscal_policies fpolc,
cm_cldr_hdr_tl clhdl,
cm_cldr_dtl cldtl,
gmf_period_statuses pstat,
cm_mthd_mst mthd,
cm_cmpt_mst_tl typel,
cm_cmpt_mst_b type,
cm_alys_mst codes,
--noetix_sys.xxk_sys_item mstk1,
mtl_system_items_b mstk1,
mtl_system_items_tl pitml,
mtl_system_items_b pitem,
cm_cmpt_dtl costs,
--noetix_sys.gmfg0_orgn_acl_map_base xmap,
org_organization_definitions ood,
hr_all_organization_units haou,
hr_organization_information hoi
where 
2=2 and
hoi.org_information_context= &apos;Accounting Information&apos; and
hoi.organization_id=ood.organization_id and
haou.organization_id=to_number(hoi.org_information3) and 
costs.organization_id=ood.organization_id
and pitem.inventory_item_id=costs.inventory_item_id
and pitem.organization_id=costs.organization_id
and pitml.inventory_item_id (+)=pitem.inventory_item_id
and pitml.organization_id (+)=pitem.organization_id
and pitml.language (+) like noetix_env_pkg.get_language
and pstat.period_id=costs.period_id
and cldtl.calendar_code=pstat.calendar_code
and cldtl.period_code=pstat.period_code
and clhdl.calendar_code=cldtl.calendar_code
and clhdl.language (+) like noetix_env_pkg.get_language
and mthd.cost_type_id=costs.cost_type_id
and type.cost_cmpntcls_id=costs.cost_cmpntcls_id
and typel.cost_cmpntcls_id (+)=type.cost_cmpntcls_id
and typel.language (+) like noetix_env_pkg.get_language
and codes.cost_analysis_code=costs.cost_analysis_code
and fpolc.legal_entity_id (+)=pstat.legal_entity_id
and pitem.inventory_item_id=mstk1.inventory_item_id
and pitem.organization_id=mstk1.organization_id</SQL_TEXT>
  <DISABLED>Y</DISABLED>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>GMF Item Costs</REPORT_NAME>
    <DESCRIPTION>Imported from Excel4apps
Description: GMF Basic - Displays Information About Item Costs
Application: Excel4apps Reports Wand
Source: NoetixViews - GMF_Item_Costs
Short Name: NX_GMFG0_ITEM_COSTS</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>AI Reports</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Adcock Ingram</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>2=2</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>2=2</ANCHOR>
    <SQL_TEXT>ood.organization_name like &apos;%&apos;||:org_name||&apos;%&apos;</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Char</PARAMETER_TYPE_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Organization Name</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>2=2</ANCHOR>
    <SQL_TEXT>cldtl.start_date&gt;=:period_start_date</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Date</PARAMETER_TYPE_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Period Start Date</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>3</SORT_ORDER>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <ANCHOR>2=2</ANCHOR>
    <SQL_TEXT>mthd.cost_mthd_code=:cost_method_code</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Char</PARAMETER_TYPE_DSP>
    <REQUIRED>Y</REQUIRED>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Cost Type Code</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>
