DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_EXT dependencies on OE_SYS_PARAMETERS

Line 369: and oe_sys_parameters.value('MASTER_ORGANIZATION_ID') = items.organization_id

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
371: and items.inventory_item_id =itemstl.inventory_item_id
372: and itemstl.language = userenv('LANG')
373: and line.item_identifier_type = ref.cross_reference_type(+)