DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on XLA_LEDGER_OPTIONS

Line 17: ,xla_ledger_options lopt

13: CURSOR c_ledger_lang_csr(p_ledger_id NUMBER)
14: IS
15: SELECT DISTINCT NVL(led.sla_description_language, USERENV('LANG')) language_code
16: FROM gl_ledgers led
17: ,xla_ledger_options lopt
18: ,gl_ledger_relationships led_rel
19: WHERE led.ledger_category_code in ('PRIMARY', 'SECONDARY')
20: AND led_rel.target_ledger_category_code in ('PRIMARY', 'SECONDARY')
21: AND led.ledger_id = lopt.ledger_id