DBA Data[Home] [Help]

APPS.WSM_RESERVATIONS_GRP dependencies on MTL_SYSTEM_ITEMS

Line 100: from mtl_system_items

96:
97: l_stmt_num := 40;
98: select primary_uom_code
99: into x_source_primary_uom_code
100: from mtl_system_items
101: where inventory_item_id=l_item_id --p_item_id
102: and organization_id=p_organization_id;
103:
104: x_source_uom_code := x_source_primary_uom_code;