DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_ITMHLCHK dependencies on MTL_STAT_ATTRIB_VALUES_ALL_V

Line 52: from mtl_stat_attrib_values_all_v

48: order by inventory_item_status_code;
49:
50: Cursor c_item_status_attr_val(l_item_status_code VARCHAR2) Is
51: select inventory_item_status_code,substr(attribute_name,18) attribute_name,attribute_value
52: from mtl_stat_attrib_values_all_v
53: where status_code_ndb = 1
54: and inventory_item_status_code=l_item_status_code
55: order by attribute_name;
56: