DBA Data[Home] [Help]

APPS.JG_GLOBE_FLEX_VAL dependencies on FND_DESCR_FLEX_CONTEXTS

Line 75: FROM fnd_descr_flex_contexts fc

71: l_context_code VARCHAR2(30);
72:
73: CURSOR c_context IS
74: SELECT fc.descriptive_flex_context_code
75: FROM fnd_descr_flex_contexts fc
76: WHERE fc.application_id = 7003
77: AND fc.descriptive_flex_context_code = p_context_code
78: AND fc.descriptive_flexfield_name = p_flexfield_name
79: AND fc.enabled_flag = 'Y';