DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 740: FROM fnd_descr_flex_contexts_vl vl

736: -- cursor modified to improve performance.
737:
738: cursor csr_valid_style IS
739: SELECT NULL
740: FROM fnd_descr_flex_contexts_vl vl
741: WHERE vl.descriptive_flexfield_name ='Address Location'
742: AND vl.enabled_flag = 'Y'
743: AND vl.application_id = 800
744: AND vl.descriptive_flex_context_code = p_style;