DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_CACHE_PKG dependencies on XLA_SUBLEDGERS

Line 477: ,xla_subledgers xsl

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'
480: AND xlr.ledger_category_code = 'ALC'
481: AND fcu.currency_code = xlr.currency_code

Line 616: FROM xla_subledgers xsl

612: ,g_record_session.char_sources_sl('XLA_USER_JE_SOURCE_NAME')
613: ,g_record_session.char_sources('VALUATION_METHOD_FLAG')
614: ,g_record_session.char_sources('CONTROL_ACCOUNT_ENABLED_FLAG')
615: ,g_record_session.char_sources('XLA_ALC_ENABLED_FLAG')
616: FROM xla_subledgers xsl
617: ,fnd_application_vl fav
618: ,gl_je_sources_vl jsv
619: WHERE xsl.application_id = p_application_id
620: AND fav.application_id = xsl.application_id