DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 751: FROM fnd_descr_flex_contexts_vl vl

747: -- cursor modified to improve performance.
748:
749: cursor csr_valid_style IS
750: SELECT NULL
751: FROM fnd_descr_flex_contexts_vl vl
752: WHERE vl.descriptive_flexfield_name ='Address Location'
753: AND vl.enabled_flag = 'Y'
754: AND vl.application_id = 800
755: AND vl.descriptive_flex_context_code = p_style;