DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_EXT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 366: mtl_system_items_b_kfv items

362: from oe_order_lines_all line,
363: mtl_system_items_tl itemstl,
364: mtl_customer_items c,
365: mtl_cross_references ref,
366: mtl_system_items_b_kfv items
367: Where line.inventory_item_id =items.inventory_item_id(+)
368: and line.line_id= p_line_rec.line_id
369: and oe_sys_parameters.value('MASTER_ORGANIZATION_ID') = items.organization_id
370: and items.organization_id = itemstl.organization_id