DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_CACHE_PKG dependencies on GL_JE_SOURCES_VL

Line 409: ,gl_je_sources_vl gjs

405: ,gjs.effective_date_rule_code effective_date_rule_code
406: ,xso.suspense_allowed_flag suspense_allowed_flag
407: FROM xla_subledger_options_v xso
408: ,fnd_application_tl fat
409: ,gl_je_sources_vl gjs
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

Line 618: ,gl_je_sources_vl jsv

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
621: AND jsv.je_source_name = xsl.je_source_name;
622: