DBA Data[Home] [Help]

APPS.INVPULI2 dependencies on MTL_ITEM_TEMPL_ATTRIBUTES

Line 45: FROM mtl_item_templ_attributes

41:
42: CURSOR get_template_values(cp_template_id NUMBER) IS
43: SELECT attribute_name,
44: attribute_value
45: FROM mtl_item_templ_attributes
46: WHERE template_id = cp_template_id
47: AND enabled_flag = 'Y'
48: AND attribute_name IN
49: (SELECT a.attribute_name