DBA Data[Home] [Help]

APPS.EGO_UI_ITEM_PUB dependencies on MTL_ITEM_TEMPL_ATTRIBUTES

Line 471: FROM mtl_item_templ_attributes

467: WHERE mit.template_id = cp_template_id;
468:
469: CURSOR c_get_template_attributes (cp_template_id IN NUMBER) IS
470: SELECT attribute_name, attribute_value
471: FROM mtl_item_templ_attributes
472: WHERE template_id = cp_template_id
473: AND enabled_flag = 'Y'
474: AND attribute_name IN
475: ( SELECT a.attribute_name

Line 498: FROM mtl_item_templ_attributes

494: -- Attributes that can be applied only through the Org Specific templates.
495: --
496: CURSOR c_get_org_template_attributes (cp_template_id IN NUMBER) IS
497: SELECT attribute_name, attribute_value
498: FROM mtl_item_templ_attributes
499: WHERE template_id = cp_template_id
500: AND enabled_flag = 'Y'
501: AND attribute_name IN
502: ( SELECT a.attribute_name