DBA Data[Home] [Help]

APPS.PER_JP_DEPENDENT_PKG dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 29: FROM fnd_descr_flex_contexts_vl

25: p_style IN VARCHAR2) RETURN VARCHAR2 IS
26: --
27: CURSOR cel_address_style IS
28: SELECT descriptive_flex_context_name
29: FROM fnd_descr_flex_contexts_vl
30: WHERE application_id = 800
31: AND descriptive_flexfield_name = 'Address Structure'
32: AND descriptive_flex_context_code = p_style
33: AND enabled_flag = 'Y'