DBA Data[Home] [Help]

APPS.INVIDTMP_PKG dependencies on MTL_ITEM_TEMPL_ATTRIBUTES

Line 40: from mtl_item_templ_attributes t

36:
37: CURSOR attr_info is
38: select t.attribute_name,
39: t.attribute_value
40: from mtl_item_templ_attributes t
41: where template_id = X_template_id;
42: begin
43: OPEN attr_info;
44: LOOP