DBA Data[Home] [Help]

APPS.XLA_AE_SOURCES_PKG dependencies on XLA_SOURCES_TL

Line 256: FROM xla_sources_tl xst

252: IF p_source_code IS NOT NULL THEN
253:
254: SELECT REPLACE(xst.name, '''','''''')
255: INTO l_source_name
256: FROM xla_sources_tl xst
257: WHERE xst.application_id = p_source_application_id
258: AND xst.source_type_code = p_source_type_code
259: AND xst.source_code = p_source_code
260: AND xst.language = nvl(USERENV('LANG'),xst.language)