DBA Data[Home] [Help]

APPS.EGO_TEMPL_ATTRS_PUB dependencies on EGO_FND_DSC_FLX_CTX_EXT

Line 148: EGO_FND_DSC_FLX_CTX_EXT FL_CTX_EXT,

144: Decode (ITA.attribute_name,'MTL_SYSTEM_ITEMS.PRIMARY_UOM_CODE','MTL_SYSTEM_ITEMS.PRIMARY_UNIT_OF_MEASURE', ITA.attribute_name) AS attribute_name, --Bug8558929
145: ITA.attribute_value
146: FROM
147: EGO_FND_DF_COL_USGS_EXT EXT,
148: EGO_FND_DSC_FLX_CTX_EXT FL_CTX_EXT,
149: MTL_ITEM_TEMPL_ATTRIBUTES ITA
150: WHERE
151: EXT.descriptive_flex_context_code = FL_CTX_EXT.descriptive_flex_context_code and
152: EXT.application_id = FL_CTX_EXT.application_id and