DBA Data[Home] [Help]

APPS.HXC_HAD_BUS dependencies on FND_APPLICATION

Line 536: fnd_application a

532: --
533: CURSOR csr_chk_context IS
534: SELECT 'success'
535: FROM fnd_descr_flex_contexts_vl c,
536: fnd_application a
537: where c.descriptive_flexfield_name = 'OTC Aliases'
538: and a.application_short_name = 'HXC'
539: and a.application_id = c.application_id
540: and c.descriptive_flex_context_code = p_context_name ;