DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_CACHE_PKG dependencies on FND_CURRENCIES

Line 414: ,fnd_currencies fcu

410: ,fnd_id_flex_structures_tl fst
411: ,fnd_id_flex_structures_vl fsv
412: ,xla_acctg_methods_tl amt
413: ,xla_acctg_methods_vl amv
414: ,fnd_currencies fcu
415: ,fnd_languages fla
416: ,gl_coa_mappings gcm
417: WHERE xso.application_id = p_application_id
418: AND xso.relationship_enabled_flag = 'Y'

Line 475: ,fnd_currencies fcu

471: ,xlr.ALC_DEFAULT_CONV_RATE_TYPE
472: ,decode(xlr.ALC_NO_RATE_ACTION_CODE, 'FIND_RATE', nvl(xlr.ALC_MAX_DAYS_ROLL_RATE, -1), 0)
473: ALC_MAX_DAYS_ROLL_RATE
474: FROM xla_ledger_relationships_v xlr
475: ,fnd_currencies fcu
476: -- the following is added for bug 4640689
477: ,xla_subledgers xsl
478: WHERE xlr.primary_ledger_id = p_base_ledger_id
479: AND xlr.relationship_enabled_flag = 'Y'

Line 2730: FROM FND_CURRENCIES

2726: END IF;
2727:
2728: SELECT nvl(minimum_accountable_unit, power(10, -1* precision))
2729: INTO l_entered_currency_mau.currency_mau
2730: FROM FND_CURRENCIES
2731: WHERE currency_code = p_currency_code;
2732:
2733: l_entered_currency_mau.currency_code := p_currency_code;
2734: g_entered_currency_mau2 := g_entered_currency_mau1;