DBA Data[Home] [Help]

APPS.EGO_COM_ATTR_VALIDATION dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 76: from fnd_descr_flex_contexts_vl

72: Cursor c_get_attr_grp_display_name(p_application_id in number
73: ,p_descriptive_flexfield_name in varchar2
74: ,p_attr_grp_name in varchar2) is
75: Select descriptive_flex_context_name
76: from fnd_descr_flex_contexts_vl
77: where application_id = p_application_id
78: and descriptive_flexfield_name = p_descriptive_flexfield_name
79: and descriptive_flex_context_code = p_attr_grp_name;
80: