DBA Data[Home] [Help]

APPS.JG_GLOBE_FLEX_VAL dependencies on FND_DESCR_FLEX_CONTEXTS

Line 88: FROM fnd_descr_flex_contexts fc

84: l_context_code VARCHAR2(30);
85:
86: CURSOR c_context IS
87: SELECT fc.descriptive_flex_context_code
88: FROM fnd_descr_flex_contexts fc
89: WHERE fc.application_id = 7003
90: AND fc.descriptive_flex_context_code = p_context_code
91: AND fc.descriptive_flexfield_name = p_flexfield_name
92: AND fc.enabled_flag = 'Y';

Line 2678: From fnd_descr_flex_contexts

2674:
2675: --Bug 9080741 Modified cursor to be generic for all countries
2676: Cursor C_Gdf_Context Is
2677: Select 'Yes' exist_flag
2678: From fnd_descr_flex_contexts
2679: Where application_id = 7003
2680: And descriptive_flexfield_name like 'JG_AP_INVOICE_DISTRIBUTIONS'
2681: And descriptive_flex_context_code = p_gdf_context
2682: --And substr(descriptive_flex_context_code, 4, 2) = cp_country_code