DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_CACHE_PKG dependencies on XLA_JE_CATEGORIES

Line 2294: ,xla_je_categories xjc

2290: SELECT xjc.event_class_code event_class_code
2291: ,xjc.je_category_name je_category_name
2292: ,xso.ledger_id ledger_id
2293: FROM xla_subledger_options_v xso
2294: ,xla_je_categories xjc
2295: WHERE xso.application_id = p_application_id
2296: AND xso.enabled_flag = 'Y'
2297: AND xjc.application_id = p_application_id
2298: AND xjc.ledger_id = xso.ledger_id