DBA Data[Home] [Help]

APPS.EGO_TEMPL_ATTRS_PUB dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 231: FROM fnd_descr_flex_column_usages fl_col ,

227: --5101284 : Perf issues
228: CURSOR c_check_template_attribute(cp_template_id NUMBER
229: ,cp_attribute_name VARCHAR2) IS
230: SELECT 1
231: FROM fnd_descr_flex_column_usages fl_col ,
232: ego_fnd_df_col_usgs_ext ext,
233: ego_templ_attributes eta
234: WHERE ext.application_id = fl_col.application_id
235: AND ext.descriptive_flexfield_name = fl_col.descriptive_flexfield_name

Line 380: FROM fnd_descr_flex_column_usages fl_col ,

376: --5101284 : Perf issues
377: CURSOR c_check_template_attribute(cp_template_id NUMBER
378: ,cp_attribute_name VARCHAR2) IS
379: SELECT 1
380: FROM fnd_descr_flex_column_usages fl_col ,
381: ego_fnd_df_col_usgs_ext ext,
382: ego_templ_attributes eta
383: WHERE ext.application_id = fl_col.application_id
384: AND ext.descriptive_flexfield_name = fl_col.descriptive_flexfield_name