<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: FA Book -->
 <LOVS_ROW>
  <GUID>B12587B17F666485E0530100007FA7F4</GUID>
  <LOV_NAME>FA Book</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
x.value,
x.description
from
(
select
fbcs.book_type_code value,
fbcs.book_type_name||&apos; (&apos;||fbcs.book_class||&apos;)&apos; description
from
fa_book_controls_sec fbcs
where
:$flex$.ledger is null or fbcs.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
nvl(:$flex$.mrc_flag,&apos;P&apos;) != &apos;R&apos;
union
select
fbcs.book_type_code value,
fbcs.book_type_name||&apos; (&apos;||fbcs.book_class||&apos;)&apos; description
from
fa_book_controls_sec fbcs,
fa_mc_book_controls fmbc
where
fbcs.book_type_code = fmbc.book_type_code and
fbcs.set_of_books_id = fmbc.primary_set_of_books_id and
:$flex$.ledger is null or fmbc.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
nvl(:$flex$.mrc_flag,&apos;P&apos;) = &apos;R&apos;
) x
order by
x.value</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: FA Organization -->
 <LOVS_ROW>
  <GUID>8E2FF36EDEDF79D2E0530100007F1FF2</GUID>
  <LOV_NAME>FA Organization</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
haouv.name value,
flvv.meaning description
from
hr_all_organization_units_vl haouv,
fnd_lookup_values_vl flvv
where
haouv.organization_id in
(select hoi.organization_id from hr_organization_information hoi where hoi.org_information1=&apos;FA_ORG&apos; and hoi.org_information_context=&apos;CLASS&apos; and hoi.org_information2=&apos;Y&apos;) and
haouv.type=flvv.lookup_code(+) and
flvv.lookup_type(+)=&apos;ORG_TYPE&apos; and
flvv.view_application_id(+)=3 and
flvv.security_group_id(+)=0
order by
haouv.name</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- loader xml for Enginatics Blitz Report lov: GL Ledger (Asset Book Secured) -->
 <LOVS_ROW>
  <GUID>05FCF30F9B56017AE0630100007F6C53</GUID>
  <LOV_NAME>GL Ledger (Asset Book Secured)</LOV_NAME>
  <VALIDATE_FROM_LIST>Y</VALIDATE_FROM_LIST>
  <LOV_QUERY>select
gl.name value,
fifsv.id_flex_structure_name||&apos;: &apos;||decode(gl.ledger_category_code,&apos;NONE&apos;,xxen_util.meaning(gl.object_type_code,&apos;LEDGERS&apos;,101),xxen_util.meaning(gl.ledger_category_code,&apos;GL_ASF_LEDGER_CATEGORY&apos;,101))||&apos;: &apos;||gl.description description
from
gl_ledgers gl,
fnd_id_flex_structures_vl fifsv
where
gl.ledger_id in (select set_of_books_id from fa_book_controls_sec) and
gl.chart_of_accounts_id=fifsv.id_flex_num and
fifsv.id_flex_code=&apos;GL#&apos; and
fifsv.application_id=101
order by
fifsv.id_flex_structure_name,
decode(gl.ledger_category_code,&apos;PRIMARY&apos;,1,&apos;SECONDARY&apos;,2,&apos;ALC&apos;,3,&apos;NONE&apos;,4),
gl.name</LOV_QUERY>
  <LOV_TRANSLATIONS>
   <LOV_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
   </LOV_TRANSLATIONS_ROW>
  </LOV_TRANSLATIONS>
 </LOVS_ROW>
<!-- 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: FA Asset Book Details -->
 <REPORTS_ROW>
  <GUID>535C61F92AE02EFAE0536209825EDD01</GUID>
  <SQL_TEXT>with c_alt_ledgers as (
select
gl.ledger_id,
fmbc.book_type_code,
gl.name alternative_ledger,
decode(gl.ledger_category_code,&apos;ALC&apos;,&apos;Reporting&apos;,&apos;SECONDARY&apos;,&apos;Secondary&apos;) alternative_ledger_type,
gl.currency_code alternative_ledger_currency,
fifsv.description alt_ledger_chart_of_accounts,
fmbc.gl_posting_allowed_flag alt_ledger_allow_gl_posting,
fmbc.enabled_flag alternative_ledger_enabled
from
fa_mc_book_controls fmbc,
gl_ledgers gl,
fnd_id_flex_structures_vl fifsv
where
fmbc.set_of_books_id=gl.ledger_id and
gl.ledger_category_code&lt;&gt;&apos;PRIMARY&apos; and
gl.chart_of_accounts_id=fifsv.id_flex_num and
fifsv.id_flex_code=&apos;GL#&apos; and
fifsv.application_id=101 and
&apos;&amp;show_alt_ledgers&apos;=&apos;Y&apos;
),
c_additions as(
select
fab.asset_id,
fab.asset_number,
(select fat.description from fa_additions_tl fat where fat.asset_id=fab.asset_id and fat.language=userenv(&apos;lang&apos;)) asset_description,
fab.tag_number,
fab.attribute_category_code asset_category_code,
fnd_flex_xml_publisher_apis.process_kff_combination_1(&apos;asset_flex_cat_seg&apos;, &apos;OFA&apos;, &apos;CAT#&apos;, fsc.category_flex_structure, null, fab.asset_category_id, &apos;BASED_CATEGORY&apos; , &apos;N&apos;, &apos;VALUE&apos;) major_category,
fnd_flex_xml_publisher_apis.process_kff_combination_1(&apos;asset_flex_cat_seg&apos;, &apos;OFA&apos;, &apos;CAT#&apos;, fsc.category_flex_structure, null, fab.asset_category_id, &apos;BASED_CATEGORY&apos; , &apos;N&apos;, &apos;DESCRIPTION&apos;) major_category_description,
fnd_flex_xml_publisher_apis.process_kff_combination_1(&apos;asset_flex_cat_seg&apos;, &apos;OFA&apos;, &apos;CAT#&apos;, fsc.category_flex_structure, null, fab.asset_category_id, &apos;MINOR_CATEGORY&apos; , &apos;N&apos;, &apos;VALUE&apos;) minor_category,
fnd_flex_xml_publisher_apis.process_kff_combination_1(&apos;asset_flex_cat_seg&apos;, &apos;OFA&apos;, &apos;CAT#&apos;, fsc.category_flex_structure, null, fab.asset_category_id, &apos;MINOR_CATEGORY&apos; , &apos;N&apos;, &apos;DESCRIPTION&apos;) minor_category_description,
fab.serial_number,
(select fakk.concatenated_segments from fa_asset_keywords_kfv fakk where fakk.code_combination_id=fab.asset_key_ccid) asset_key,
(select fab1.asset_number from fa_additions_b fab1 where fab1.asset_id=fab.parent_asset_id) parent_asset_number,
(select fat.description from fa_additions_tl fat where fat.asset_id=fab.parent_asset_id and fat.language=userenv(&apos;lang&apos;)) parent_description ,
fab.manufacturer_name,
fab.model_number,
fl.lease_number,
fl.description lease_description,
(select aps.vendor_name from ap_suppliers aps where fl.lessor_id=aps.vendor_id) lessor,
fab.in_use_flag,
fab.inventorial,
fab.asset_type,
fab.current_units,
fab.property_type_code,
fab.owned_leased,
fab.property_1245_1250_code,
fab.new_used,
fab.commitment,
fab.investment_law,
fb.book_type_code,
fb.cost,
decode(fab.asset_type, &apos;CIP&apos;, fcb.cip_cost_acct, fcb.asset_cost_acct) asset_account,
gl_flexfields_pkg.get_description(fbc.accounting_flex_structure,&apos;GL_ACCOUNT&apos;,decode(fab.asset_type, &apos;CIP&apos;, fcb.cip_cost_acct, fcb.asset_cost_acct)) asset_account_description,
decode(fab.asset_type, &apos;CIP&apos;, null,fcb.deprn_reserve_acct) reserve_account,
decode(fab.asset_type, &apos;CIP&apos;, null,gl_flexfields_pkg.get_description(fbc.accounting_flex_structure,&apos;GL_ACCOUNT&apos;,fcb.deprn_reserve_acct)) reserve_account_description,
nvl(fbc.distribution_source_book,fbc.book_type_code) dist_book_type_code,
trunc(fb.date_placed_in_service) date_in_service,
(select fdp.period_name from fa_deprn_periods fdp where fb.book_type_code=fdp.book_type_code and fb.period_counter_fully_retired=fdp.period_counter) period_retired,
fb.period_counter_fully_retired
from
fa_additions_b fab,
fa_books fb,
fa_leases fl,
fa_book_controls fbc,
fa_system_controls fsc,
fa_category_books fcb
where
fab.asset_id=fb.asset_id and
nvl(fb.disabled_flag,&apos;N&apos;)=&apos;N&apos; and
fb.date_effective&lt;=nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fb.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),sysdate) and
nvl(fb.date_ineffective,sysdate+1)&gt;nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fb.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),sysdate) and
fbc.book_type_code=fb.book_type_code and
fcb.book_type_code=fb.book_type_code and
fcb.category_id=fab.asset_category_id and
fab.lease_id=fl.lease_id(+) and
(&apos;&amp;show_additions&apos;=&apos;Y&apos; or &apos;&amp;show_dprn&apos;=&apos;Y&apos; or &apos;&amp;show_trx&apos;=&apos;Y&apos; or &apos;&amp;show_dist&apos;=&apos;Y&apos; or &apos;&amp;show_inv_src&apos;=&apos;Y&apos;)
),
c_dprn as(
select
fds.book_type_code,
fds.asset_id,
fds.period_counter last_deprn_period_counter,
fdp.period_name last_deprn_period_name,
fdp.period_close_date last_deprn_period_close_date,
fds.deprn_amount last_deprn_amount,
case
when fds.period_counter = nvl(fds.as_of_pc,fbc.last_period_counter)
or   floor((fds.period_counter - fdp.period_num)/fct.number_per_fiscal_year) = nvl(fds.as_of_fy,fbc.current_fiscal_year)
then fds.ytd_deprn
else 0
end ytd_deprn,
fds.deprn_reserve,
fds.deprn_source_code
from
(
select x.* from (
select
max(fds.period_counter) over (partition by fds.asset_id,fds.book_type_code) max_period_counter,
(select fdp2.period_counter from fa_deprn_periods fdp2 where fds.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period) as_of_pc,
(select fdp2.fiscal_year from fa_deprn_periods fdp2 where fds.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period) as_of_fy,
fds.*
from
fa_deprn_summary fds
where
fds.period_counter&lt;=nvl2(:p_period,(select fdp2.period_counter from fa_deprn_periods fdp2 where fds.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),fds.period_counter)
) x
where
x.period_counter=x.max_period_counter
) fds,
fa_deprn_periods fdp,
fa_book_controls fbc,
fa_calendar_types fct
where
fds.book_type_code=fdp.book_type_code and
fds.period_counter=fdp.period_counter and
fds.book_type_code=fbc.book_type_code and
fbc.deprn_calendar=fct.calendar_type and
&apos;&amp;show_dprn&apos;=&apos;Y&apos;
),
c_dist as(
select
fbc.book_type_code,
fdh.asset_id,
fdh.units_assigned assigned_units,
papf.full_name assigned_owner,
fnd_flex_xml_publisher_apis.process_kff_combination_1(&apos;asset_location&apos;, &apos;OFA&apos;, &apos;LOC#&apos;, fsc.location_flex_structure, null, fdh.location_id, &apos;ALL&apos;, &apos;Y&apos;, &apos;VALUE&apos;) assigned_location,
gcck.concatenated_segments expense_account_segments,
fnd_flex_xml_publisher_apis.process_kff_combination_1(&apos;expense_account&apos;, &apos;SQLGL&apos;, &apos;GL#&apos;, gcck.chart_of_accounts_id, null, fdh.code_combination_id, &apos;ALL&apos;, &apos;Y&apos;, &apos;DESCRIPTION&apos;) expense_account_description
from
fa_book_controls fbc,
fa_distribution_history fdh,
fa_system_controls fsc,
gl_code_combinations_kfv gcck,
per_all_people_f papf
where
fdh.book_type_code=nvl(fbc.distribution_source_book,fbc.book_type_code) and
fdh.date_effective &lt;= nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fdp2.book_type_code = fbc.book_type_code and fdp2.period_name = :p_period),sysdate) and
nvl(fdh.date_ineffective,sysdate+1) &gt; nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fdp2.book_type_code = fbc.book_type_code and fdp2.period_name = :p_period),sysdate) and
fdh.code_combination_id=gcck.code_combination_id and
fdh.assigned_to=papf.person_id(+) and
fdh.date_effective between nvl(papf.effective_start_date,fdh.date_effective) and nvl(papf.effective_end_date,fdh.date_effective) and
&apos;&amp;show_dist&apos;=&apos;Y&apos;
),
c_fin_trx as (
select
fb.asset_id,
fb.book_type_code,
(select fl.meaning from fa_lookups fl where fl.lookup_type=&apos;FAXOLTRX&apos; and fl.lookup_code=fth.transaction_type_code) trx_transaction_type,
fdp.period_name trx_period_entered,
fcp.period_name trx_period_effective,
fb.cost trx_current_cost,
fth.transaction_date_entered trx_date_entered,
fdp.fiscal_year trx_fiscal_year,
fth.date_effective trx_date_effective,
ftr.transaction_type trx_reference_type,
ftr.trx_reference_id,
fb.transaction_header_id_in
from
fa_books fb,
fa_books fb0,
fa_transaction_headers fth,
fa_trx_references ftr,
fa_deprn_periods fdp,
fa_book_controls fbc,
fa_calendar_periods fcp
where
fth.date_effective&lt;=nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fth.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),sysdate) and
fb.transaction_header_id_in=fb0.transaction_header_id_out(+) and
(fb.cost&lt;&gt;fb0.cost or fb0.cost is null) and
fb.transaction_header_id_in=fth.transaction_header_id and
fth.trx_reference_id=ftr.trx_reference_id(+) and
fth.book_type_code=fdp.book_type_code and
fth.date_effective between fdp.period_open_date and nvl(fdp.period_close_date,sysdate) and
fb.book_type_code=fbc.book_type_code and
fbc.deprn_calendar=fcp.calendar_type and
fth.transaction_date_entered between fcp.start_date and fcp.end_date and
fb.book_type_code=fdp.book_type_code and
&apos;&amp;show_trx&apos;=&apos;Y&apos;
),
c_inv_src as (
select
faiv.asset_id,
fb.book_type_code,
faiv.vendor_name supplier,
faiv.vendor_number supplier_number,
faiv.po_number,
faiv.invoice_number,
faiv.invoice_date,
faiv.invoice_line_number,
faiv.description invoice_description,
faiv.payables_units invoice_units,
faiv.payables_cost  invoice_amount
from
fa_invoice_details_v faiv,
fa_books fb
where
faiv.asset_id=fb.asset_id and
faiv.date_effective&lt;=nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fb.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),sysdate) and
nvl(faiv.date_ineffective,sysdate+1)&gt;nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fb.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),sysdate) and
fb.date_effective&lt;=nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fb.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),sysdate) and
nvl(fb.date_ineffective,sysdate+1)&gt;nvl2(:p_period,(select nvl(fdp2.period_close_date,sysdate) from fa_deprn_periods fdp2 where fb.book_type_code=fdp2.book_type_code and fdp2.period_name=:p_period),sysdate) and
&apos;&amp;show_inv_src&apos;=&apos;Y&apos;
)
select --main SQL starts here
gl.name ledger,
fbc.book_type_code asset_book,
fbc.book_type_name asset_book_name,
fbc.book_class class,
fbc.distribution_source_book associated_corporate_book,
(select fds.period_name from fa_deprn_periods fds where fds.period_counter=fbc.initial_period_counter and fds.book_type_code=fbc.book_type_code) initial_period,
(select fds.period_name from fa_deprn_periods fds where fds.period_counter=fbc.last_mass_copy_period_counter and fds.book_type_code=fbc.book_type_code) last_mass_copy_period,
(select fds.period_name from fa_deprn_periods fds where fds.period_counter=fbc.last_period_counter and fds.book_type_code=fbc.book_type_code) last_deprn_period,
&amp;calendar_columns
&amp;alt_ledger_columns
&amp;accounting_rules_columns
&amp;natural_account_columns
&amp;asset_number
&amp;addition_columns
&amp;dprn_columns
&amp;distribution_columns
&amp;trx_columns
&amp;inv_src_columns
haouv.name operating_unit,
(select fift.id_flex_structure_name from fnd_id_flex_structures_tl fift where gl.chart_of_accounts_id=fift.id_flex_num and fift.application_id=101 and fift.id_flex_code=&apos;GL#&apos; and fift.language=userenv(&apos;lang&apos;)) chart_of_accounts,
fbc.org_id,
nvl(:p_period,&apos;Current&apos;) as_of_period
from
fa_book_controls fbc,
gl_ledgers gl,
c_alt_ledgers,
c_additions,
c_dprn,
c_dist,
c_fin_trx,
c_inv_src,
hr_all_organization_units_vl haouv
where
1=1 and
fbc.set_of_books_id=gl.ledger_id and
fbc.book_type_code=c_alt_ledgers.book_type_code(+) and
fbc.book_type_code=c_additions.book_type_code(+) and
c_additions.book_type_code=c_dprn.book_type_code(+) and
c_additions.asset_id=c_dprn.asset_id(+) and
c_additions.book_type_code=c_dist.book_type_code(+) and
c_additions.asset_id=c_dist.asset_id(+) and
c_additions.book_type_code=c_fin_trx.book_type_code(+) and
c_additions.asset_id=c_fin_trx.asset_id(+) and
c_additions.asset_id=c_inv_src.asset_id(+) and
c_additions.book_type_code=c_inv_src.book_type_code(+) and
fbc.org_id=haouv.organization_id(+)
order by
fbc.book_type_code
&amp;order_columns</SQL_TEXT>
  <VERSION_COMMENTS>added date_ineffective conditions to fa_books in c_inv_src</VERSION_COMMENTS>
  <ENABLED>Y</ENABLED>
  <XDO_APPLICATION_SHORT_NAME>JL</XDO_APPLICATION_SHORT_NAME>
  <REQUIRED_PARAMETERS>(:Ledger is not null or :Book is not null)</REQUIRED_PARAMETERS>
  <REPORT_TRANSLATIONS>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>AR</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>دفاتر أصول FA مع ملخص إهلاك الأصول وقيم المعاملات المالية.
باستخدام المعلمات &quot;إظهار التقويم&quot; ، &quot;إظهار دفاتر الأستاذ البديلة&quot; ، &quot;إظهار قواعد المحاسبة&quot; ، يظهر &quot;إظهار الحسابات الطبيعية&quot; تفاصيل الإعداد لعناصر تحكم الكتاب.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>إذا قمت بإظهار جميع الأصول ، يجب عليك تحديد كتاب</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>D</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>FA-Anlagenbücher mit Anlagenabschreibungsübersicht und Finanztransaktionswerten.
Mit den Parametern &apos;Kalender anzeigen&apos;, &apos;Alternative Ledger anzeigen&apos;, &apos;Buchhaltungsregeln anzeigen&apos;, &apos;Natürliche Konten anzeigen&apos; werden die Einrichtungsdetails der Buchsteuerungen angezeigt.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Wenn Sie alle Assets anzeigen, müssen Sie ein Buch auswählen</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>E</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>FA libros de activos con el resumen de la depreciación de los activos y los valores de las transacciones financieras.
Mediante los parámetros &quot;Mostrar calendario&quot;, &quot;Mostrar libros alternativos&quot;, &quot;Mostrar reglas contables&quot;, &quot;Mostrar cuentas naturales&quot; se muestran los detalles de configuración de los controles de los libros.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Si muestra todos los activos, debe seleccionar un libro</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>F</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>Les livres d&apos;actifs des FA avec le résumé de la dépréciation des actifs et les valeurs des transactions financières.
Les paramètres &quot;Afficher le calendrier&quot;, &quot;Afficher les grands livres alternatifs&quot;, &quot;Afficher les règles comptables&quot;, &quot;Afficher les comptes naturels&quot; permettent d&apos;afficher les détails de configuration des contrôles comptables.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Si vous présentez tous les actifs, vous devez sélectionner un livre</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>I</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>I libri contabili di FA con il riepilogo dell&apos;ammortamento dei beni e i valori delle transazioni finanziarie.
Usando i parametri &apos;Show Calendar&apos;, &apos;Show Alternative Ledgers&apos;, &apos;Show Accounting Rules&apos;, &apos;Show Natural Accounts&apos; mostra i dettagli di impostazione dei controlli dei libri.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Se si mostrano tutte le attività, è necessario selezionare un libro</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>JA</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>資産減価償却の概要と財務取引の値を持つFA資産の帳簿。
パラメータ&apos;カレンダーを表示&apos;、&apos;代替元帳を表示&apos;、&apos;会計ルールを表示&apos;、&apos;自然会計を表示&apos;を使用して、ブックコントロールのセットアップの詳細を示しています。</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>すべての資産を表示する場合は、ブックを選択する必要があります。</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>KO</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>자산 감가 상각 요약 및 금융 거래 가치가있는 FA 자산 장부.
&apos;캘린더 표시&apos;, &apos;대체 원장 표시&apos;, &apos;회계 규칙 표시&apos;, &apos;자연 계정 표시&apos;매개 변수를 사용하여 장부 제어의 설정 세부 사항을 표시합니다.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>모든 자산을 표시하는 경우 책을 선택해야합니다.</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>PTB</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>FA livros patrimoniais com resumo de depreciação de ativos e valores de transações financeiras.
Usando os parâmetros &apos;Mostrar Calendário&apos;, &apos;Mostrar Ledgers Alternativos&apos;, &apos;Mostrar Regras de Contabilidade&apos;, &apos;Mostrar Contas Naturais&apos; mostra os detalhes de configuração dos controles contábeis.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Se você mostrar todos os bens, você deve selecionar um livro</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>RU</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>Бухгалтерские книги активов FA со сводкой амортизационных отчислений по активам и стоимостью финансовых операций.
Используя параметры &apos;Показывать календарь&apos;, &apos;Показывать альтернативные книги&apos;, &apos;Показывать правила бухгалтерского учета&apos;, &apos;Показывать естественные счета&apos;, показывает детали настройки элементов управления книгами.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Если вы показываете все активы, вы должны выбрать книгу</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>S</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>FA tillgångsböcker med tillgångsavskrivningar och finansiella transaktionsvärden.
Med hjälp av parametrarna &apos;Visa kalender&apos;, &apos;Visa alternativa redovisningar&apos;, &apos;Visa bokföringsregler&apos;, &apos;Visa naturliga konton&apos; visas inställningarna för bokkontroller.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Om du visar alla tillgångar måste du välja en bok</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>TR</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>Varlık amortisman özeti ve finansal işlem değerleri içeren FA varlık defterleri.
&apos;Takvimi Göster&apos;, &apos;Alternatif Defterleri Göster&apos;, &apos;Muhasebe Kurallarını Göster&apos;, &apos;Doğal Hesapları Göster&apos; parametrelerini kullanarak kitap kontrollerinin kurulum ayrıntılarını gösterir.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>Tüm varlıkları gösterirseniz, bir kitap seçmelisiniz</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>US</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>FA asset books with asset depreciation summary and financial transaction values.
Using parameters &apos;Show Calendar&apos;, &apos;Show Alternative Ledgers&apos;, &apos;Show Accounting Rules&apos;, &apos;Show Natural Accounts&apos; shows the setup details of book controls.</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>You must select a Ledger and/or Book</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
   <REPORT_TRANSLATIONS_ROW>
    <LANGUAGE>ZHS</LANGUAGE>
    <REPORT_NAME>FA Asset Book Details</REPORT_NAME>
    <DESCRIPTION>FA资产账簿与资产折旧汇总和财务交易值。
使用参数 &quot;显示日历&quot;、&quot;显示替代账&quot;、&quot;显示会计规则&quot;、&quot;显示自然账 &quot;显示账簿控制的设置细节。</DESCRIPTION>
    <REQUIRED_PARAMETERS_MESSAGE>如果您显示所有的资产，您必须选择一个账本。</REQUIRED_PARAMETERS_MESSAGE>
   </REPORT_TRANSLATIONS_ROW>
  </REPORT_TRANSLATIONS>
  <CATEGORY_ASSIGNMENTS>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>Enginatics</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
   <CATEGORY_ASSIGNMENTS_ROW>
    <CATEGORY>R12 only</CATEGORY>
   </CATEGORY_ASSIGNMENTS_ROW>
  </CATEGORY_ASSIGNMENTS>
  <ANCHORS>
   <ANCHORS_ROW>
    <ANCHOR>&amp;accounting_rules_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;addition_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;alt_ledger_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;asset_number</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;calendar_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;distribution_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;dprn_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;inv_src_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;natural_account_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;order_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;show_additions</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;show_alt_ledgers</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;show_dist</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;show_dprn</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;show_inv_src</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;show_trx</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>&amp;trx_columns</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>1=1</ANCHOR>
   </ANCHORS_ROW>
   <ANCHORS_ROW>
    <ANCHOR>:p_period</ANCHOR>
   </ANCHORS_ROW>
  </ANCHORS>
  <PARAMETERS>
   <PARAMETERS_ROW>
    <SORT_ORDER>1</SORT_ORDER>
    <DISPLAY_SEQUENCE>10</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>gl.name=:ledger and
fbc.book_type_code in (select fbcs.book_type_code from fa_book_controls_sec fbcs)</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>GL Ledger (Asset Book Secured)</LOV_NAME>
    <LOV_GUID>05FCF30F9B56017AE0630100007F6C53</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
gl.name value,
fifsv.id_flex_structure_name||&apos;: &apos;||decode(gl.ledger_category_code,&apos;NONE&apos;,xxen_util.meaning(gl.object_type_code,&apos;LEDGERS&apos;,101),xxen_util.meaning(gl.ledger_category_code,&apos;GL_ASF_LEDGER_CATEGORY&apos;,101))||&apos;: &apos;||gl.description description
from
gl_ledgers gl,
fnd_id_flex_structures_vl fifsv
where
gl.ledger_id in (select set_of_books_id from fa_book_controls_sec) and
gl.chart_of_accounts_id=fifsv.id_flex_num and
fifsv.id_flex_code=&apos;GL#&apos; and
fifsv.application_id=101
order by
fifsv.id_flex_structure_name,
decode(gl.ledger_category_code,&apos;PRIMARY&apos;,1,&apos;SECONDARY&apos;,2,&apos;ALC&apos;,3,&apos;NONE&apos;,4),
gl.name</LOV_QUERY_DSP>
    <DEFAULT_VALUE>select gl.name
from gl_sets_of_books gl
where gl.set_of_books_id in (select set_of_books_id from fa_book_controls_sec)
and gl.set_of_books_id = nvl(fnd_profile.value(&apos;GL_SET_OF_BKS_ID&apos;),gl.set_of_books_id)</DEFAULT_VALUE>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Grand livre</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Ledger</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>2</SORT_ORDER>
    <DISPLAY_SEQUENCE>20</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>fbc.book_type_code=:book_type_code</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>FA Book</LOV_NAME>
    <LOV_GUID>B12587B17F666485E0530100007FA7F4</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
x.value,
x.description
from
(
select
fbcs.book_type_code value,
fbcs.book_type_name||&apos; (&apos;||fbcs.book_class||&apos;)&apos; description
from
fa_book_controls_sec fbcs
where
:$flex$.ledger is null or fbcs.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
nvl(:$flex$.mrc_flag,&apos;P&apos;) != &apos;R&apos;
union
select
fbcs.book_type_code value,
fbcs.book_type_name||&apos; (&apos;||fbcs.book_class||&apos;)&apos; description
from
fa_book_controls_sec fbcs,
fa_mc_book_controls fmbc
where
fbcs.book_type_code = fmbc.book_type_code and
fbcs.set_of_books_id = fmbc.primary_set_of_books_id and
:$flex$.ledger is null or fmbc.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
nvl(:$flex$.mrc_flag,&apos;P&apos;) = &apos;R&apos;
) x
order by
x.value</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Livre</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Book</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>3</SORT_ORDER>
    <DISPLAY_SEQUENCE>30</DISPLAY_SEQUENCE>
    <ANCHOR>:p_period</ANCHOR>
    <PARAMETER_TYPE_DSP>LOV custom</PARAMETER_TYPE_DSP>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
fdp.period_name value,
null description
from
fa_deprn_periods fdp
where xxen_util.contains(:$flex$.book,fdp.book_type_code) = &apos;Y&apos;
and fdp.period_counter&gt;(select min(fdp2.period_counter)
from fa_deprn_periods fdp2
where fdp2.book_type_code=fdp.book_type_code)
order by period_counter</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>As of Period</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>4</SORT_ORDER>
    <DISPLAY_SEQUENCE>40</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;calendar_columns</ANCHOR>
    <SQL_TEXT>fbc.date_ineffective inactive_on,
fbc.allow_purge_flag allow_purge,
(select fdp.period_name from fa_deprn_periods fdp where fdp.period_counter=fbc.last_purge_period_counter and fdp.book_type_code=fbc.book_type_code) purged_through,
gl.short_name ledger,
gl.description ledger_description,
fbc.gl_posting_allowed_flag allow_gl_posting,
fbc.deprn_calendar depreciation_calendar,
fbc.fiscal_year_name,
fbc.prorate_calendar,
(select fdp.period_name from fa_deprn_periods fdp where fdp.period_close_date is null and fdp.book_type_code=fbc.book_type_code) current_period,
fbc.current_fiscal_year,
decode(fbc.deprn_allocation_code,&apos;E&apos;,&apos;Evenly&apos;,&apos;D&apos;,&apos;By Days&apos;,fbc.deprn_allocation_code) divide_depreciation,
fbc.depr_first_year_ret_flag depreciate_if_retired_first_yr,
fbc.last_deprn_run_date last_depreciation_run_date,
fbc.deprn_status last_depreciation_run_status,
fbc.deprn_request_id last_depreciation_request,</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>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Calendrier des spectacles</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Calendar</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>5</SORT_ORDER>
    <DISPLAY_SEQUENCE>50</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;show_alt_ledgers</ANCHOR>
    <SQL_TEXT>Y</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>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les grands livres alternatifs</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Alternative Ledgers</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>6</SORT_ORDER>
    <ANCHOR>&amp;alt_ledger_columns</ANCHOR>
    <SQL_TEXT>c_alt_ledgers.alternative_ledger,
c_alt_ledgers.alternative_ledger_type,
c_alt_ledgers.alternative_ledger_currency,
c_alt_ledgers.alt_ledger_chart_of_accounts,
c_alt_ledgers.alt_ledger_allow_gl_posting,
c_alt_ledgers.alternative_ledger_enabled,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les grands livres alternatifs</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Alternative Ledgers</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>7</SORT_ORDER>
    <DISPLAY_SEQUENCE>60</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;accounting_rules_columns</ANCHOR>
    <SQL_TEXT>trunc(fbc.capital_gain_threshold/12) capital_gain_threshold_years,
mod(fbc.capital_gain_threshold,12) capital_gain_threshold_months,
fbc.amortize_flag allow_amortized_changes,
fbc.allow_mass_changes,
fbc.sorp_enabled_flag uk_local_authority_acc,
fbc.allow_cost_sign_change_flag allow_cost_sign_changes,
fbc.prevent_prior_period_txns_flag prevent_prev_period_amort_chng,
fbc.allow_unallocated_lines_flag allow_unallocated_line_types,
fbc.import_alloc_inv_lines_as_new disable_auto_merge_of_ap_lines,
--revaluations
fbc.allow_reval_flag allow_revaluations,
fbc.reval_deprn_reserve_flag revalue_accumulated_dprn,
fbc.reval_ytd_deprn_flag revalue_ytd_depreciation,
fbc.retire_reval_reserve_flag retire_revaluation_reserve,
fbc.amortize_reval_reserve_flag amortize_revaluation_reserve,
fbc.default_reval_fully_rsvd_flag revalue_fully_reserved_assets,
fbc.default_life_extension_factor life_extension_factor,
fbc.default_max_fully_rsvd_revals maximum_revaluations,
fbc.default_life_extension_factor life_extension_ceiling,
fbc.default_period_end_reval_flag include_curr_period_dprn,
--group dprn
fbc.allow_cip_member_flag allow_cip_member_in_grp_assets,
fbc.allow_cip_dep_group_flag allow_cip_dprn_in_grp_assets,
fbc.allow_member_tracking_flag allow_member_asset_track,
fbc.allow_interco_group_flag interco_member_asset_assign,
--other flags
fbc.intercompany_posting_flag create_intercomp_bal_entries,
fbc.allow_group_deprn_flag allow_group_depreciation,
fbc.allow_deprn_adjustments allow_reserve_adjustments,
fbc.allow_cost_ceiling allow_cost_ceilings,
fbc.itc_allowed_flag allow_invest_tax_credits,
fbc.allow_deprn_exp_ceiling allow_expense_ceilings,
fbc.allow_cip_assets_flag allow_cip_assets,
fbc.allow_backdated_transfers_flag allow_backdated_transfers,
fbc.allow_mass_copy,
fbc.copy_additions_flag copy_additions,
fbc.copy_adjustments_flag copy_adjustments,
fbc.copy_retirements_flag copy_retirements,
fbc.copy_amort_adaj_exp_flag copy_amort_add_and_adj_as_exp,</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>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les règles de comptabilité</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Accounting Rules</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>8</SORT_ORDER>
    <DISPLAY_SEQUENCE>70</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;natural_account_columns</ANCHOR>
    <SQL_TEXT>--retirment accounts
fbc.proceeds_of_sale_gain_acct proceeds_of_sale_gain,
fbc.proceeds_of_sale_loss_acct proceeds_of_sale_loss,
fbc.proceeds_of_sale_clearing_acct proceeds_of_sale_clearing,
fbc.cost_of_removal_gain_acct cost_of_removal_gain,
fbc.cost_of_removal_loss_acct cost_of_removal_loss,
fbc.cost_of_removal_clearing_acct cost_of_removal_clearing,
fbc.nbv_retired_gain_acct net_book_value_retired_gain,
fbc.nbv_retired_loss_acct net_book_value_retired_loss,
fbc.reval_rsv_retired_gain_acct reval_reserve_retired_gain,
fbc.reval_rsv_retired_loss_acct reval_reserve_retired_loss,
--
fbc.deferred_deprn_reserve_acct deferred_depreciation_reserve,
fbc.deferred_deprn_expense_acct deferred_depreciation_expense,
fbc.deprn_adjustment_acct depreciation_adjustment,
(select gcck.concatenated_segments from gl_code_combinations_kfv gcck where gcck.code_combination_id=fbc.flexbuilder_defaults_ccid) account_generator_defaults,</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>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les comptes naturels</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Natural Accounts</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>9</SORT_ORDER>
    <DISPLAY_SEQUENCE>80</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;show_additions</ANCHOR>
    <SQL_TEXT>Y</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>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les détails de l&apos;actif</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Asset Details</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>10</SORT_ORDER>
    <ANCHOR>&amp;addition_columns</ANCHOR>
    <SQL_TEXT>c_additions.tag_number,
c_additions.asset_category_code category,
c_additions.major_category,
c_additions.minor_category,
c_additions.major_category_description,
c_additions.minor_category_description,
c_additions.serial_number,
c_additions.asset_key,
c_additions.asset_type,
c_additions.current_units units,
c_additions.parent_asset_number,
c_additions.parent_description parent_asset_description,
c_additions.manufacturer_name manufacturer,
c_additions.model_number model,
c_additions.lease_number,
c_additions.lease_description,
c_additions.lessor,
c_additions.in_use_flag in_use,
c_additions.inventorial,
c_additions.property_type_code property_type,
c_additions.owned_leased ownership,
c_additions.property_1245_1250_code property_class,
c_additions.new_used bought,
c_additions.commitment,
c_additions.investment_law,
c_additions.cost,
c_additions.asset_account,
c_additions.asset_account_description,
c_additions.reserve_account,
c_additions.reserve_account_description,
c_additions.date_in_service,
c_additions.period_retired,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les détails de l&apos;actif</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Asset Details</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>11</SORT_ORDER>
    <ANCHOR>&amp;asset_number</ANCHOR>
    <SQL_TEXT>c_additions.asset_number,
c_additions.asset_description description,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les détails de l&apos;actif</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Asset Details</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>12</SORT_ORDER>
    <ANCHOR>&amp;order_columns</ANCHOR>
    <SQL_TEXT>,c_additions.asset_number, c_additions.asset_description</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les détails de l&apos;actif</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Asset Details</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>13</SORT_ORDER>
    <DISPLAY_SEQUENCE>90</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;show_dprn</ANCHOR>
    <SQL_TEXT>Y</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>F</LANGUAGE>
      <PARAMETER_NAME>Afficher le résumé des amortissements</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Depreciation Summary</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>14</SORT_ORDER>
    <ANCHOR>&amp;asset_number</ANCHOR>
    <SQL_TEXT>c_additions.asset_number,
c_additions.asset_description description,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher le résumé des amortissements</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Depreciation Summary</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>15</SORT_ORDER>
    <ANCHOR>&amp;dprn_columns</ANCHOR>
    <SQL_TEXT>c_dprn.last_deprn_period_name last_depreciation_period,
c_dprn.last_deprn_period_close_date,
c_dprn.last_deprn_amount last_depreciation_amount,
c_dprn.ytd_deprn ytd_depreciation,
c_dprn.deprn_reserve depreciation_reserve,
c_additions.cost-c_dprn.deprn_reserve net_book_value,
c_dprn.deprn_source_code depreciation_source_code,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher le résumé des amortissements</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Depreciation Summary</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>16</SORT_ORDER>
    <ANCHOR>&amp;order_columns</ANCHOR>
    <SQL_TEXT>,c_additions.asset_number, c_additions.asset_description</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher le résumé des amortissements</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Depreciation Summary</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>17</SORT_ORDER>
    <DISPLAY_SEQUENCE>100</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;show_dist</ANCHOR>
    <SQL_TEXT>Y</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>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les affectations</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Assignments</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>18</SORT_ORDER>
    <ANCHOR>&amp;asset_number</ANCHOR>
    <SQL_TEXT>c_additions.asset_number,
c_additions.asset_description description,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les affectations</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Assignments</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>19</SORT_ORDER>
    <ANCHOR>&amp;distribution_columns</ANCHOR>
    <SQL_TEXT>c_dist.assigned_units,
case nvl(c_additions.current_units,0) when 0 then to_number(null) else round(c_dist.assigned_units/c_additions.current_units*100,2) end assigned_percent,
c_dist.assigned_owner,
c_dist.assigned_location,
c_dist.expense_account_segments,
c_dist.expense_account_description,
</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les affectations</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Assignments</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>20</SORT_ORDER>
    <ANCHOR>&amp;order_columns</ANCHOR>
    <SQL_TEXT>,c_additions.asset_number, c_additions.asset_description</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les affectations</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Assignments</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>21</SORT_ORDER>
    <DISPLAY_SEQUENCE>110</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;show_trx</ANCHOR>
    <SQL_TEXT>Y</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>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les transactions financières</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Fin Transactions</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>22</SORT_ORDER>
    <ANCHOR>&amp;asset_number</ANCHOR>
    <SQL_TEXT>c_additions.asset_number,
c_additions.asset_description description,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les transactions financières</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Fin Transactions</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>23</SORT_ORDER>
    <ANCHOR>&amp;order_columns</ANCHOR>
    <SQL_TEXT>,c_additions.asset_number, c_additions.asset_description, c_fin_trx.trx_date_entered</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les transactions financières</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Fin Transactions</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>24</SORT_ORDER>
    <ANCHOR>&amp;trx_columns</ANCHOR>
    <SQL_TEXT>c_fin_trx.trx_transaction_type,
c_fin_trx.trx_period_entered,
c_fin_trx.trx_period_effective,
c_fin_trx.trx_current_cost,
c_fin_trx.trx_date_entered,
c_fin_trx.trx_fiscal_year,
c_fin_trx.trx_date_effective,
c_fin_trx.trx_reference_type,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les transactions financières</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Fin Transactions</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>25</SORT_ORDER>
    <DISPLAY_SEQUENCE>120</DISPLAY_SEQUENCE>
    <ANCHOR>&amp;show_inv_src</ANCHOR>
    <SQL_TEXT>Y</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>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les factures sources</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Source Invoices</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>26</SORT_ORDER>
    <ANCHOR>&amp;asset_number</ANCHOR>
    <SQL_TEXT>c_additions.asset_number,
c_additions.asset_description description,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les factures sources</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Source Invoices</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>27</SORT_ORDER>
    <ANCHOR>&amp;inv_src_columns</ANCHOR>
    <SQL_TEXT>c_inv_src.supplier,
c_inv_src.supplier_number,
c_inv_src.po_number,
c_inv_src.invoice_number,
c_inv_src.invoice_date,
c_inv_src.invoice_line_number,
c_inv_src.invoice_description,
c_inv_src.invoice_units,
c_inv_src.invoice_amount,</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les factures sources</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Source Invoices</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>28</SORT_ORDER>
    <ANCHOR>&amp;order_columns</ANCHOR>
    <SQL_TEXT>,c_additions.asset_number, c_additions.asset_description</SQL_TEXT>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Afficher les factures sources</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Show Source Invoices</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>29</SORT_ORDER>
    <DISPLAY_SEQUENCE>130</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>nvl(:p_exlc_retired,&apos;N&apos;)=nvl(:p_exlc_retired,&apos;N&apos;) and
(c_additions.period_counter_fully_retired is null or 
 c_additions.period_counter_fully_retired &gt;= 
 nvl2(:p_period,
      (select fdp2.period_counter from fa_deprn_periods fdp2 where fdp2.book_type_code = c_additions.book_type_code and fdp2.period_name = :p_period),
      (select max(fdp2.period_counter)-1 from fa_deprn_periods fdp2 where fdp2.book_type_code = c_additions.book_type_code)
     )
)</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>Exclude Retired Assets</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
   <PARAMETERS_ROW>
    <SORT_ORDER>30</SORT_ORDER>
    <DISPLAY_SEQUENCE>140</DISPLAY_SEQUENCE>
    <ANCHOR>1=1</ANCHOR>
    <SQL_TEXT>haouv.name=:org_name</SQL_TEXT>
    <PARAMETER_TYPE_DSP>LOV</PARAMETER_TYPE_DSP>
    <LOV_NAME>FA Organization</LOV_NAME>
    <LOV_GUID>8E2FF36EDEDF79D2E0530100007F1FF2</LOV_GUID>
    <VALIDATE_FROM_LIST_DSP>Y</VALIDATE_FROM_LIST_DSP>
    <LOV_QUERY_DSP>select
haouv.name value,
flvv.meaning description
from
hr_all_organization_units_vl haouv,
fnd_lookup_values_vl flvv
where
haouv.organization_id in
(select hoi.organization_id from hr_organization_information hoi where hoi.org_information1=&apos;FA_ORG&apos; and hoi.org_information_context=&apos;CLASS&apos; and hoi.org_information2=&apos;Y&apos;) and
haouv.type=flvv.lookup_code(+) and
flvv.lookup_type(+)=&apos;ORG_TYPE&apos; and
flvv.view_application_id(+)=3 and
flvv.security_group_id(+)=0
order by
haouv.name</LOV_QUERY_DSP>
    <PARAMETER_TRANSLATIONS>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>F</LANGUAGE>
      <PARAMETER_NAME>Organisation</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
     <PARAMETER_TRANSLATIONS_ROW>
      <LANGUAGE>US</LANGUAGE>
      <PARAMETER_NAME>Organization</PARAMETER_NAME>
     </PARAMETER_TRANSLATIONS_ROW>
    </PARAMETER_TRANSLATIONS>
   </PARAMETERS_ROW>
  </PARAMETERS>
  <PARAMETER_DEPENDENCIES>
   <PARAMETER_DEPENDENCIES_ROW>
    <FLEX_BIND>:$flex$.book</FLEX_BIND>
    <PARAMETER_NAME>Book</PARAMETER_NAME>
    <DEPENDENT_PARAMETER_NAME>As of Period</DEPENDENT_PARAMETER_NAME>
   </PARAMETER_DEPENDENCIES_ROW>
   <PARAMETER_DEPENDENCIES_ROW>
    <FLEX_BIND>:$flex$.ledger</FLEX_BIND>
    <PARAMETER_NAME>Ledger</PARAMETER_NAME>
    <DEPENDENT_PARAMETER_NAME>Book</DEPENDENT_PARAMETER_NAME>
   </PARAMETER_DEPENDENCIES_ROW>
  </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>
