DBA Data[Home] [Help]

APPS.HXC_HAD_BUS dependencies on FND_APPLICATION

Line 570: fnd_application a

566: --
567: CURSOR csr_chk_context IS
568: SELECT 'success'
569: FROM fnd_descr_flex_contexts_vl c,
570: fnd_application a
571: where c.descriptive_flexfield_name = 'OTC Aliases'
572: and a.application_short_name = 'HXC'
573: and a.application_id = c.application_id
574: and c.descriptive_flex_context_code = p_context_name ;