DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 803: from mtl_system_items_b

799:
800: ELSE
801: begin
802: select 'Y' into l_exists
803: from mtl_system_items_b
804: where inventory_item_id = p_Item_Orderability_Import_Rec.inventory_item_id
805: and organization_id = oe_sys_parameters.value('MASTER_ORGANIZATION_ID',p_Item_Orderability_Import_Rec.org_id );
806: Exception
807: when no_data_found then