DBA Data[Home] [Help]

APPS.EGO_TEMPL_ATTRS_PUB dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 230: FROM fnd_descr_flex_column_usages fl_col ,

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

Line 379: FROM fnd_descr_flex_column_usages fl_col ,

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