DBA Data[Home] [Help]

APPS.OE_SERVICE_WF dependencies on MTL_SYSTEM_ITEMS

Line 39: mtl_system_items m

35:
36: SELECT NVL(m.serviceable_product_flag, 'N')
37: INTO l_serviceable_flag
38: FROM oe_order_lines l,
39: mtl_system_items m
40: WHERE l.line_id = l_line_id
41: AND l.inventory_item_id = m.inventory_item_id
42: AND m.organization_id = to_number(OE_Sys_Parameters.VALUE('MASTER_ORGANIZATION_ID'));
43: