DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on OE_ORDER_LINES_ALL

Line 367: from oe_order_lines_all l

363: p_ato_line_id IN NUMBER) IS
364: select count(1)
365: from mtl_system_items itm
366: where inventory_item_id = (select inventory_item_id
367: from oe_order_lines_all l
368: where l.item_type_code = 'CONFIG'
369: and l.header_id = p_header_id
370: and l.org_id = p_org_id
371: and l.ato_line_id = p_ato_line_id )