DBA Data[Home] [Help]

APPS.HXC_HAD_BUS dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 535: FROM fnd_descr_flex_contexts_vl c,

531: -- cursor to check alias definition name does not overlap
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