DBA Data[Home] [Help]

APPS.XLA_VALIDATIONS_PKG dependencies on XLA_SOURCES_TL

Line 464: FROM xla_sources_tl s, xla_lookups l

460: --
461: CURSOR c_source
462: IS
463: SELECT s.name, l.meaning source_type
464: FROM xla_sources_tl s, xla_lookups l
465: WHERE s.application_id = p_application_id
466: AND s.source_type_code = p_source_type_code
467: AND s.source_code = p_source_code
468: AND s.language = USERENV('LANG')