<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: Yes -->
 <LOVS_ROW>
  <GUID>8E2FF36EDEA679D2E0530100007F1FF2</GUID>
  <LOV_NAME>Yes</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
</LOVS>
<REPORTS>
<!-- loader xml for Enginatics Blitz Report: XXE4ARW AI_ONT_RMA_INT_GL_LINES_RW -->
 <REPORTS_ROW>
  <GUID>3C2B1559B12E3F3EE063EA08140A089C</GUID>
  <SQL_TEXT>select distinct 
origl.header_id,
origl.line_id line_id_h,
ooha.order_number,
hp.party_name,
hca.account_number,
ooha.cust_po_number,
ooha.shipping_method_code,
oola.line_id,
oola.line_number,
oola.ordered_item,
oola.shipped_quantity,
oola.unit_selling_price,
oola.tax_value,
origl.gl_post_journal,
origl.gl_post_journal_id,
origl.gl_post_date journal,
origl.interface_status,
origl.error_flag,
origl.complete_flag,
origl.matched_flag,
origl.amount,
gcc_dr.segment1||&apos;-&apos;||gcc_dr.segment2||&apos;-&apos;||gcc_dr.segment3||&apos;-&apos;||gcc_dr.segment4||&apos;-&apos;||gcc_dr.segment5 debit_account,
gcc_cr.segment1||&apos;-&apos;||gcc_cr.segment2||&apos;-&apos;||gcc_cr.segment3||&apos;-&apos;||gcc_cr.segment4||&apos;-&apos;||gcc_cr.segment5 credit_account
from
xyai.xyai_ont_rma_int_gl_lines origl,
oe_order_headers_all ooha,
hz_cust_accounts hca,
hz_parties hp,
oe_order_lines_all oola,
gl_code_combinations gcc_dr,
gl_code_combinations gcc_cr,
where
2=2 and
origl.header_id=ooha.header_id and
origl.line_id=oola.line_id and
hca.cust_account_id=ooha.sold_to_org_id and
hca.party_id=hp.party_id and
origl.cr_ccid=gcc_cr.code_combination_id and
origl.dr_ccid=gcc_dr.code_combination_id</SQL_TEXT>
  <DISABLED>Y</DISABLED>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>XXE4ARW AI_ONT_RMA_INT_GL_LINES_RW</REPORT_NAME>
    <DESCRIPTION>Imported from Excel4apps
Description: Extract of XYAI_ONT_RMA_INT_GL_LINES table. (for RMA Accruals details
Application: Excel4apps Reports Wand
Source: AI_ONT_RMA_INT_GL_LINES_RW
Short Name: AI_ONT_RMA_INT_GL_LINES_RW</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>origl.matched_flag is null</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>Yes</LOV_NAME>
    <LOV_GUID>8E2FF36EDEA679D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select &apos;Y&apos; id, xxen_util.meaning(&apos;Y&apos;,&apos;YES_NO&apos;,0) value, null description from dual</LOV_QUERY_DSP>
    <DEFAULT_VALUE>Y</DEFAULT_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Matched Flag</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>origl.interface_status=:interface_status</SQL_TEXT>
    <PARAMETER_TYPE_DSP>Char</PARAMETER_TYPE_DSP>
    <DEFAULT_VALUE>POSTED</DEFAULT_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Interface Status</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>gcc_cr.segment1||&apos;-&apos;||gcc_cr.segment2||&apos;-&apos;||gcc_cr.segment3||&apos;-&apos;||gcc_cr.segment4||&apos;-&apos;||gcc_cr.segment5=:credit_account</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV custom</PARAMETER_TYPE_DSP>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
gcc_cr.segment1||&apos;-&apos;||gcc_cr.segment2||&apos;-&apos;||gcc_cr.segment3||&apos;-&apos;||gcc_cr.segment4||&apos;-&apos;||gcc_cr.segment5 value,
null description
from
gl_code_combinations gcc_cr
</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Credit Account</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>
