DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_CACHE_PKG dependencies on XLA_JE_CATEGORIES

Line 2790: ,xla_je_categories xjc

2786: SELECT xjc.event_class_code event_class_code
2787: ,xjc.je_category_name je_category_name
2788: ,xso.ledger_id ledger_id
2789: FROM xla_subledger_options_v xso
2790: ,xla_je_categories xjc
2791: WHERE xso.application_id = p_application_id
2792: AND xso.enabled_flag = 'Y'
2793: AND xjc.application_id = p_application_id
2794: AND xjc.ledger_id = xso.ledger_id