DBA Data[Home] [Help]

APPS.EGO_ITEM_PUB dependencies on MTL_ITEM_TEMPL_ATTRIBUTES

Line 2701: FROM mtl_item_templ_attributes

2697: WHERE mit.template_id = cp_template_id;
2698:
2699: CURSOR c_get_template_attributes (cp_template_id IN NUMBER) IS
2700: SELECT attribute_name, attribute_value
2701: FROM mtl_item_templ_attributes
2702: WHERE template_id = cp_template_id
2703: AND enabled_flag = 'Y'
2704: AND attribute_name IN
2705: ( SELECT a.attribute_name

Line 2727: FROM mtl_item_templ_attributes

2723: -- Attributes that can be applied only through the Org Specific templates.
2724:
2725: CURSOR c_get_org_template_attributes (cp_template_id IN NUMBER) IS
2726: SELECT attribute_name, attribute_value
2727: FROM mtl_item_templ_attributes
2728: WHERE template_id = cp_template_id
2729: AND enabled_flag = 'Y'
2730: AND attribute_name IN
2731: ( SELECT a.attribute_name