DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on MTL_ITEM_UOMS_VIEW

Line 140: from mtl_item_uoms_view

136: and organization_id = p_organization_id;
137:
138: cursor c_uom_meaning(p_inv_item_id number, p_organization_id number, p_uom_code varchar2) is
139: select unit_of_measure
140: from mtl_item_uoms_view
141: where inventory_item_id = p_inv_item_id
142: and organization_id = p_organization_id
143: and uom_code = p_uom_code;
144: