DBA Data[Home] [Help]

APPS.EGO_TEMPL_ATTRS_PUB dependencies on EGO_FND_DF_COL_USGS_EXT

Line 146: EGO_FND_DF_COL_USGS_EXT EXT,

142: ITA.enabled_flag,
143: ITA.attribute_name,
144: ITA.attribute_value
145: FROM
146: EGO_FND_DF_COL_USGS_EXT EXT,
147: EGO_FND_DSC_FLX_CTX_EXT FL_CTX_EXT,
148: MTL_ITEM_TEMPL_ATTRIBUTES ITA
149: WHERE
150: EXT.descriptive_flex_context_code = FL_CTX_EXT.descriptive_flex_context_code and

Line 231: ego_fnd_df_col_usgs_ext ext,

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
235: AND ext.descriptive_flex_context_code = fl_col.descriptive_flex_context_code

Line 380: ego_fnd_df_col_usgs_ext ext,

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
384: AND ext.descriptive_flex_context_code = fl_col.descriptive_flex_context_code