DBA Data[Home] [Help]

APPS.INVPULI2 dependencies on MTL_ITEM_TEMPL_ATTRIBUTES

Line 85: FROM mtl_item_templ_attributes

81:
82: CURSOR get_template_values(cp_template_id NUMBER) IS
83: SELECT attribute_name,
84: attribute_value
85: FROM mtl_item_templ_attributes
86: WHERE template_id = cp_template_id
87: AND enabled_flag = 'Y'
88: AND attribute_name IN
89: (SELECT a.attribute_name