<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 Payables, AP Closing, SQL2 -->
 <REPORTS_ROW>
  <GUID>EEE75CEB4A2A6AD8E05362FB09051F8B</GUID>
  <SQL_TEXT>select
x.*
from
(
select * from (
select
ECC_SPEC_ID,
RECORD_TYPE,
LEDGER_ID,
LEDGER_NAME,
CURRENCY_CODE,
OPERATING_UNIT,
LANGUAGE,
PERIOD_NAME,
PERIOD_YEAR,
CLOSING_STATUS,
VENDOR_ID,
SUPPLIER_NUMBER,
SUPPLIER_NAME,
SITE_CODE,
ORG_ID,
CHECK_ID,
TRANSACTION_NUMBER,
transaction_currency,
TRANSACTION_DATE,
BANK_ACCOUNT_NAME,
PAYMENT_TYPE_FLAG,
PAYMENT_TYPE_DESC,
APPLICATION_ID, EVENT_ID,
EVENT_NUMBER, EVENT_STATUS_CODE, EVENT_STATUS_DESC, PROCESS_STATUS_CODE, PROCESS_STATUS_DESC,
EVENT_TYPE_CODE, EVENT_TYPE_DESC, AE_HEADER_ID, GL_TRANSFER_STATUS_CODE, GL_TRANSFER_FLAG_DESC,
ACCOUNTING_ENTRY_STATUS_CODE, ACC_ENTRY_STATUS_DESC, ACCOUNTING_ENTRY_TYPE_CODE, ACCOUNTING_ENTRY_TYPE_DESC,
JE_CATEGORY_NAME, JE_CATEGORY_DESC, DESCRIPTION, BALANCE_TYPE_CODE, BALANCE_TYPE_DESC, GL_PERIOD_NAME, AE_LINE_NUM,
ACCOUNTING_DATE, ACCOUNTING_CLASS_CODE, ACCOUNTING_CLASS_CODE_DESC, BUSINESS_CLASS_CODE, BUSINESS_CLASS_CODE_DESC,
XLA_CCID, XLA_ENTERED_DR, XLA_ENTERED_CR, XLA_ACCOUNTED_DR, XLA_ACCOUNTED_CR, DISPLAYED_LINE_NUMBER,
LINE_DESC, ACCOUNT_CODE, ACCOUNT_DESCRIPTION
from
(SELECT
    c.CHECK_ID
    || &apos;-&apos;
    || xe.event_id
    || &apos;-&apos;
    || xe.event_number
    || &apos;-&apos;
    || xal.ae_header_id
    || &apos;-&apos;
    || xal.ae_line_num ECC_SPEC_ID,
    &apos;PAY&apos; AS record_type,
    gl.ledger_id,
    gl.name ledger_name,
    gl.currency_code,
    outl.name operating_unit,
    outl.language,
    ps.period_name,
    ps.period_year,
    ps.closing_status,
    DECODE(xal.party_type_code,&apos;C&apos;,hz.party_number,po.VENDOR_ID) vendor_id,
    DECODE(xal.party_type_code,&apos;C&apos;,hz.party_number,po.segment1) supplier_number,
    DECODE(xal.party_type_code,&apos;C&apos;,hz.party_name,po.vendor_name) supplier_name,
    DECODE(xal.party_type_code,&apos;C&apos;,hs.party_site_number,ps.vendor_site_code) site_code,
    c.org_id,
    c.check_id,
    c.check_number transaction_number,
    c.currency_code transaction_currency,
    c.check_date transaction_date,
    c.bank_account_name,
    c.payment_type_flag,
    (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 200
        AND lookup_type = &apos;PAYMENT TYPE&apos;
        AND language = outl.language
        AND lookup_code = c.payment_type_flag
    ) payment_type_desc,
    xe.application_id,
    xe.event_id,
    xe.event_number,
    DECODE(xe.event_status_code, &apos;Z&apos;, &apos;I&apos;, xe.event_status_code) AS event_status_code,
    (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;XLA_EVENT_STATUS&apos;
        AND language = outl.language
        AND lookup_code = DECODE(xe.event_status_code, &apos;Z&apos;, &apos;I&apos;, xe.event_status_code)
    ) event_status_desc,
    DECODE(xe.process_status_code, &apos;Z&apos;, &apos;I&apos;, xe.process_status_code) AS process_status_code,
        (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;XLA_EVENT_PROCESS_STATUS&apos;
        AND language = outl.language
        AND lookup_code = DECODE(xe.process_status_code, &apos;Z&apos;, &apos;I&apos;, xe.process_status_code)
    ) process_status_desc,
    xe.event_type_code,
        (
        SELECT
        ett.description
        FROM
        xla_event_types_tl ett
        WHERE
        xe.event_type_code = ett.event_type_code
        AND xe.application_id = ett.application_id
        AND ett.language = outl.language
    ) AS event_type_desc,
    xah.ae_header_id,
    xah.gl_transfer_status_code,
        (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;GL_TRANSFER_FLAG&apos;
        AND language = outl.language
        AND lookup_code = xah.gl_transfer_status_code
    ) gl_transfer_flag_desc,
    xah.accounting_entry_status_code,
        (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;XLA_ACCOUNTING_ENTRY_STATUS&apos;
        AND language = outl.language
        AND lookup_code = xah.accounting_entry_status_code
    ) acc_entry_status_desc,
    xah.accounting_entry_type_code,
        (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;XLA_ACCOUNTING_ENTRY_TYPE&apos;
        AND language = outl.language
        AND lookup_code = xah.accounting_entry_type_code
    ) accounting_entry_type_desc,
    xah.je_category_name,
        (
        SELECT
        jct.description
        FROM
        gl_je_categories_tl jct
        WHERE
        xah.je_category_name = jct.je_category_name
        AND jct.language = outl.language
    ) AS je_category_desc,
    xah.description,
    xah.balance_type_code,
        (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;XLA_BALANCE_TYPE&apos;
        AND language = outl.language
        AND lookup_code = xah.balance_type_code
    ) balance_type_desc,
    xah.period_name gl_period_name,
    xal.ae_line_num,
    xal.accounting_date,
    xal.accounting_class_code,
        (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;XLA_ACCOUNTING_CLASS&apos;
        AND language = outl.language
        AND lookup_code = xal.accounting_class_code
    ) accounting_class_code_desc,
    xal.business_class_code,
        (
        SELECT
        meaning
        FROM
        fnd_lookup_values
        WHERE
        view_application_id = 602
        AND lookup_type = &apos;XLA_BUSINESS_FLOW_CLASS&apos;
        AND language = outl.language
        AND lookup_code = xal.business_class_code
    ) business_class_code_desc,
    xal.code_combination_id xla_ccid,
    xal.entered_dr xla_entered_dr,
    xal.entered_cr xla_entered_cr,
    xal.accounted_dr xla_accounted_dr,
    xal.accounted_cr  xla_accounted_cr,
    xal.displayed_line_number,
    xal.description line_desc,
    DECODE(xal.code_combination_id, NULL, NULL, -1,NULL,
           fnd_flex_xml_publisher_apis.process_kff_combination_1
            (p_lexical_name =&gt; &apos;ACCOUNT CODE&apos;,
             p_application_short_name =&gt; &apos;SQLGL&apos;,
             p_id_flex_code =&gt; &apos;GL#&apos;,
             p_id_flex_num =&gt; gl.chart_of_accounts_id,
             p_data_set =&gt; gl.chart_of_accounts_id,
             p_ccid =&gt; xal.code_combination_id,
             p_segments =&gt; &apos;GL_ACCOUNT&apos;,
             p_show_parent_segments =&gt; &apos;Y&apos;,
             p_output_type =&gt; &apos;VALUE&apos;
            )
          ) AS account_code,
    DECODE(xal.code_combination_id, NULL, NULL, -1,NULL,
           fnd_flex_xml_publisher_apis.process_kff_combination_1
            (p_lexical_name =&gt; &apos;ACCOUNT CODE&apos;,
             p_application_short_name =&gt; &apos;SQLGL&apos;,
             p_id_flex_code =&gt; &apos;GL#&apos;,
             p_id_flex_num =&gt; gl.chart_of_accounts_id,
             p_data_set =&gt; gl.chart_of_accounts_id,
             p_ccid =&gt; xal.code_combination_id,
             p_segments =&gt; &apos;GL_ACCOUNT&apos;,
             p_show_parent_segments =&gt; &apos;Y&apos;,
             p_output_type =&gt; &apos;FULL_DESCRIPTION&apos;
            )
          ) AS account_description
FROM
    gl_period_statuses ps,
    gl_ledgers gl,
    ap_checks_all c,
    xla_ae_headers xah,
    xla_ae_lines xal,
    xla_transaction_entities_upg xte,
    xla_events xe,
    ap_suppliers po,
    ap_supplier_sites_all ps,
    hz_parties hz,
    hz_cust_accounts hca,
    hz_party_sites hs,
    hz_cust_acct_sites_all hcas,
    hz_cust_site_uses_all hczu,
    hr_all_organization_units ou,
    hr_all_organization_units_tl outl,
    gl_code_combinations ccid,
    (
        SELECT
            ccid.code_combination_id,
            sav.id_flex_num chart_of_accounts_id
        FROM
            fnd_id_flex_segments s,
            fnd_segment_attribute_values sav,
            gl_code_combinations ccid
        WHERE
            s.application_id = 101
            AND   s.id_flex_code = &apos;GL#&apos;
            AND   s.enabled_flag = &apos;Y&apos;
            AND   sav.application_column_name = s.application_column_name
            AND   sav.application_id = 101
            AND   sav.id_flex_code = s.id_flex_code
            AND   sav.id_flex_num = s.id_flex_num
            AND   sav.attribute_value = &apos;Y&apos;
            AND   sav.segment_attribute_type = &apos;GL_ACCOUNT&apos;
            AND   ccid.chart_of_accounts_id = s.id_flex_num
    ) account_segments
WHERE
    po.vendor_id (+) = xal.party_id
    AND   ps.vendor_site_id (+) = xal.party_site_id
    AND   hz.party_id (+) = hca.party_id
    AND   hca.cust_account_id (+) = xal.party_id
    AND   hs.party_site_id (+) = hcas.party_site_id
    AND   hcas.cust_acct_site_id (+) = hczu.cust_acct_site_id
    AND   hczu.site_use_id (+) = xal.party_site_id
    AND xal.ae_header_id = xah.ae_header_id
    AND xal.application_id = xah.application_id
    AND xah.zero_amount_flag = &apos;N&apos;
    AND xah.gl_transfer_status_code &lt;&gt; &apos;Y&apos;
    AND xte.application_id = 200
    AND xte.application_id = xe.application_id
    AND xte.entity_id = xe.entity_id
    AND xe.process_status_code &lt;&gt; &apos;U&apos;
    AND xe.application_id = 200
    AND xte.source_id_int_1 = c.check_id
    AND xte.application_id = xah.application_id
    AND xte.entity_id = xah.entity_id
    AND NVL(XTE.SOURCE_ID_INT_1,-99)=c.CHECK_ID
    AND XTE.ENTITY_CODE =&apos;AP_PAYMENTS&apos;
    and xte.ledger_id = gl.ledger_id
    AND ps.adjustment_period_flag = &apos;N&apos;
    AND c.CHECK_DATE BETWEEN ps.start_date AND ps.end_date
    AND ps.closing_status = &apos;O&apos;
    AND ps.application_id = xe.application_id
    AND ps.set_of_books_id = xte.ledger_id
    AND ou.organization_id = c.org_id
    AND ou.organization_id = outl.organization_id
    AND   ccid.code_combination_id (+) = xal.code_combination_id
    AND   account_segments.code_combination_id (+) = ccid.code_combination_id
    AND   xal.application_id =200 
    AND outl.language in (&apos;US&apos;)
)temp)
PIVOT
    (max(OPERATING_UNIT) as OPERATING_UNIT,
    max(EVENT_STATUS_DESC) as EVENT_STATUS_DESC,
    max(PROCESS_STATUS_DESC) as PROCESS_STATUS_DESC,
    max(GL_TRANSFER_FLAG_DESC) as GL_TRANSFER_FLAG_DESC,
    max(ACC_ENTRY_STATUS_DESC) as ACC_ENTRY_STATUS_DESC,
    max(ACCOUNTING_ENTRY_TYPE_DESC) as ACCOUNTING_ENTRY_TYPE_DESC,
    max(BALANCE_TYPE_DESC) as BALANCE_TYPE_DESC, max(EVENT_TYPE_DESC) as EVENT_TYPE_DESC,
    max(JE_CATEGORY_DESC) as JE_CATEGORY_DESC,max(PAYMENT_TYPE_DESC) as PAYMENT_TYPE_DESC,
    max(ACCOUNTING_CLASS_CODE_DESC) as ACCOUNTING_CLASS_CODE_DESC,
    max(BUSINESS_CLASS_CODE_DESC) as BUSINESS_CLASS_CODE_DESC
	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 المدفوعات, إقفال المدفوعات, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>D</LANGUAGE>
    <REPORT_NAME>ECC Kreditoren, KR-Abschluss, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>E</LANGUAGE>
    <REPORT_NAME>ECC Payables, Cierre de Cuentas a Pagar, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>F</LANGUAGE>
    <REPORT_NAME>ECC Payables, Clôture AP, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>I</LANGUAGE>
    <REPORT_NAME>ECC Payables, Chiusura CF, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>JA</LANGUAGE>
    <REPORT_NAME>ECC Payables, APクローズ, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>KO</LANGUAGE>
    <REPORT_NAME>ECC AP, AP 마감, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_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
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>S</LANGUAGE>
    <REPORT_NAME>ECC Lev.reskontra, AP: Stängning, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>TR</LANGUAGE>
    <REPORT_NAME>ECC Borçlar Muhasebesi, Borçlar Muhasebesi Kapanışı, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>ECC Payables, AP Closing, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_ECC_DATASECURITY_PKG_PUB.GetFilterAttributeValues</DESCRIPTION>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>ZHS</LANGUAGE>
    <REPORT_NAME>ECC Payables, AP 关闭, SQL2</REPORT_NAME>
    <DESCRIPTION>Imported from Enterprise Command Center
Dataset Key: ap-period-close
Query Procedure: AP_ECC_UTIL_PVT.GET_ECC_DATA_LOAD_INFO
Security Procedure: AP_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>
