DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 766: from mtl_system_items_b

762:
763: ELSE
764: begin
765: select 'Y' into l_exists
766: from mtl_system_items_b
767: where inventory_item_id = p_Item_Orderability_Import_Rec.inventory_item_id
768: and organization_id = oe_sys_parameters.value('MASTER_ORGANIZATION_ID',p_Item_Orderability_Import_Rec.org_id );
769: Exception
770: when no_data_found then