2847 lines
489 KiB
XML
2847 lines
489 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="DS_Quotes" targetNamespace="http://tempuri.org/DS_Quotes.xsd" xmlns:mstns="http://tempuri.org/DS_Quotes.xsd" xmlns="http://tempuri.org/DS_Quotes.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
|
<xs:annotation>
|
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<Connections>
|
|
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="Proxima_C2PConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="Proxima_C2PConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.C2P_Data.Properties.Settings.GlobalReference.Default.Proxima_C2PConnectionString" Provider="System.Data.SqlClient" />
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteListTableAdapter" GeneratorDataComponentClassName="QuoteListTableAdapter" Name="QuoteList" UserDataComponentName="QuoteListTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.QuoteList" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[QuoteList] WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([IdxQState] = @Original_IdxQState) AND ([CodClient] = @Original_CodClient) AND ([CodItem] = @Original_CodItem) AND ([CodItemGroup] = @Original_CodItemGroup) AND ([RawMat] = @Original_RawMat) AND ([UnitWeight] = @Original_UnitWeight) AND ([BatchQty] = @Original_BatchQty) AND ([CodInco] = @Original_CodInco) AND ([KeyAM] = @Original_KeyAM) AND ([Note] = @Original_Note) AND ([PriceOff] = @Original_PriceOff) AND ((@IsNull_OrdDate = 1 AND [OrdDate] IS NULL) OR ([OrdDate] = @Original_OrdDate)) AND ([OrdNum] = @Original_OrdNum) AND ([OrdRow] = @Original_OrdRow) AND ([OrdPrice] = @Original_OrdPrice))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_KeyAM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_OrdDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OrdDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_OrdDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="OrdDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_OrdNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_OrdRow" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdRow" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_OrdPrice" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OrdPrice" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[QuoteList] ([QuoteType], [CodQuote], [QuoteRev], [IdxQState], [CodClient], [CodItem], [CodItemGroup], [RawMat], [UnitWeight], [BatchQty], [CodInco], [Note], [PriceOff], [OrdDate], [OrdNum], [OrdRow], [OrdPrice]) VALUES (@QuoteType, @CodQuote, @QuoteRev, @IdxQState, @CodClient, @CodItem, @CodItemGroup, @RawMat, @UnitWeight, @BatchQty, @CodInco, @Note, @PriceOff, @OrdDate, @OrdNum, @OrdRow, @OrdPrice);
|
|
SELECT QuoteType, CodQuote, QuoteRev, IdxQState, CodClient, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, KeyAM, Note, PriceOff, OrdDate, OrdNum, OrdRow, OrdPrice FROM QuoteList WHERE (CodQuote = @CodQuote) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@OrdDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="OrdDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OrdNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OrdRow" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdRow" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@OrdPrice" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OrdPrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
|
<CommandText>SELECT * FROM dbo.QuoteList</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[QuoteList] SET [QuoteType] = @QuoteType, [CodQuote] = @CodQuote, [QuoteRev] = @QuoteRev, [IdxQState] = @IdxQState, [CodClient] = @CodClient, [CodItem] = @CodItem, [CodItemGroup] = @CodItemGroup, [RawMat] = @RawMat, [UnitWeight] = @UnitWeight, [BatchQty] = @BatchQty, [CodInco] = @CodInco, [Note] = @Note, [PriceOff] = @PriceOff, [OrdDate] = @OrdDate, [OrdNum] = @OrdNum, [OrdRow] = @OrdRow, [OrdPrice] = @OrdPrice WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([IdxQState] = @Original_IdxQState) AND ([CodClient] = @Original_CodClient) AND ([CodItem] = @Original_CodItem) AND ([CodItemGroup] = @Original_CodItemGroup) AND ([RawMat] = @Original_RawMat) AND ([UnitWeight] = @Original_UnitWeight) AND ([BatchQty] = @Original_BatchQty) AND ([CodInco] = @Original_CodInco) AND ([KeyAM] = @Original_KeyAM) AND ([Note] = @Original_Note) AND ([PriceOff] = @Original_PriceOff) AND ((@IsNull_OrdDate = 1 AND [OrdDate] IS NULL) OR ([OrdDate] = @Original_OrdDate)) AND ([OrdNum] = @Original_OrdNum) AND ([OrdRow] = @Original_OrdRow) AND ([OrdPrice] = @Original_OrdPrice));
|
|
SELECT QuoteType, CodQuote, QuoteRev, IdxQState, CodClient, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, KeyAM, Note, PriceOff, OrdDate, OrdNum, OrdRow, OrdPrice FROM QuoteList WHERE (CodQuote = @CodQuote) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@OrdDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="OrdDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OrdNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OrdRow" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdRow" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@OrdPrice" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OrdPrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_KeyAM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_OrdDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OrdDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_OrdDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="OrdDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_OrdNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_OrdRow" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrdRow" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_OrdPrice" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OrdPrice" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="CodClient" DataSetColumn="CodClient" />
|
|
<Mapping SourceColumn="CodItem" DataSetColumn="CodItem" />
|
|
<Mapping SourceColumn="CodItemGroup" DataSetColumn="CodItemGroup" />
|
|
<Mapping SourceColumn="RawMat" DataSetColumn="RawMat" />
|
|
<Mapping SourceColumn="UnitWeight" DataSetColumn="UnitWeight" />
|
|
<Mapping SourceColumn="BatchQty" DataSetColumn="BatchQty" />
|
|
<Mapping SourceColumn="CodInco" DataSetColumn="CodInco" />
|
|
<Mapping SourceColumn="KeyAM" DataSetColumn="KeyAM" />
|
|
<Mapping SourceColumn="Note" DataSetColumn="Note" />
|
|
<Mapping SourceColumn="PriceOff" DataSetColumn="PriceOff" />
|
|
<Mapping SourceColumn="OrdDate" DataSetColumn="OrdDate" />
|
|
<Mapping SourceColumn="OrdNum" DataSetColumn="OrdNum" />
|
|
<Mapping SourceColumn="OrdRow" DataSetColumn="OrdRow" />
|
|
<Mapping SourceColumn="OrdPrice" DataSetColumn="OrdPrice" />
|
|
<Mapping SourceColumn="IdxQState" DataSetColumn="IdxQState" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_clone" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="clone" GetMethodModifier="Public" GetMethodName="clone" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="clone" UserSourceName="clone">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_clone</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType_orig" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote_orig" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev_orig" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_getByKey" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByKey" GetMethodModifier="Public" GetMethodName="getByKey" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByKey" UserSourceName="getByKey">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_getByKey</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_insNew" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="insNew" GeneratorSourceName="stp_QL_insNew" GetMethodModifier="Public" GetMethodName="insNew" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="insNew" UserSourceName="insNew">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_insNew</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="2500" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_makeSim" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="makeSim" GetMethodModifier="Public" GetMethodName="makeSim" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="makeSim" UserSourceName="makeSim">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_makeSim</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote_orig" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev_orig" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_newRev" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="newRev" GetMethodModifier="Public" GetMethodName="newRev" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="newRev" UserSourceName="newRev">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_newRev</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev_orig" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_update" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="stp_QL_update" Modifier="Public" Name="stp_QL_update" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="stp_QL_update">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_update</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteRMTableAdapter" GeneratorDataComponentClassName="QuoteRMTableAdapter" Name="QuoteRM" UserDataComponentName="QuoteRMTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.QuoteRM" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[QuoteRM] WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumRM] = @Original_NumRM) AND ([RawMat] = @Original_RawMat) AND ([RawMatCost] = @Original_RawMatCost) AND ([RawMatExtraCost] = @Original_RawMatExtraCost) AND ([CodPackag] = @Original_CodPackag) AND ([FCR] = @Original_FCR) AND ((@IsNull_FYR = 1 AND [FYR] IS NULL) OR ([FYR] = @Original_FYR)) AND ((@IsNull_FSR = 1 AND [FSR] IS NULL) OR ([FSR] = @Original_FSR)) AND ([valid] = @Original_valid))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumRM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumRM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FCR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FYR" Precision="26" ProviderType="Decimal" Scale="19" Size="0" SourceColumn="FYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FSR" Precision="27" ProviderType="Decimal" Scale="19" Size="0" SourceColumn="FSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[QuoteRM] ([QuoteType], [CodQuote], [QuoteRev], [NumRM], [RawMat], [RawMatCost], [RawMatExtraCost], [CodPackag], [FCR], [valid]) VALUES (@QuoteType, @CodQuote, @QuoteRev, @NumRM, @RawMat, @RawMatCost, @RawMatExtraCost, @CodPackag, @FCR, @valid);
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumRM, RawMat, RawMatCost, RawMatExtraCost, CodPackag, FCR, FYR, FSR, valid FROM QuoteRM WHERE (CodQuote = @CodQuote) AND (NumRM = @NumRM) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumRM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumRM" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FCR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FCR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT QuoteType, CodQuote, QuoteRev, NumRM, RawMat, RawMatCost, RawMatExtraCost, CodPackag, FCR, FYR, FSR, valid FROM dbo.QuoteRM</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[QuoteRM] SET [QuoteType] = @QuoteType, [CodQuote] = @CodQuote, [QuoteRev] = @QuoteRev, [NumRM] = @NumRM, [RawMat] = @RawMat, [RawMatCost] = @RawMatCost, [RawMatExtraCost] = @RawMatExtraCost, [CodPackag] = @CodPackag, [FCR] = @FCR, [valid] = @valid WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumRM] = @Original_NumRM) AND ([RawMat] = @Original_RawMat) AND ([RawMatCost] = @Original_RawMatCost) AND ([RawMatExtraCost] = @Original_RawMatExtraCost) AND ([CodPackag] = @Original_CodPackag) AND ([FCR] = @Original_FCR) AND ((@IsNull_FYR = 1 AND [FYR] IS NULL) OR ([FYR] = @Original_FYR)) AND ((@IsNull_FSR = 1 AND [FSR] IS NULL) OR ([FSR] = @Original_FSR)) AND ([valid] = @Original_valid));
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumRM, RawMat, RawMatCost, RawMatExtraCost, CodPackag, FCR, FYR, FSR, valid FROM QuoteRM WHERE (CodQuote = @CodQuote) AND (NumRM = @NumRM) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumRM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumRM" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FCR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FCR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumRM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumRM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FCR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FYR" Precision="26" ProviderType="Decimal" Scale="19" Size="0" SourceColumn="FYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FSR" Precision="27" ProviderType="Decimal" Scale="19" Size="0" SourceColumn="FSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="NumRM" DataSetColumn="NumRM" />
|
|
<Mapping SourceColumn="RawMat" DataSetColumn="RawMat" />
|
|
<Mapping SourceColumn="RawMatCost" DataSetColumn="RawMatCost" />
|
|
<Mapping SourceColumn="RawMatExtraCost" DataSetColumn="RawMatExtraCost" />
|
|
<Mapping SourceColumn="CodPackag" DataSetColumn="CodPackag" />
|
|
<Mapping SourceColumn="FCR" DataSetColumn="FCR" />
|
|
<Mapping SourceColumn="FYR" DataSetColumn="FYR" />
|
|
<Mapping SourceColumn="FSR" DataSetColumn="FSR" />
|
|
<Mapping SourceColumn="valid" DataSetColumn="valid" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QRM_getByKey" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByKey" GetMethodModifier="Public" GetMethodName="getByKey" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByKey" UserSourceName="getByKey">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QRM_getByKey</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NumRM" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteWorkExtTableAdapter" GeneratorDataComponentClassName="QuoteWorkExtTableAdapter" Name="QuoteWorkExt" UserDataComponentName="QuoteWorkExtTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.QuoteWorkExt" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[QuoteWorkExt] WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumWE] = @Original_NumWE) AND ([EWC4UG] = @Original_EWC4UG) AND ([UM] = @Original_UM) AND ([valid] = @Original_valid))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumWE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_EWC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EWC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[QuoteWorkExt] ([QuoteType], [CodQuote], [QuoteRev], [NumWE], [EWC4UG], [UM], [valid]) VALUES (@QuoteType, @CodQuote, @QuoteRev, @NumWE, @EWC4UG, @UM, @valid);
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumWE, EWC4UG, UM, valid FROM QuoteWorkExt WHERE (CodQuote = @CodQuote) AND (NumWE = @NumWE) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumWE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@EWC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EWC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UM" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT QuoteType, CodQuote, QuoteRev, NumWE, EWC4UG, UM, valid FROM dbo.QuoteWorkExt</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[QuoteWorkExt] SET [QuoteType] = @QuoteType, [CodQuote] = @CodQuote, [QuoteRev] = @QuoteRev, [NumWE] = @NumWE, [EWC4UG] = @EWC4UG, [UM] = @UM, [valid] = @valid WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumWE] = @Original_NumWE) AND ([EWC4UG] = @Original_EWC4UG) AND ([UM] = @Original_UM) AND ([valid] = @Original_valid));
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumWE, EWC4UG, UM, valid FROM QuoteWorkExt WHERE (CodQuote = @CodQuote) AND (NumWE = @NumWE) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumWE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@EWC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EWC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UM" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumWE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWE" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_EWC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EWC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="NumWE" DataSetColumn="NumWE" />
|
|
<Mapping SourceColumn="EWC4UG" DataSetColumn="EWC4UG" />
|
|
<Mapping SourceColumn="UM" DataSetColumn="UM" />
|
|
<Mapping SourceColumn="valid" DataSetColumn="valid" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteWorkIntTableAdapter" GeneratorDataComponentClassName="QuoteWorkIntTableAdapter" Name="QuoteWorkInt" UserDataComponentName="QuoteWorkIntTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.QuoteWorkInt" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[QuoteWorkInt] WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumWI] = @Original_NumWI) AND ([ProcessNum] = @Original_ProcessNum) AND ([CodPlant] = @Original_CodPlant) AND ([Class01] = @Original_Class01) AND ([Class02] = @Original_Class02) AND ([Class03] = @Original_Class03) AND ([Class04] = @Original_Class04) AND ([Class05] = @Original_Class05) AND ([NetProd] = @Original_NetProd) AND ([WSR] = @Original_WSR) AND ([MSR] = @Original_MSR) AND ([DSR] = @Original_DSR) AND ([FC4UG] = @Original_FC4UG) AND ([VC4UG] = @Original_VC4UG) AND ([OH4UG] = @Original_OH4UG) AND ([SC4UG] = @Original_SC4UG) AND ((@IsNull_WYR = 1 AND [WYR] IS NULL) OR ([WYR] = @Original_WYR)) AND ((@IsNull_MYR = 1 AND [MYR] IS NULL) OR ([MYR] = @Original_MYR)) AND ((@IsNull_DYR = 1 AND [DYR] IS NULL) OR ([DYR] = @Original_DYR)) AND ((@IsNull_WCR = 1 AND [WCR] IS NULL) OR ([WCR] = @Original_WCR)) AND ((@IsNull_MCR = 1 AND [MCR] IS NULL) OR ([MCR] = @Original_MCR)) AND ((@IsNull_DCR = 1 AND [DCR] IS NULL) OR ([DCR] = @Original_DCR)) AND ([valid] = @Original_valid))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumWI" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_VC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_OH4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_WYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="WYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WYR" Precision="10" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MYR" Precision="10" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DYR" Precision="10" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="DYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_WCR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="WCR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WCR" Precision="20" ProviderType="Decimal" Scale="11" Size="0" SourceColumn="WCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MCR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MCR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MCR" Precision="20" ProviderType="Decimal" Scale="11" Size="0" SourceColumn="MCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DCR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DCR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DCR" Precision="20" ProviderType="Decimal" Scale="11" Size="0" SourceColumn="DCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[QuoteWorkInt] ([QuoteType], [CodQuote], [QuoteRev], [NumWI], [ProcessNum], [CodPlant], [Class01], [Class02], [Class03], [Class04], [Class05], [NetProd], [WSR], [MSR], [DSR], [FC4UG], [VC4UG], [OH4UG], [SC4UG], [valid]) VALUES (@QuoteType, @CodQuote, @QuoteRev, @NumWI, @ProcessNum, @CodPlant, @Class01, @Class02, @Class03, @Class04, @Class05, @NetProd, @WSR, @MSR, @DSR, @FC4UG, @VC4UG, @OH4UG, @SC4UG, @valid);
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumWI, ProcessNum, CodPlant, Class01, Class02, Class03, Class04, Class05, NetProd, WSR, MSR, DSR, FC4UG, VC4UG, OH4UG, SC4UG, WYR, MYR, DYR, WCR, MCR, DCR, valid FROM QuoteWorkInt WHERE (CodQuote = @CodQuote) AND (NumWI = @NumWI) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumWI" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@WSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@MSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@VC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@OH4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT QuoteType, CodQuote, QuoteRev, NumWI, ProcessNum, CodPlant, Class01, Class02, Class03, Class04, Class05, NetProd, WSR, MSR, DSR, FC4UG, VC4UG, OH4UG, SC4UG, WYR, MYR, DYR, WCR, MCR, DCR, valid FROM dbo.QuoteWorkInt</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[QuoteWorkInt] SET [QuoteType] = @QuoteType, [CodQuote] = @CodQuote, [QuoteRev] = @QuoteRev, [NumWI] = @NumWI, [ProcessNum] = @ProcessNum, [CodPlant] = @CodPlant, [Class01] = @Class01, [Class02] = @Class02, [Class03] = @Class03, [Class04] = @Class04, [Class05] = @Class05, [NetProd] = @NetProd, [WSR] = @WSR, [MSR] = @MSR, [DSR] = @DSR, [FC4UG] = @FC4UG, [VC4UG] = @VC4UG, [OH4UG] = @OH4UG, [SC4UG] = @SC4UG, [valid] = @valid WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumWI] = @Original_NumWI) AND ([ProcessNum] = @Original_ProcessNum) AND ([CodPlant] = @Original_CodPlant) AND ([Class01] = @Original_Class01) AND ([Class02] = @Original_Class02) AND ([Class03] = @Original_Class03) AND ([Class04] = @Original_Class04) AND ([Class05] = @Original_Class05) AND ([NetProd] = @Original_NetProd) AND ([WSR] = @Original_WSR) AND ([MSR] = @Original_MSR) AND ([DSR] = @Original_DSR) AND ([FC4UG] = @Original_FC4UG) AND ([VC4UG] = @Original_VC4UG) AND ([OH4UG] = @Original_OH4UG) AND ([SC4UG] = @Original_SC4UG) AND ((@IsNull_WYR = 1 AND [WYR] IS NULL) OR ([WYR] = @Original_WYR)) AND ((@IsNull_MYR = 1 AND [MYR] IS NULL) OR ([MYR] = @Original_MYR)) AND ((@IsNull_DYR = 1 AND [DYR] IS NULL) OR ([DYR] = @Original_DYR)) AND ((@IsNull_WCR = 1 AND [WCR] IS NULL) OR ([WCR] = @Original_WCR)) AND ((@IsNull_MCR = 1 AND [MCR] IS NULL) OR ([MCR] = @Original_MCR)) AND ((@IsNull_DCR = 1 AND [DCR] IS NULL) OR ([DCR] = @Original_DCR)) AND ([valid] = @Original_valid));
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumWI, ProcessNum, CodPlant, Class01, Class02, Class03, Class04, Class05, NetProd, WSR, MSR, DSR, FC4UG, VC4UG, OH4UG, SC4UG, WYR, MYR, DYR, WCR, MCR, DCR, valid FROM QuoteWorkInt WHERE (CodQuote = @CodQuote) AND (NumWI = @NumWI) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumWI" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWI" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@WSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@MSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@VC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@OH4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumWI" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumWI" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DSR" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_VC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_OH4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SC4UG" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_WYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="WYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WYR" Precision="10" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MYR" Precision="10" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DYR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DYR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DYR" Precision="10" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="DYR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_WCR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="WCR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WCR" Precision="20" ProviderType="Decimal" Scale="11" Size="0" SourceColumn="WCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MCR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MCR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MCR" Precision="20" ProviderType="Decimal" Scale="11" Size="0" SourceColumn="MCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DCR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DCR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DCR" Precision="20" ProviderType="Decimal" Scale="11" Size="0" SourceColumn="DCR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="NumWI" DataSetColumn="NumWI" />
|
|
<Mapping SourceColumn="ProcessNum" DataSetColumn="ProcessNum" />
|
|
<Mapping SourceColumn="CodPlant" DataSetColumn="CodPlant" />
|
|
<Mapping SourceColumn="Class01" DataSetColumn="Class01" />
|
|
<Mapping SourceColumn="Class02" DataSetColumn="Class02" />
|
|
<Mapping SourceColumn="Class03" DataSetColumn="Class03" />
|
|
<Mapping SourceColumn="Class04" DataSetColumn="Class04" />
|
|
<Mapping SourceColumn="Class05" DataSetColumn="Class05" />
|
|
<Mapping SourceColumn="NetProd" DataSetColumn="NetProd" />
|
|
<Mapping SourceColumn="WSR" DataSetColumn="WSR" />
|
|
<Mapping SourceColumn="MSR" DataSetColumn="MSR" />
|
|
<Mapping SourceColumn="DSR" DataSetColumn="DSR" />
|
|
<Mapping SourceColumn="FC4UG" DataSetColumn="FC4UG" />
|
|
<Mapping SourceColumn="VC4UG" DataSetColumn="VC4UG" />
|
|
<Mapping SourceColumn="OH4UG" DataSetColumn="OH4UG" />
|
|
<Mapping SourceColumn="SC4UG" DataSetColumn="SC4UG" />
|
|
<Mapping SourceColumn="WYR" DataSetColumn="WYR" />
|
|
<Mapping SourceColumn="MYR" DataSetColumn="MYR" />
|
|
<Mapping SourceColumn="DYR" DataSetColumn="DYR" />
|
|
<Mapping SourceColumn="WCR" DataSetColumn="WCR" />
|
|
<Mapping SourceColumn="MCR" DataSetColumn="MCR" />
|
|
<Mapping SourceColumn="DCR" DataSetColumn="DCR" />
|
|
<Mapping SourceColumn="valid" DataSetColumn="valid" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteParamTableAdapter" GeneratorDataComponentClassName="QuoteParamTableAdapter" Name="QuoteParam" UserDataComponentName="QuoteParamTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.QuoteParam" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[QuoteParam] WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumP] = @Original_NumP) AND ([ProcessNum] = @Original_ProcessNum) AND ([Descr] = @Original_Descr) AND ([Parameter] = @Original_Parameter))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumP" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumP" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Descr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Descr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Parameter" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Parameter" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[QuoteParam] ([QuoteType], [CodQuote], [QuoteRev], [NumP], [ProcessNum], [Descr], [Parameter]) VALUES (@QuoteType, @CodQuote, @QuoteRev, @NumP, @ProcessNum, @Descr, @Parameter);
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumP, ProcessNum, Descr, Parameter FROM QuoteParam WHERE (CodQuote = @CodQuote) AND (NumP = @NumP) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumP" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Descr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Descr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Parameter" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Parameter" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT QuoteType, CodQuote, QuoteRev, NumP, ProcessNum, Descr, Parameter FROM dbo.QuoteParam</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[QuoteParam] SET [QuoteType] = @QuoteType, [CodQuote] = @CodQuote, [QuoteRev] = @QuoteRev, [NumP] = @NumP, [ProcessNum] = @ProcessNum, [Descr] = @Descr, [Parameter] = @Parameter WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumP] = @Original_NumP) AND ([ProcessNum] = @Original_ProcessNum) AND ([Descr] = @Original_Descr) AND ([Parameter] = @Original_Parameter));
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumP, ProcessNum, Descr, Parameter FROM QuoteParam WHERE (CodQuote = @CodQuote) AND (NumP = @NumP) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumP" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Descr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Descr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Parameter" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Parameter" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumP" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumP" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Descr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Descr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Parameter" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Parameter" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="NumP" DataSetColumn="NumP" />
|
|
<Mapping SourceColumn="ProcessNum" DataSetColumn="ProcessNum" />
|
|
<Mapping SourceColumn="Descr" DataSetColumn="Descr" />
|
|
<Mapping SourceColumn="Parameter" DataSetColumn="Parameter" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteOCTableAdapter" GeneratorDataComponentClassName="QuoteOCTableAdapter" Name="QuoteOC" UserDataComponentName="QuoteOCTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.QuoteOC" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[QuoteOC] WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumEx] = @Original_NumEx) AND ([ProcessNum] = @Original_ProcessNum) AND ([CodPlant] = @Original_CodPlant) AND ([Class01] = @Original_Class01) AND ([Class02] = @Original_Class02) AND ([Class03] = @Original_Class03) AND ([Class04] = @Original_Class04) AND ([Class05] = @Original_Class05) AND ([TotQty] = @Original_TotQty) AND ([TotCost] = @Original_TotCost) AND ([Quota] = @Original_Quota) AND ((@IsNull_C4UG = 1 AND [C4UG] IS NULL) OR ([C4UG] = @Original_C4UG)) AND ([valid] = @Original_valid))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumEx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumEx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotQty" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Quota" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Quota" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_C4UG" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C4UG" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_C4UG" Precision="38" ProviderType="Decimal" Scale="7" Size="0" SourceColumn="C4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[QuoteOC] ([QuoteType], [CodQuote], [QuoteRev], [NumEx], [ProcessNum], [CodPlant], [Class01], [Class02], [Class03], [Class04], [Class05], [TotQty], [TotCost], [Quota], [valid]) VALUES (@QuoteType, @CodQuote, @QuoteRev, @NumEx, @ProcessNum, @CodPlant, @Class01, @Class02, @Class03, @Class04, @Class05, @TotQty, @TotCost, @Quota, @valid);
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Class02, Class03, Class04, Class05, TotQty, TotCost, Quota, C4UG, valid FROM QuoteOC WHERE (CodQuote = @CodQuote) AND (NumEx = @NumEx) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumEx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumEx" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotQty" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Quota" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Quota" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Class02, Class03, Class04, Class05, TotQty, TotCost, Quota, C4UG, valid FROM dbo.QuoteOC</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[QuoteOC] SET [QuoteType] = @QuoteType, [CodQuote] = @CodQuote, [QuoteRev] = @QuoteRev, [NumEx] = @NumEx, [ProcessNum] = @ProcessNum, [CodPlant] = @CodPlant, [Class01] = @Class01, [Class02] = @Class02, [Class03] = @Class03, [Class04] = @Class04, [Class05] = @Class05, [TotQty] = @TotQty, [TotCost] = @TotCost, [Quota] = @Quota, [valid] = @valid WHERE (([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([NumEx] = @Original_NumEx) AND ([ProcessNum] = @Original_ProcessNum) AND ([CodPlant] = @Original_CodPlant) AND ([Class01] = @Original_Class01) AND ([Class02] = @Original_Class02) AND ([Class03] = @Original_Class03) AND ([Class04] = @Original_Class04) AND ([Class05] = @Original_Class05) AND ([TotQty] = @Original_TotQty) AND ([TotCost] = @Original_TotCost) AND ([Quota] = @Original_Quota) AND ((@IsNull_C4UG = 1 AND [C4UG] IS NULL) OR ([C4UG] = @Original_C4UG)) AND ([valid] = @Original_valid));
|
|
SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Class02, Class03, Class04, Class05, TotQty, TotCost, Quota, C4UG, valid FROM QuoteOC WHERE (CodQuote = @CodQuote) AND (NumEx = @NumEx) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumEx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumEx" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotQty" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TotCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Quota" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Quota" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumEx" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumEx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ProcessNum" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ProcessNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class01" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class02" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class02" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class03" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class03" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class04" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Class05" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Class05" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotQty" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TotCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TotCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Quota" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Quota" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_C4UG" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="C4UG" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_C4UG" Precision="38" ProviderType="Decimal" Scale="7" Size="0" SourceColumn="C4UG" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="NumEx" DataSetColumn="NumEx" />
|
|
<Mapping SourceColumn="ProcessNum" DataSetColumn="ProcessNum" />
|
|
<Mapping SourceColumn="CodPlant" DataSetColumn="CodPlant" />
|
|
<Mapping SourceColumn="Class01" DataSetColumn="Class01" />
|
|
<Mapping SourceColumn="Class02" DataSetColumn="Class02" />
|
|
<Mapping SourceColumn="Class03" DataSetColumn="Class03" />
|
|
<Mapping SourceColumn="Class04" DataSetColumn="Class04" />
|
|
<Mapping SourceColumn="Class05" DataSetColumn="Class05" />
|
|
<Mapping SourceColumn="TotQty" DataSetColumn="TotQty" />
|
|
<Mapping SourceColumn="TotCost" DataSetColumn="TotCost" />
|
|
<Mapping SourceColumn="Quota" DataSetColumn="Quota" />
|
|
<Mapping SourceColumn="C4UG" DataSetColumn="C4UG" />
|
|
<Mapping SourceColumn="valid" DataSetColumn="valid" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteFull_QTableAdapter" GeneratorDataComponentClassName="QuoteFull_QTableAdapter" Name="QuoteFull_Q" UserDataComponentName="QuoteFull_QTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_fullDataAll" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_fullDataAll</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Vers" DataSetColumn="Vers" />
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="CodClient" DataSetColumn="CodClient" />
|
|
<Mapping SourceColumn="ClientName" DataSetColumn="ClientName" />
|
|
<Mapping SourceColumn="CodItem" DataSetColumn="CodItem" />
|
|
<Mapping SourceColumn="CodItemGroup" DataSetColumn="CodItemGroup" />
|
|
<Mapping SourceColumn="RawMat" DataSetColumn="RawMat" />
|
|
<Mapping SourceColumn="UnitWeight" DataSetColumn="UnitWeight" />
|
|
<Mapping SourceColumn="BatchQty" DataSetColumn="BatchQty" />
|
|
<Mapping SourceColumn="CodInco" DataSetColumn="CodInco" />
|
|
<Mapping SourceColumn="KeyAM" DataSetColumn="KeyAM" />
|
|
<Mapping SourceColumn="Note" DataSetColumn="Note" />
|
|
<Mapping SourceColumn="PriceOff" DataSetColumn="PriceOff" />
|
|
<Mapping SourceColumn="CodClientAssoc" DataSetColumn="CodClientAssoc" />
|
|
<Mapping SourceColumn="ClientNameAssoc" DataSetColumn="ClientNameAssoc" />
|
|
<Mapping SourceColumn="ItemDescr" DataSetColumn="ItemDescr" />
|
|
<Mapping SourceColumn="CodifProfilo" DataSetColumn="CodifProfilo" />
|
|
<Mapping SourceColumn="ClasseMerc" DataSetColumn="ClasseMerc" />
|
|
<Mapping SourceColumn="TipoDies" DataSetColumn="TipoDies" />
|
|
<Mapping SourceColumn="CodDiesGroup" DataSetColumn="CodDiesGroup" />
|
|
<Mapping SourceColumn="DiamDies" DataSetColumn="DiamDies" />
|
|
<Mapping SourceColumn="HoleNumDies" DataSetColumn="HoleNumDies" />
|
|
<Mapping SourceColumn="DiesPrice" DataSetColumn="DiesPrice" />
|
|
<Mapping SourceColumn="DiesExpLife" DataSetColumn="DiesExpLife" />
|
|
<Mapping SourceColumn="DiesEOLife" DataSetColumn="DiesEOLife" />
|
|
<Mapping SourceColumn="NumDiesInList" DataSetColumn="NumDiesInList" />
|
|
<Mapping SourceColumn="NumDiesExaust" DataSetColumn="NumDiesExaust" />
|
|
<Mapping SourceColumn="CodPlant" DataSetColumn="CodPlant" />
|
|
<Mapping SourceColumn="KeyAMIL" DataSetColumn="KeyAMIL" />
|
|
<Mapping SourceColumn="KgTeo" DataSetColumn="KgTeo" />
|
|
<Mapping SourceColumn="QuotaMan" DataSetColumn="QuotaMan" />
|
|
<Mapping SourceColumn="PRMWeight" DataSetColumn="PRMWeight" />
|
|
<Mapping SourceColumn="PWeight" DataSetColumn="PWeight" />
|
|
<Mapping SourceColumn="PTare" DataSetColumn="PTare" />
|
|
<Mapping SourceColumn="LivPackage" DataSetColumn="LivPackage" />
|
|
<Mapping SourceColumn="LivPackageDett" DataSetColumn="LivPackageDett" />
|
|
<Mapping SourceColumn="RawMatCost" DataSetColumn="RawMatCost" />
|
|
<Mapping SourceColumn="RawMatExtraCost" DataSetColumn="RawMatExtraCost" />
|
|
<Mapping SourceColumn="RawMatFullCost" DataSetColumn="RawMatFullCost" />
|
|
<Mapping SourceColumn="CodPackag" DataSetColumn="CodPackag" />
|
|
<Mapping SourceColumn="PkgDesc" DataSetColumn="PkgDesc" />
|
|
<Mapping SourceColumn="FSR" DataSetColumn="FSR" />
|
|
<Mapping SourceColumn="ProvvCost" DataSetColumn="ProvvCost" />
|
|
<Mapping SourceColumn="EECost" DataSetColumn="EECost" />
|
|
<Mapping SourceColumn="GasCost" DataSetColumn="GasCost" />
|
|
<Mapping SourceColumn="DiesCost" DataSetColumn="DiesCost" />
|
|
<Mapping SourceColumn="PackCost" DataSetColumn="PackCost" />
|
|
<Mapping SourceColumn="TranspCost" DataSetColumn="TranspCost" />
|
|
<Mapping SourceColumn="SellCost01" DataSetColumn="SellCost01" />
|
|
<Mapping SourceColumn="RefCost01" DataSetColumn="RefCost01" />
|
|
<Mapping SourceColumn="SellCost04" DataSetColumn="SellCost04" />
|
|
<Mapping SourceColumn="RefCost04" DataSetColumn="RefCost04" />
|
|
<Mapping SourceColumn="WSR01" DataSetColumn="WSR01" />
|
|
<Mapping SourceColumn="MSR01" DataSetColumn="MSR01" />
|
|
<Mapping SourceColumn="NetProd01" DataSetColumn="NetProd01" />
|
|
<Mapping SourceColumn="FC4UG01" DataSetColumn="FC4UG01" />
|
|
<Mapping SourceColumn="VC4UG01" DataSetColumn="VC4UG01" />
|
|
<Mapping SourceColumn="OH4UG01" DataSetColumn="OH4UG01" />
|
|
<Mapping SourceColumn="SC4UG01" DataSetColumn="SC4UG01" />
|
|
<Mapping SourceColumn="DSR" DataSetColumn="DSR" />
|
|
<Mapping SourceColumn="NetProd04" DataSetColumn="NetProd04" />
|
|
<Mapping SourceColumn="FC4UG04" DataSetColumn="FC4UG04" />
|
|
<Mapping SourceColumn="VC4UG04" DataSetColumn="VC4UG04" />
|
|
<Mapping SourceColumn="FVC" DataSetColumn="FVC" />
|
|
<Mapping SourceColumn="Charge" DataSetColumn="Charge" />
|
|
<Mapping SourceColumn="P_FVC" DataSetColumn="P_FVC" />
|
|
<Mapping SourceColumn="CPS" DataSetColumn="CPS" />
|
|
<Mapping SourceColumn="P_CPS" DataSetColumn="P_CPS" />
|
|
<Mapping SourceColumn="P_FC4UG04" DataSetColumn="P_FC4UG04" />
|
|
<Mapping SourceColumn="FullCost" DataSetColumn="FullCost" />
|
|
<Mapping SourceColumn="P_FullCost" DataSetColumn="P_FullCost" />
|
|
<Mapping SourceColumn="MinPrice" DataSetColumn="MinPrice" />
|
|
<Mapping SourceColumn="P_MinPrice" DataSetColumn="P_MinPrice" />
|
|
<Mapping SourceColumn="P_PriceOff" DataSetColumn="P_PriceOff" />
|
|
<Mapping SourceColumn="NetMar" DataSetColumn="NetMar" />
|
|
<Mapping SourceColumn="FCShield" DataSetColumn="FCShield" />
|
|
<Mapping SourceColumn="PckSur" DataSetColumn="PckSur" />
|
|
<Mapping SourceColumn="IdxQState" DataSetColumn="IdxQState" />
|
|
<Mapping SourceColumn="DiesByClass" DataSetColumn="DiesByClass" />
|
|
<Mapping SourceColumn="valid" DataSetColumn="valid" />
|
|
<Mapping SourceColumn="errorScore" DataSetColumn="errorScore" />
|
|
<Mapping SourceColumn="TranspZone" DataSetColumn="TranspZone" />
|
|
<Mapping SourceColumn="DiesPrice_sim" DataSetColumn="DiesPrice_sim" />
|
|
<Mapping SourceColumn="SamplePrice" DataSetColumn="SamplePrice" />
|
|
<Mapping SourceColumn="DiesFullCost" DataSetColumn="DiesFullCost" />
|
|
<Mapping SourceColumn="DiesPriceClientQuote" DataSetColumn="DiesPriceClientQuote" />
|
|
<Mapping SourceColumn="DiesTecLife" DataSetColumn="DiesTecLife" />
|
|
<Mapping SourceColumn="DiesCommLife" DataSetColumn="DiesCommLife" />
|
|
<Mapping SourceColumn="MonthSalesPrev" DataSetColumn="MonthSalesPrev" />
|
|
<Mapping SourceColumn="SalesPrevCost" DataSetColumn="SalesPrevCost" />
|
|
<Mapping SourceColumn="DiesFinCost" DataSetColumn="DiesFinCost" />
|
|
<Mapping SourceColumn="ClientQuoteReven" DataSetColumn="ClientQuoteReven" />
|
|
<Mapping SourceColumn="ExtraDiscountDies" DataSetColumn="ExtraDiscountDies" />
|
|
<Mapping SourceColumn="WSR01_sim" DataSetColumn="WSR01_sim" />
|
|
<Mapping SourceColumn="MSR01_sim" DataSetColumn="MSR01_sim" />
|
|
<Mapping SourceColumn="NetProd01_sim" DataSetColumn="NetProd01_sim" />
|
|
<Mapping SourceColumn="DSR_sim" DataSetColumn="DSR_sim" />
|
|
<Mapping SourceColumn="NetMar_sim" DataSetColumn="NetMar_sim" />
|
|
<Mapping SourceColumn="FCShield_sim" DataSetColumn="FCShield_sim" />
|
|
<Mapping SourceColumn="MinPrice_sim" DataSetColumn="MinPrice_sim" />
|
|
<Mapping SourceColumn="P_MinPrice_sim" DataSetColumn="P_MinPrice_sim" />
|
|
<Mapping SourceColumn="NumSMED" DataSetColumn="NumSMED1" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_fullDataCount" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="fullDataCount" Modifier="Public" Name="fullDataCount" QueryType="Scalar" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="fullDataCount">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_fullDataCount</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataMin" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataMax" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@qtaMin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@qtaMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxQState" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_fullData" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByKey" GetMethodModifier="Public" GetMethodName="getByKey" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByKey" UserSourceName="getByKey">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_fullData</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@DoUpdate" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_fullDataSearch" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getBySearch" GetMethodModifier="Public" GetMethodName="getBySearch" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getBySearch" UserSourceName="getBySearch">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QL_fullDataSearch</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataMin" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DataMax" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@qtaMin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@qtaMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxQState" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLF_getLast" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getLast" GetMethodModifier="Public" GetMethodName="getLast" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getLast" UserSourceName="getLast">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLF_getLast</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLF_getMinMax" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getMinMax" GetMethodModifier="Public" GetMethodName="getMinMax" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getMinMax" UserSourceName="getMinMax">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLF_getMinMax</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DateMin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DateMax" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLF_revHist" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getRevHist" GetMethodModifier="Public" GetMethodName="getRevHist" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getRevHist" UserSourceName="getRevHist">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLF_revHist</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLF_Insert" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="insertNew" GetMethodModifier="Public" GetMethodName="insertNew" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="insertNew" UserSourceName="insertNew">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLF_Insert</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="2500" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QuoteFull_Q_update" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="QuoteFull_Q_update" Modifier="Public" Name="QuoteFull_Q_update" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="QuoteFull_Q_update">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QuoteFull_Q_update</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_prt_dsQuoteFull_byChiave" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="repOffersByChiave" GetMethodModifier="Public" GetMethodName="repOffersByChiave" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="repOffersByChiave" UserSourceName="repOffersByChiave">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_prt_dsQuoteFull_byChiave</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Chiave" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_prt_dsQuoteFull_Q_Data" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="repOffersByTicket" GetMethodModifier="Public" GetMethodName="repOffersByTicket" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="repOffersByTicket" UserSourceName="repOffersByTicket">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_prt_dsQuoteFull_Q_Data</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Ticket" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLF_UpdCosts" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="updateCosts" GetMethodModifier="Public" GetMethodName="updateCosts" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="updateCosts" UserSourceName="updateCosts">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLF_UpdCosts</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@PriceOff" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLS_UpdDiesPar" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="updateDiesPar" GetMethodModifier="Public" GetMethodName="updateDiesPar" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="updateDiesPar" UserSourceName="updateDiesPar">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLS_UpdDiesPar</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@SamplePrice" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@DiesPriceClientQuote" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@DiesCommLife" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MonthSalesPrev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLS_UpdExtrPar" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="updateExtrParSim" GetMethodModifier="Public" GetMethodName="updateExtrParSim" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="updateExtrParSim" UserSourceName="updateExtrParSim">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLS_UpdExtrPar</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@TipoDies" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DiamDies" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@HoleNumDies" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@DiesPrice_sim" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@DiesTecLife" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@WSR01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@MSR01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@NetProd01_sim" Precision="9" ProviderType="Decimal" Scale="3" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLF_UpdHead" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="updateHeaders" GetMethodModifier="Public" GetMethodName="updateHeaders" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="updateHeaders" UserSourceName="updateHeaders">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLF_UpdHead</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="2500" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLS_UpdHead" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="updateHeadSim" GetMethodModifier="Public" GetMethodName="updateHeadSim" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="updateHeadSim" UserSourceName="updateHeadSim">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLS_UpdHead</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="2500" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLS_UpdPackPar" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="updatePackPar" GetMethodModifier="Public" GetMethodName="updatePackPar" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="updatePackPar" UserSourceName="updatePackPar">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLS_UpdPackPar</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@DSR_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLF_UpdQState" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="updateQState" GetMethodModifier="Public" GetMethodName="updateQState" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="updateQState" UserSourceName="updateQState">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLF_UpdQState</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxQState" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteFull_STableAdapter" GeneratorDataComponentClassName="QuoteFull_STableAdapter" Name="QuoteFull_S" UserDataComponentName="QuoteFull_STableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.QuoteFull_S" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[QuoteFull_S] WHERE (([Vers] = @Original_Vers) AND ([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([IdxQState] = @Original_IdxQState) AND ([CodClient] = @Original_CodClient) AND ([ClientName] = @Original_ClientName) AND ([CodItem] = @Original_CodItem) AND ([CodItemGroup] = @Original_CodItemGroup) AND ([RawMat] = @Original_RawMat) AND ([UnitWeight] = @Original_UnitWeight) AND ([BatchQty] = @Original_BatchQty) AND ([CodInco] = @Original_CodInco) AND ([TranspZone] = @Original_TranspZone) AND ([KeyAM] = @Original_KeyAM) AND ([Note] = @Original_Note) AND ([PriceOff] = @Original_PriceOff) AND ((@IsNull_CodClientAssoc = 1 AND [CodClientAssoc] IS NULL) OR ([CodClientAssoc] = @Original_CodClientAssoc)) AND ((@IsNull_ClientNameAssoc = 1 AND [ClientNameAssoc] IS NULL) OR ([ClientNameAssoc] = @Original_ClientNameAssoc)) AND ((@IsNull_ItemDescr = 1 AND [ItemDescr] IS NULL) OR ([ItemDescr] = @Original_ItemDescr)) AND ((@IsNull_CodifProfilo = 1 AND [CodifProfilo] IS NULL) OR ([CodifProfilo] = @Original_CodifProfilo)) AND ((@IsNull_ClasseMerc = 1 AND [ClasseMerc] IS NULL) OR ([ClasseMerc] = @Original_ClasseMerc)) AND ((@IsNull_TipoDies = 1 AND [TipoDies] IS NULL) OR ([TipoDies] = @Original_TipoDies)) AND ((@IsNull_CodDiesGroup = 1 AND [CodDiesGroup] IS NULL) OR ([CodDiesGroup] = @Original_CodDiesGroup)) AND ((@IsNull_DiamDies = 1 AND [DiamDies] IS NULL) OR ([DiamDies] = @Original_DiamDies)) AND ((@IsNull_HoleNumDies = 1 AND [HoleNumDies] IS NULL) OR ([HoleNumDies] = @Original_HoleNumDies)) AND ((@IsNull_DiesPrice_avg = 1 AND [DiesPrice_avg] IS NULL) OR ([DiesPrice_avg] = @Original_DiesPrice_avg)) AND ([DiesPrice] = @Original_DiesPrice) AND ([SamplePrice] = @Original_SamplePrice) AND ((@IsNull_DiesFullCost = 1 AND [DiesFullCost] IS NULL) OR ([DiesFullCost] = @Original_DiesFullCost)) AND ([DiesPriceClientQuote] = @Original_DiesPriceClientQuote) AND ((@IsNull_DiesExpLife = 1 AND [DiesExpLife] IS NULL) OR ([DiesExpLife] = @Original_DiesExpLife)) AND ((@IsNull_DiesEOLife = 1 AND [DiesEOLife] IS NULL) OR ([DiesEOLife] = @Original_DiesEOLife)) AND ([DiesTecLife] = @Original_DiesTecLife) AND ([DiesCommLife] = @Original_DiesCommLife) AND ([MonthSalesPrev] = @Original_MonthSalesPrev) AND ((@IsNull_SalesPrevCost = 1 AND [SalesPrevCost] IS NULL) OR ([SalesPrevCost] = @Original_SalesPrevCost)) AND ((@IsNull_DiesFinCost = 1 AND [DiesFinCost] IS NULL) OR ([DiesFinCost] = @Original_DiesFinCost)) AND ((@IsNull_ClientQuoteReven = 1 AND [ClientQuoteReven] IS NULL) OR ([ClientQuoteReven] = @Original_ClientQuoteReven)) AND ((@IsNull_ExtraDiscountDies = 1 AND [ExtraDiscountDies] IS NULL) OR ([ExtraDiscountDies] = @Original_ExtraDiscountDies)) AND ((@IsNull_DiesByClass = 1 AND [DiesByClass] IS NULL) OR ([DiesByClass] = @Original_DiesByClass)) AND ((@IsNull_NumDiesInList = 1 AND [NumDiesInList] IS NULL) OR ([NumDiesInList] = @Original_NumDiesInList)) AND ((@IsNull_NumDiesExaust = 1 AND [NumDiesExaust] IS NULL) OR ([NumDiesExaust] = @Original_NumDiesExaust)) AND ((@IsNull_CodPlant = 1 AND [CodPlant] IS NULL) OR ([CodPlant] = @Original_CodPlant)) AND ((@IsNull_KeyAMIL = 1 AND [KeyAMIL] IS NULL) OR ([KeyAMIL] = @Original_KeyAMIL)) AND ((@IsNull_KgTeo = 1 AND [KgTeo] IS NULL) OR ([KgTeo] = @Original_KgTeo)) AND ((@IsNull_NumSMED = 1 AND [NumSMED] IS NULL) OR ([NumSMED] = @Original_NumSMED)) AND ((@IsNull_QuotaMan = 1 AND [QuotaMan] IS NULL) OR ([QuotaMan] = @Original_QuotaMan)) AND ((@IsNull_PRMWeight = 1 AND [PRMWeight] IS NULL) OR ([PRMWeight] = @Original_PRMWeight)) AND ((@IsNull_PWeight = 1 AND [PWeight] IS NULL) OR ([PWeight] = @Original_PWeight)) AND ((@IsNull_PTare = 1 AND [PTare] IS NULL) OR ([PTare] = @Original_PTare)) AND ((@IsNull_LivPackage = 1 AND [LivPackage] IS NULL) OR ([LivPackage] = @Original_LivPackage)) AND ((@IsNull_LivPackageDett = 1 AND [LivPackageDett] IS NULL) OR ([LivPackageDett] = @Original_LivPackageDett)) AND ([RawMatCost] = @Original_RawMatCost) AND ([RawMatExtraCost] = @Original_RawMatExtraCost) AND ((@IsNull_RawMatFullCost = 1 AND [RawMatFullCost] IS NULL) OR ([RawMatFullCost] = @Original_RawMatFullCost)) AND ([CodPackag] = @Original_CodPackag) AND ((@IsNull_PkgDesc = 1 AND [PkgDesc] IS NULL) OR ([PkgDesc] = @Original_PkgDesc)) AND ((@IsNull_FSR = 1 AND [FSR] IS NULL) OR ([FSR] = @Original_FSR)) AND ([ProvvCost] = @Original_ProvvCost) AND ([EECost] = @Original_EECost) AND ([GasCost] = @Original_GasCost) AND ([DiesCost] = @Original_DiesCost) AND ([PackCost] = @Original_PackCost) AND ([TranspCost] = @Original_TranspCost) AND ([SellCost01] = @Original_SellCost01) AND ([RefCost01] = @Original_RefCost01) AND ([SellCost04] = @Original_SellCost04) AND ([RefCost04] = @Original_RefCost04) AND ([WSR01_avg] = @Original_WSR01_avg) AND ([WSR01] = @Original_WSR01) AND ([MSR01_avg] = @Original_MSR01_avg) AND ([MSR01] = @Original_MSR01) AND ([NetProd01_avg] = @Original_NetProd01_avg) AND ([NetProd01] = @Original_NetProd01) AND ([FC4UG01] = @Original_FC4UG01) AND ([VC4UG01] = @Original_VC4UG01) AND ([OH4UG01] = @Original_OH4UG01) AND ([SC4UG01] = @Original_SC4UG01) AND ([DSR_avg] = @Original_DSR_avg) AND ((@IsNull_DSR = 1 AND [DSR] IS NULL) OR ([DSR] = @Original_DSR)) AND ([NetProd04] = @Original_NetProd04) AND ([FC4UG04] = @Original_FC4UG04) AND ([VC4UG04] = @Original_VC4UG04) AND ((@IsNull_FVC = 1 AND [FVC] IS NULL) OR ([FVC] = @Original_FVC)) AND ([Charge] = @Original_Charge) AND ([valid] = @Original_valid) AND ([errorScore] = @Original_errorScore))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Vers" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Vers" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClientName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TranspZone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TranspZone" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_KeyAM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodClientAssoc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodClientAssoc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodClientAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClientAssoc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClientNameAssoc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClientNameAssoc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClientNameAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientNameAssoc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ItemDescr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemDescr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ItemDescr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ItemDescr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodifProfilo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodifProfilo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodifProfilo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodifProfilo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClasseMerc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClasseMerc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClasseMerc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseMerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_TipoDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TipoDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TipoDies" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TipoDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodDiesGroup" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodDiesGroup" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodDiesGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodDiesGroup" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiamDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiamDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiamDies" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiamDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_HoleNumDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HoleNumDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HoleNumDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HoleNumDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesPrice_avg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesPrice_avg" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesPrice_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesPrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SamplePrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SamplePrice" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesFullCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesFullCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesFullCost" Precision="19" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesFullCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesPriceClientQuote" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPriceClientQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesExpLife" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesExpLife" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesExpLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesExpLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesEOLife" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesEOLife" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesEOLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesEOLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesTecLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesTecLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesCommLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCommLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_MonthSalesPrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MonthSalesPrev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SalesPrevCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SalesPrevCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SalesPrevCost" Precision="38" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SalesPrevCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesFinCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesFinCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesFinCost" Precision="38" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesFinCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClientQuoteReven" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClientQuoteReven" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ClientQuoteReven" Precision="38" ProviderType="Decimal" Scale="20" Size="0" SourceColumn="ClientQuoteReven" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtraDiscountDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtraDiscountDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ExtraDiscountDies" Precision="38" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraDiscountDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesByClass" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesByClass" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_DiesByClass" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DiesByClass" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDiesInList" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDiesInList" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDiesInList" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesInList" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDiesExaust" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDiesExaust" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDiesExaust" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesExaust" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodPlant" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KeyAMIL" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KeyAMIL" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_KeyAMIL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAMIL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KgTeo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KgTeo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_KgTeo" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="KgTeo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumSMED" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumSMED" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumSMED" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumSMED" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QuotaMan" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuotaMan" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_QuotaMan" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="QuotaMan" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PRMWeight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PRMWeight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PRMWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PRMWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PWeight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PWeight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PTare" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PTare" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PTare" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PTare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LivPackage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LivPackage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LivPackage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LivPackageDett" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LivPackageDett" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LivPackageDett" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackageDett" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RawMatFullCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RawMatFullCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatFullCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatFullCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PkgDesc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PkgDesc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_PkgDesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PkgDesc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ProvvCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProvvCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_EECost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EECost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GasCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="GasCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PackCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PackCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TranspCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TranspCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SellCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RefCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SellCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RefCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd01_avg" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd01" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_VC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_OH4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DSR_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd04" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_VC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FVC" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FVC" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FVC" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FVC" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Charge" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Charge" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_errorScore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="errorScore" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[QuoteFull_S] ([Vers], [QuoteType], [CodQuote], [QuoteRev], [IdxQState], [CodClient], [ClientName], [CodItem], [CodItemGroup], [RawMat], [UnitWeight], [BatchQty], [CodInco], [TranspZone], [KeyAM], [Note], [PriceOff], [CodClientAssoc], [ClientNameAssoc], [ItemDescr], [CodifProfilo], [ClasseMerc], [TipoDies], [CodDiesGroup], [DiamDies], [HoleNumDies], [DiesPrice_avg], [DiesPrice], [SamplePrice], [DiesPriceClientQuote], [DiesExpLife], [DiesEOLife], [DiesTecLife], [DiesCommLife], [MonthSalesPrev], [DiesByClass], [NumDiesInList], [NumDiesExaust], [CodPlant], [KeyAMIL], [KgTeo], [NumSMED], [QuotaMan], [PRMWeight], [PWeight], [PTare], [LivPackage], [LivPackageDett], [RawMatCost], [RawMatExtraCost], [RawMatFullCost], [CodPackag], [PkgDesc], [FSR], [ProvvCost], [EECost], [GasCost], [DiesCost], [PackCost], [TranspCost], [SellCost01], [RefCost01], [SellCost04], [RefCost04], [WSR01_avg], [WSR01], [MSR01_avg], [MSR01], [NetProd01_avg], [NetProd01], [FC4UG01], [VC4UG01], [OH4UG01], [SC4UG01], [DSR_avg], [DSR], [NetProd04], [FC4UG04], [VC4UG04], [FVC], [Charge], [valid], [errorScore]) VALUES (@Vers, @QuoteType, @CodQuote, @QuoteRev, @IdxQState, @CodClient, @ClientName, @CodItem, @CodItemGroup, @RawMat, @UnitWeight, @BatchQty, @CodInco, @TranspZone, @KeyAM, @Note, @PriceOff, @CodClientAssoc, @ClientNameAssoc, @ItemDescr, @CodifProfilo, @ClasseMerc, @TipoDies, @CodDiesGroup, @DiamDies, @HoleNumDies, @DiesPrice_avg, @DiesPrice, @SamplePrice, @DiesPriceClientQuote, @DiesExpLife, @DiesEOLife, @DiesTecLife, @DiesCommLife, @MonthSalesPrev, @DiesByClass, @NumDiesInList, @NumDiesExaust, @CodPlant, @KeyAMIL, @KgTeo, @NumSMED, @QuotaMan, @PRMWeight, @PWeight, @PTare, @LivPackage, @LivPackageDett, @RawMatCost, @RawMatExtraCost, @RawMatFullCost, @CodPackag, @PkgDesc, @FSR, @ProvvCost, @EECost, @GasCost, @DiesCost, @PackCost, @TranspCost, @SellCost01, @RefCost01, @SellCost04, @RefCost04, @WSR01_avg, @WSR01, @MSR01_avg, @MSR01, @NetProd01_avg, @NetProd01, @FC4UG01, @VC4UG01, @OH4UG01, @SC4UG01, @DSR_avg, @DSR, @NetProd04, @FC4UG04, @VC4UG04, @FVC, @Charge, @valid, @errorScore);
|
|
SELECT Vers, QuoteType, CodQuote, QuoteRev, IdxQState, CodClient, ClientName, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, TranspZone, KeyAM, Note, PriceOff, CodClientAssoc, ClientNameAssoc, ItemDescr, CodifProfilo, ClasseMerc, TipoDies, CodDiesGroup, DiamDies, HoleNumDies, DiesPrice_avg, DiesPrice, SamplePrice, DiesFullCost, DiesPriceClientQuote, DiesExpLife, DiesEOLife, DiesTecLife, DiesCommLife, MonthSalesPrev, SalesPrevCost, DiesFinCost, ClientQuoteReven, ExtraDiscountDies, DiesByClass, NumDiesInList, NumDiesExaust, CodPlant, KeyAMIL, KgTeo, NumSMED, QuotaMan, PRMWeight, PWeight, PTare, LivPackage, LivPackageDett, RawMatCost, RawMatExtraCost, RawMatFullCost, CodPackag, PkgDesc, FSR, ProvvCost, EECost, GasCost, DiesCost, PackCost, TranspCost, SellCost01, RefCost01, SellCost04, RefCost04, WSR01_avg, WSR01, MSR01_avg, MSR01, NetProd01_avg, NetProd01, FC4UG01, VC4UG01, OH4UG01, SC4UG01, DSR_avg, DSR, NetProd04, FC4UG04, VC4UG04, FVC, Charge, valid, errorScore FROM QuoteFull_S WHERE (CodQuote = @CodQuote) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Vers" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Vers" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClientName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TranspZone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TranspZone" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@KeyAM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAM" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodClientAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClientAssoc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClientNameAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientNameAssoc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ItemDescr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ItemDescr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodifProfilo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodifProfilo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClasseMerc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseMerc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TipoDies" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TipoDies" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodDiesGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodDiesGroup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiamDies" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiamDies" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HoleNumDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HoleNumDies" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesPrice_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesPrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SamplePrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SamplePrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesPriceClientQuote" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPriceClientQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesExpLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesExpLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesEOLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesEOLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesTecLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesTecLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesCommLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCommLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@MonthSalesPrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MonthSalesPrev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@DiesByClass" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DiesByClass" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDiesInList" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesInList" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDiesExaust" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesExaust" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@KeyAMIL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAMIL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@KgTeo" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="KgTeo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumSMED" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumSMED" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@QuotaMan" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="QuotaMan" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PRMWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PRMWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PTare" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PTare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LivPackage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LivPackageDett" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackageDett" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatFullCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatFullCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PkgDesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PkgDesc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ProvvCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProvvCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@EECost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EECost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GasCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="GasCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PackCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PackCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TranspCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TranspCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SellCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RefCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SellCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RefCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@WSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@WSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@MSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@MSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd01_avg" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd01" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@VC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@OH4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DSR_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd04" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@VC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FVC" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FVC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Charge" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Charge" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@errorScore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="errorScore" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Vers, QuoteType, CodQuote, QuoteRev, IdxQState, CodClient, ClientName, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, TranspZone, KeyAM, Note, PriceOff, CodClientAssoc, ClientNameAssoc, ItemDescr, CodifProfilo, ClasseMerc, TipoDies, CodDiesGroup, DiamDies, HoleNumDies, DiesPrice_avg, DiesPrice, SamplePrice, DiesFullCost, DiesPriceClientQuote, DiesExpLife, DiesEOLife, DiesTecLife, DiesCommLife, MonthSalesPrev, SalesPrevCost, DiesFinCost, ClientQuoteReven, ExtraDiscountDies, DiesByClass, NumDiesInList, NumDiesExaust, CodPlant, KeyAMIL, KgTeo, NumSMED, QuotaMan, PRMWeight, PWeight, PTare, LivPackage, LivPackageDett, RawMatCost, RawMatExtraCost, RawMatFullCost, CodPackag, PkgDesc, FSR, ProvvCost, EECost, GasCost, DiesCost, PackCost, TranspCost, SellCost01, RefCost01, SellCost04, RefCost04, WSR01_avg, WSR01, MSR01_avg, MSR01, NetProd01_avg, NetProd01, FC4UG01, VC4UG01, OH4UG01, SC4UG01, DSR_avg, DSR, NetProd04, FC4UG04, VC4UG04, FVC, Charge, valid, errorScore FROM dbo.QuoteFull_S</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[QuoteFull_S] SET [Vers] = @Vers, [QuoteType] = @QuoteType, [CodQuote] = @CodQuote, [QuoteRev] = @QuoteRev, [IdxQState] = @IdxQState, [CodClient] = @CodClient, [ClientName] = @ClientName, [CodItem] = @CodItem, [CodItemGroup] = @CodItemGroup, [RawMat] = @RawMat, [UnitWeight] = @UnitWeight, [BatchQty] = @BatchQty, [CodInco] = @CodInco, [TranspZone] = @TranspZone, [KeyAM] = @KeyAM, [Note] = @Note, [PriceOff] = @PriceOff, [CodClientAssoc] = @CodClientAssoc, [ClientNameAssoc] = @ClientNameAssoc, [ItemDescr] = @ItemDescr, [CodifProfilo] = @CodifProfilo, [ClasseMerc] = @ClasseMerc, [TipoDies] = @TipoDies, [CodDiesGroup] = @CodDiesGroup, [DiamDies] = @DiamDies, [HoleNumDies] = @HoleNumDies, [DiesPrice_avg] = @DiesPrice_avg, [DiesPrice] = @DiesPrice, [SamplePrice] = @SamplePrice, [DiesPriceClientQuote] = @DiesPriceClientQuote, [DiesExpLife] = @DiesExpLife, [DiesEOLife] = @DiesEOLife, [DiesTecLife] = @DiesTecLife, [DiesCommLife] = @DiesCommLife, [MonthSalesPrev] = @MonthSalesPrev, [DiesByClass] = @DiesByClass, [NumDiesInList] = @NumDiesInList, [NumDiesExaust] = @NumDiesExaust, [CodPlant] = @CodPlant, [KeyAMIL] = @KeyAMIL, [KgTeo] = @KgTeo, [NumSMED] = @NumSMED, [QuotaMan] = @QuotaMan, [PRMWeight] = @PRMWeight, [PWeight] = @PWeight, [PTare] = @PTare, [LivPackage] = @LivPackage, [LivPackageDett] = @LivPackageDett, [RawMatCost] = @RawMatCost, [RawMatExtraCost] = @RawMatExtraCost, [RawMatFullCost] = @RawMatFullCost, [CodPackag] = @CodPackag, [PkgDesc] = @PkgDesc, [FSR] = @FSR, [ProvvCost] = @ProvvCost, [EECost] = @EECost, [GasCost] = @GasCost, [DiesCost] = @DiesCost, [PackCost] = @PackCost, [TranspCost] = @TranspCost, [SellCost01] = @SellCost01, [RefCost01] = @RefCost01, [SellCost04] = @SellCost04, [RefCost04] = @RefCost04, [WSR01_avg] = @WSR01_avg, [WSR01] = @WSR01, [MSR01_avg] = @MSR01_avg, [MSR01] = @MSR01, [NetProd01_avg] = @NetProd01_avg, [NetProd01] = @NetProd01, [FC4UG01] = @FC4UG01, [VC4UG01] = @VC4UG01, [OH4UG01] = @OH4UG01, [SC4UG01] = @SC4UG01, [DSR_avg] = @DSR_avg, [DSR] = @DSR, [NetProd04] = @NetProd04, [FC4UG04] = @FC4UG04, [VC4UG04] = @VC4UG04, [FVC] = @FVC, [Charge] = @Charge, [valid] = @valid, [errorScore] = @errorScore WHERE (([Vers] = @Original_Vers) AND ([QuoteType] = @Original_QuoteType) AND ([CodQuote] = @Original_CodQuote) AND ([QuoteRev] = @Original_QuoteRev) AND ([IdxQState] = @Original_IdxQState) AND ([CodClient] = @Original_CodClient) AND ([ClientName] = @Original_ClientName) AND ([CodItem] = @Original_CodItem) AND ([CodItemGroup] = @Original_CodItemGroup) AND ([RawMat] = @Original_RawMat) AND ([UnitWeight] = @Original_UnitWeight) AND ([BatchQty] = @Original_BatchQty) AND ([CodInco] = @Original_CodInco) AND ([TranspZone] = @Original_TranspZone) AND ([KeyAM] = @Original_KeyAM) AND ([Note] = @Original_Note) AND ([PriceOff] = @Original_PriceOff) AND ((@IsNull_CodClientAssoc = 1 AND [CodClientAssoc] IS NULL) OR ([CodClientAssoc] = @Original_CodClientAssoc)) AND ((@IsNull_ClientNameAssoc = 1 AND [ClientNameAssoc] IS NULL) OR ([ClientNameAssoc] = @Original_ClientNameAssoc)) AND ((@IsNull_ItemDescr = 1 AND [ItemDescr] IS NULL) OR ([ItemDescr] = @Original_ItemDescr)) AND ((@IsNull_CodifProfilo = 1 AND [CodifProfilo] IS NULL) OR ([CodifProfilo] = @Original_CodifProfilo)) AND ((@IsNull_ClasseMerc = 1 AND [ClasseMerc] IS NULL) OR ([ClasseMerc] = @Original_ClasseMerc)) AND ((@IsNull_TipoDies = 1 AND [TipoDies] IS NULL) OR ([TipoDies] = @Original_TipoDies)) AND ((@IsNull_CodDiesGroup = 1 AND [CodDiesGroup] IS NULL) OR ([CodDiesGroup] = @Original_CodDiesGroup)) AND ((@IsNull_DiamDies = 1 AND [DiamDies] IS NULL) OR ([DiamDies] = @Original_DiamDies)) AND ((@IsNull_HoleNumDies = 1 AND [HoleNumDies] IS NULL) OR ([HoleNumDies] = @Original_HoleNumDies)) AND ((@IsNull_DiesPrice_avg = 1 AND [DiesPrice_avg] IS NULL) OR ([DiesPrice_avg] = @Original_DiesPrice_avg)) AND ([DiesPrice] = @Original_DiesPrice) AND ([SamplePrice] = @Original_SamplePrice) AND ((@IsNull_DiesFullCost = 1 AND [DiesFullCost] IS NULL) OR ([DiesFullCost] = @Original_DiesFullCost)) AND ([DiesPriceClientQuote] = @Original_DiesPriceClientQuote) AND ((@IsNull_DiesExpLife = 1 AND [DiesExpLife] IS NULL) OR ([DiesExpLife] = @Original_DiesExpLife)) AND ((@IsNull_DiesEOLife = 1 AND [DiesEOLife] IS NULL) OR ([DiesEOLife] = @Original_DiesEOLife)) AND ([DiesTecLife] = @Original_DiesTecLife) AND ([DiesCommLife] = @Original_DiesCommLife) AND ([MonthSalesPrev] = @Original_MonthSalesPrev) AND ((@IsNull_SalesPrevCost = 1 AND [SalesPrevCost] IS NULL) OR ([SalesPrevCost] = @Original_SalesPrevCost)) AND ((@IsNull_DiesFinCost = 1 AND [DiesFinCost] IS NULL) OR ([DiesFinCost] = @Original_DiesFinCost)) AND ((@IsNull_ClientQuoteReven = 1 AND [ClientQuoteReven] IS NULL) OR ([ClientQuoteReven] = @Original_ClientQuoteReven)) AND ((@IsNull_ExtraDiscountDies = 1 AND [ExtraDiscountDies] IS NULL) OR ([ExtraDiscountDies] = @Original_ExtraDiscountDies)) AND ((@IsNull_DiesByClass = 1 AND [DiesByClass] IS NULL) OR ([DiesByClass] = @Original_DiesByClass)) AND ((@IsNull_NumDiesInList = 1 AND [NumDiesInList] IS NULL) OR ([NumDiesInList] = @Original_NumDiesInList)) AND ((@IsNull_NumDiesExaust = 1 AND [NumDiesExaust] IS NULL) OR ([NumDiesExaust] = @Original_NumDiesExaust)) AND ((@IsNull_CodPlant = 1 AND [CodPlant] IS NULL) OR ([CodPlant] = @Original_CodPlant)) AND ((@IsNull_KeyAMIL = 1 AND [KeyAMIL] IS NULL) OR ([KeyAMIL] = @Original_KeyAMIL)) AND ((@IsNull_KgTeo = 1 AND [KgTeo] IS NULL) OR ([KgTeo] = @Original_KgTeo)) AND ((@IsNull_NumSMED = 1 AND [NumSMED] IS NULL) OR ([NumSMED] = @Original_NumSMED)) AND ((@IsNull_QuotaMan = 1 AND [QuotaMan] IS NULL) OR ([QuotaMan] = @Original_QuotaMan)) AND ((@IsNull_PRMWeight = 1 AND [PRMWeight] IS NULL) OR ([PRMWeight] = @Original_PRMWeight)) AND ((@IsNull_PWeight = 1 AND [PWeight] IS NULL) OR ([PWeight] = @Original_PWeight)) AND ((@IsNull_PTare = 1 AND [PTare] IS NULL) OR ([PTare] = @Original_PTare)) AND ((@IsNull_LivPackage = 1 AND [LivPackage] IS NULL) OR ([LivPackage] = @Original_LivPackage)) AND ((@IsNull_LivPackageDett = 1 AND [LivPackageDett] IS NULL) OR ([LivPackageDett] = @Original_LivPackageDett)) AND ([RawMatCost] = @Original_RawMatCost) AND ([RawMatExtraCost] = @Original_RawMatExtraCost) AND ((@IsNull_RawMatFullCost = 1 AND [RawMatFullCost] IS NULL) OR ([RawMatFullCost] = @Original_RawMatFullCost)) AND ([CodPackag] = @Original_CodPackag) AND ((@IsNull_PkgDesc = 1 AND [PkgDesc] IS NULL) OR ([PkgDesc] = @Original_PkgDesc)) AND ((@IsNull_FSR = 1 AND [FSR] IS NULL) OR ([FSR] = @Original_FSR)) AND ([ProvvCost] = @Original_ProvvCost) AND ([EECost] = @Original_EECost) AND ([GasCost] = @Original_GasCost) AND ([DiesCost] = @Original_DiesCost) AND ([PackCost] = @Original_PackCost) AND ([TranspCost] = @Original_TranspCost) AND ([SellCost01] = @Original_SellCost01) AND ([RefCost01] = @Original_RefCost01) AND ([SellCost04] = @Original_SellCost04) AND ([RefCost04] = @Original_RefCost04) AND ([WSR01_avg] = @Original_WSR01_avg) AND ([WSR01] = @Original_WSR01) AND ([MSR01_avg] = @Original_MSR01_avg) AND ([MSR01] = @Original_MSR01) AND ([NetProd01_avg] = @Original_NetProd01_avg) AND ([NetProd01] = @Original_NetProd01) AND ([FC4UG01] = @Original_FC4UG01) AND ([VC4UG01] = @Original_VC4UG01) AND ([OH4UG01] = @Original_OH4UG01) AND ([SC4UG01] = @Original_SC4UG01) AND ([DSR_avg] = @Original_DSR_avg) AND ((@IsNull_DSR = 1 AND [DSR] IS NULL) OR ([DSR] = @Original_DSR)) AND ([NetProd04] = @Original_NetProd04) AND ([FC4UG04] = @Original_FC4UG04) AND ([VC4UG04] = @Original_VC4UG04) AND ((@IsNull_FVC = 1 AND [FVC] IS NULL) OR ([FVC] = @Original_FVC)) AND ([Charge] = @Original_Charge) AND ([valid] = @Original_valid) AND ([errorScore] = @Original_errorScore));
|
|
SELECT Vers, QuoteType, CodQuote, QuoteRev, IdxQState, CodClient, ClientName, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, TranspZone, KeyAM, Note, PriceOff, CodClientAssoc, ClientNameAssoc, ItemDescr, CodifProfilo, ClasseMerc, TipoDies, CodDiesGroup, DiamDies, HoleNumDies, DiesPrice_avg, DiesPrice, SamplePrice, DiesFullCost, DiesPriceClientQuote, DiesExpLife, DiesEOLife, DiesTecLife, DiesCommLife, MonthSalesPrev, SalesPrevCost, DiesFinCost, ClientQuoteReven, ExtraDiscountDies, DiesByClass, NumDiesInList, NumDiesExaust, CodPlant, KeyAMIL, KgTeo, NumSMED, QuotaMan, PRMWeight, PWeight, PTare, LivPackage, LivPackageDett, RawMatCost, RawMatExtraCost, RawMatFullCost, CodPackag, PkgDesc, FSR, ProvvCost, EECost, GasCost, DiesCost, PackCost, TranspCost, SellCost01, RefCost01, SellCost04, RefCost04, WSR01_avg, WSR01, MSR01_avg, MSR01, NetProd01_avg, NetProd01, FC4UG01, VC4UG01, OH4UG01, SC4UG01, DSR_avg, DSR, NetProd04, FC4UG04, VC4UG04, FVC, Charge, valid, errorScore FROM QuoteFull_S WHERE (CodQuote = @CodQuote) AND (QuoteRev = @QuoteRev) AND (QuoteType = @QuoteType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Vers" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Vers" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClientName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TranspZone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TranspZone" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@KeyAM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAM" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodClientAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClientAssoc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClientNameAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientNameAssoc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ItemDescr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ItemDescr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodifProfilo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodifProfilo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClasseMerc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseMerc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TipoDies" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TipoDies" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodDiesGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodDiesGroup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiamDies" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiamDies" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@HoleNumDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HoleNumDies" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesPrice_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesPrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SamplePrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SamplePrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesPriceClientQuote" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPriceClientQuote" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesExpLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesExpLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesEOLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesEOLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesTecLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesTecLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesCommLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCommLife" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@MonthSalesPrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MonthSalesPrev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@DiesByClass" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DiesByClass" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDiesInList" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesInList" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDiesExaust" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesExaust" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@KeyAMIL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAMIL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@KgTeo" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="KgTeo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumSMED" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumSMED" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@QuotaMan" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="QuotaMan" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PRMWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PRMWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PTare" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PTare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LivPackage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LivPackageDett" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackageDett" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RawMatFullCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatFullCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PkgDesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PkgDesc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ProvvCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProvvCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@EECost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EECost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@GasCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="GasCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DiesCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@PackCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PackCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@TranspCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TranspCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SellCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RefCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SellCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@RefCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@WSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@WSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@MSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@MSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd01_avg" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd01" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@VC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@OH4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG01" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DSR_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR_avg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@DSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NetProd04" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@VC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG04" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@FVC" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FVC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Charge" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Charge" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@errorScore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="errorScore" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Vers" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Vers" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="QuoteType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_CodQuote" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="CodQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_QuoteRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuoteRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxQState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxQState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodClient" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClient" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClientName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItem" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItem" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodItemGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodItemGroup" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_UnitWeight" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="UnitWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BatchQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BatchQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodInco" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodInco" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TranspZone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TranspZone" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_KeyAM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAM" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PriceOff" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PriceOff" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodClientAssoc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodClientAssoc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodClientAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodClientAssoc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClientNameAssoc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClientNameAssoc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClientNameAssoc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClientNameAssoc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ItemDescr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemDescr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ItemDescr" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ItemDescr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodifProfilo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodifProfilo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodifProfilo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodifProfilo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClasseMerc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClasseMerc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClasseMerc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseMerc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_TipoDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TipoDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_TipoDies" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TipoDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodDiesGroup" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodDiesGroup" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodDiesGroup" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodDiesGroup" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiamDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiamDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiamDies" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiamDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_HoleNumDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HoleNumDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_HoleNumDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="HoleNumDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesPrice_avg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesPrice_avg" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesPrice_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesPrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPrice" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SamplePrice" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SamplePrice" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesFullCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesFullCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesFullCost" Precision="19" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesFullCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesPriceClientQuote" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesPriceClientQuote" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesExpLife" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesExpLife" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesExpLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesExpLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesEOLife" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesEOLife" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesEOLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesEOLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesTecLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesTecLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesCommLife" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCommLife" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_MonthSalesPrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MonthSalesPrev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SalesPrevCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SalesPrevCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SalesPrevCost" Precision="38" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SalesPrevCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesFinCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesFinCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesFinCost" Precision="38" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesFinCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClientQuoteReven" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClientQuoteReven" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ClientQuoteReven" Precision="38" ProviderType="Decimal" Scale="20" Size="0" SourceColumn="ClientQuoteReven" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtraDiscountDies" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtraDiscountDies" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ExtraDiscountDies" Precision="38" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraDiscountDies" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DiesByClass" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DiesByClass" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_DiesByClass" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="DiesByClass" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDiesInList" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDiesInList" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDiesInList" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesInList" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDiesExaust" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDiesExaust" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDiesExaust" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumDiesExaust" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodPlant" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPlant" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPlant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KeyAMIL" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KeyAMIL" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_KeyAMIL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="KeyAMIL" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_KgTeo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KgTeo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_KgTeo" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="KgTeo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumSMED" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumSMED" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumSMED" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="NumSMED" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_QuotaMan" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="QuotaMan" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_QuotaMan" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="QuotaMan" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PRMWeight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PRMWeight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PRMWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PRMWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PWeight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PWeight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PWeight" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PWeight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PTare" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PTare" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PTare" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PTare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LivPackage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LivPackage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LivPackage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LivPackageDett" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LivPackageDett" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LivPackageDett" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LivPackageDett" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatExtraCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatExtraCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RawMatFullCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RawMatFullCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RawMatFullCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RawMatFullCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodPackag" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodPackag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PkgDesc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PkgDesc" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_PkgDesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PkgDesc" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ProvvCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProvvCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_EECost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="EECost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_GasCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="GasCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DiesCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DiesCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_PackCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="PackCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_TranspCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="TranspCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SellCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RefCost01" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SellCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SellCost04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_RefCost04" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="RefCost04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_WSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="WSR01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MSR01_avg" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_MSR01" Precision="9" ProviderType="Decimal" Scale="8" Size="0" SourceColumn="MSR01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd01_avg" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd01" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_VC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_OH4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="OH4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SC4UG01" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SC4UG01" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DSR_avg" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR_avg" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_DSR" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="DSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NetProd04" Precision="9" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="NetProd04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FC4UG04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_VC4UG04" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="VC4UG04" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FVC" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FVC" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_FVC" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="FVC" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_Charge" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="Charge" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_valid" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="valid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_errorScore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="errorScore" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Vers" DataSetColumn="Vers" />
|
|
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
|
|
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
|
|
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
|
|
<Mapping SourceColumn="IdxQState" DataSetColumn="IdxQState" />
|
|
<Mapping SourceColumn="CodClient" DataSetColumn="CodClient" />
|
|
<Mapping SourceColumn="ClientName" DataSetColumn="ClientName" />
|
|
<Mapping SourceColumn="CodItem" DataSetColumn="CodItem" />
|
|
<Mapping SourceColumn="CodItemGroup" DataSetColumn="CodItemGroup" />
|
|
<Mapping SourceColumn="RawMat" DataSetColumn="RawMat" />
|
|
<Mapping SourceColumn="UnitWeight" DataSetColumn="UnitWeight" />
|
|
<Mapping SourceColumn="BatchQty" DataSetColumn="BatchQty" />
|
|
<Mapping SourceColumn="CodInco" DataSetColumn="CodInco" />
|
|
<Mapping SourceColumn="TranspZone" DataSetColumn="TranspZone" />
|
|
<Mapping SourceColumn="KeyAM" DataSetColumn="KeyAM" />
|
|
<Mapping SourceColumn="Note" DataSetColumn="Note" />
|
|
<Mapping SourceColumn="PriceOff" DataSetColumn="PriceOff" />
|
|
<Mapping SourceColumn="CodClientAssoc" DataSetColumn="CodClientAssoc" />
|
|
<Mapping SourceColumn="ClientNameAssoc" DataSetColumn="ClientNameAssoc" />
|
|
<Mapping SourceColumn="ItemDescr" DataSetColumn="ItemDescr" />
|
|
<Mapping SourceColumn="CodifProfilo" DataSetColumn="CodifProfilo" />
|
|
<Mapping SourceColumn="ClasseMerc" DataSetColumn="ClasseMerc" />
|
|
<Mapping SourceColumn="TipoDies" DataSetColumn="TipoDies" />
|
|
<Mapping SourceColumn="CodDiesGroup" DataSetColumn="CodDiesGroup" />
|
|
<Mapping SourceColumn="DiamDies" DataSetColumn="DiamDies" />
|
|
<Mapping SourceColumn="HoleNumDies" DataSetColumn="HoleNumDies" />
|
|
<Mapping SourceColumn="DiesPrice_avg" DataSetColumn="DiesPrice_avg" />
|
|
<Mapping SourceColumn="DiesPrice" DataSetColumn="DiesPrice" />
|
|
<Mapping SourceColumn="SamplePrice" DataSetColumn="SamplePrice" />
|
|
<Mapping SourceColumn="DiesFullCost" DataSetColumn="DiesFullCost" />
|
|
<Mapping SourceColumn="DiesPriceClientQuote" DataSetColumn="DiesPriceClientQuote" />
|
|
<Mapping SourceColumn="DiesExpLife" DataSetColumn="DiesExpLife" />
|
|
<Mapping SourceColumn="DiesEOLife" DataSetColumn="DiesEOLife" />
|
|
<Mapping SourceColumn="DiesTecLife" DataSetColumn="DiesTecLife" />
|
|
<Mapping SourceColumn="DiesCommLife" DataSetColumn="DiesCommLife" />
|
|
<Mapping SourceColumn="MonthSalesPrev" DataSetColumn="MonthSalesPrev" />
|
|
<Mapping SourceColumn="SalesPrevCost" DataSetColumn="SalesPrevCost" />
|
|
<Mapping SourceColumn="DiesFinCost" DataSetColumn="DiesFinCost" />
|
|
<Mapping SourceColumn="ClientQuoteReven" DataSetColumn="ClientQuoteReven" />
|
|
<Mapping SourceColumn="ExtraDiscountDies" DataSetColumn="ExtraDiscountDies" />
|
|
<Mapping SourceColumn="DiesByClass" DataSetColumn="DiesByClass" />
|
|
<Mapping SourceColumn="NumDiesInList" DataSetColumn="NumDiesInList" />
|
|
<Mapping SourceColumn="NumDiesExaust" DataSetColumn="NumDiesExaust" />
|
|
<Mapping SourceColumn="CodPlant" DataSetColumn="CodPlant" />
|
|
<Mapping SourceColumn="KeyAMIL" DataSetColumn="KeyAMIL" />
|
|
<Mapping SourceColumn="KgTeo" DataSetColumn="KgTeo" />
|
|
<Mapping SourceColumn="NumSMED" DataSetColumn="NumSMED" />
|
|
<Mapping SourceColumn="QuotaMan" DataSetColumn="QuotaMan" />
|
|
<Mapping SourceColumn="PRMWeight" DataSetColumn="PRMWeight" />
|
|
<Mapping SourceColumn="PWeight" DataSetColumn="PWeight" />
|
|
<Mapping SourceColumn="PTare" DataSetColumn="PTare" />
|
|
<Mapping SourceColumn="LivPackage" DataSetColumn="LivPackage" />
|
|
<Mapping SourceColumn="LivPackageDett" DataSetColumn="LivPackageDett" />
|
|
<Mapping SourceColumn="RawMatCost" DataSetColumn="RawMatCost" />
|
|
<Mapping SourceColumn="RawMatExtraCost" DataSetColumn="RawMatExtraCost" />
|
|
<Mapping SourceColumn="RawMatFullCost" DataSetColumn="RawMatFullCost" />
|
|
<Mapping SourceColumn="CodPackag" DataSetColumn="CodPackag" />
|
|
<Mapping SourceColumn="PkgDesc" DataSetColumn="PkgDesc" />
|
|
<Mapping SourceColumn="FSR" DataSetColumn="FSR" />
|
|
<Mapping SourceColumn="ProvvCost" DataSetColumn="ProvvCost" />
|
|
<Mapping SourceColumn="EECost" DataSetColumn="EECost" />
|
|
<Mapping SourceColumn="GasCost" DataSetColumn="GasCost" />
|
|
<Mapping SourceColumn="DiesCost" DataSetColumn="DiesCost" />
|
|
<Mapping SourceColumn="PackCost" DataSetColumn="PackCost" />
|
|
<Mapping SourceColumn="TranspCost" DataSetColumn="TranspCost" />
|
|
<Mapping SourceColumn="SellCost01" DataSetColumn="SellCost01" />
|
|
<Mapping SourceColumn="RefCost01" DataSetColumn="RefCost01" />
|
|
<Mapping SourceColumn="SellCost04" DataSetColumn="SellCost04" />
|
|
<Mapping SourceColumn="RefCost04" DataSetColumn="RefCost04" />
|
|
<Mapping SourceColumn="WSR01_avg" DataSetColumn="WSR01_avg" />
|
|
<Mapping SourceColumn="WSR01" DataSetColumn="WSR01" />
|
|
<Mapping SourceColumn="MSR01_avg" DataSetColumn="MSR01_avg" />
|
|
<Mapping SourceColumn="MSR01" DataSetColumn="MSR01" />
|
|
<Mapping SourceColumn="NetProd01_avg" DataSetColumn="NetProd01_avg" />
|
|
<Mapping SourceColumn="NetProd01" DataSetColumn="NetProd01" />
|
|
<Mapping SourceColumn="FC4UG01" DataSetColumn="FC4UG01" />
|
|
<Mapping SourceColumn="VC4UG01" DataSetColumn="VC4UG01" />
|
|
<Mapping SourceColumn="OH4UG01" DataSetColumn="OH4UG01" />
|
|
<Mapping SourceColumn="SC4UG01" DataSetColumn="SC4UG01" />
|
|
<Mapping SourceColumn="DSR_avg" DataSetColumn="DSR_avg" />
|
|
<Mapping SourceColumn="DSR" DataSetColumn="DSR" />
|
|
<Mapping SourceColumn="NetProd04" DataSetColumn="NetProd04" />
|
|
<Mapping SourceColumn="FC4UG04" DataSetColumn="FC4UG04" />
|
|
<Mapping SourceColumn="VC4UG04" DataSetColumn="VC4UG04" />
|
|
<Mapping SourceColumn="FVC" DataSetColumn="FVC" />
|
|
<Mapping SourceColumn="Charge" DataSetColumn="Charge" />
|
|
<Mapping SourceColumn="valid" DataSetColumn="valid" />
|
|
<Mapping SourceColumn="errorScore" DataSetColumn="errorScore" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RawMatDetTableAdapter" GeneratorDataComponentClassName="RawMatDetTableAdapter" Name="RawMatDet" UserDataComponentName="RawMatDetTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.RawMatDet" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[RawMatDet] WHERE (([RawMat] = @Original_RawMat) AND ([ProcCost] = @Original_ProcCost) AND ([ProcYield] = @Original_ProcYield) AND ([CSR] = @Original_CSR) AND ((@IsNull_SSR = 1 AND [SSR] IS NULL) OR ([SSR] = @Original_SSR)) AND ((@IsNull_SSVA = 1 AND [SSVA] IS NULL) OR ([SSVA] = @Original_SSVA)) AND ((@IsNull_SSVR = 1 AND [SSVR] IS NULL) OR ([SSVR] = @Original_SSVR)) AND ((@IsNull_ExtraMatCost = 1 AND [ExtraMatCost] IS NULL) OR ([ExtraMatCost] = @Original_ExtraMatCost)) AND ((@IsNull_ExtraServCost = 1 AND [ExtraServCost] IS NULL) OR ([ExtraServCost] = @Original_ExtraServCost)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ProcCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ProcYield" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcYield" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="CSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SSVA" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SSVA" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SSVA" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVA" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SSVR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SSVR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SSVR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtraMatCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtraMatCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ExtraMatCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraMatCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtraServCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtraServCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ExtraServCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraServCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[RawMatDet] ([RawMat], [ProcCost], [ProcYield], [CSR], [SSR], [SSVA], [SSVR], [ExtraMatCost], [ExtraServCost]) VALUES (@RawMat, @ProcCost, @ProcYield, @CSR, @SSR, @SSVA, @SSVR, @ExtraMatCost, @ExtraServCost);
|
|
SELECT RawMat, ProcCost, ProcYield, CSR, SSR, SSVA, SSVR, ExtraMatCost, ExtraServCost FROM RawMatDet WHERE (RawMat = @RawMat)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ProcCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ProcYield" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcYield" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="CSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SSVA" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVA" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SSVR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ExtraMatCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraMatCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ExtraServCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraServCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RawMat, ProcCost, ProcYield, CSR, SSR, SSVA, SSVR, ExtraMatCost, ExtraServCost FROM dbo.RawMatDet</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[RawMatDet] SET [RawMat] = @RawMat, [ProcCost] = @ProcCost, [ProcYield] = @ProcYield, [CSR] = @CSR, [SSR] = @SSR, [SSVA] = @SSVA, [SSVR] = @SSVR, [ExtraMatCost] = @ExtraMatCost, [ExtraServCost] = @ExtraServCost WHERE (([RawMat] = @Original_RawMat) AND ([ProcCost] = @Original_ProcCost) AND ([ProcYield] = @Original_ProcYield) AND ([CSR] = @Original_CSR) AND ((@IsNull_SSR = 1 AND [SSR] IS NULL) OR ([SSR] = @Original_SSR)) AND ((@IsNull_SSVA = 1 AND [SSVA] IS NULL) OR ([SSVA] = @Original_SSVA)) AND ((@IsNull_SSVR = 1 AND [SSVR] IS NULL) OR ([SSVR] = @Original_SSVR)) AND ((@IsNull_ExtraMatCost = 1 AND [ExtraMatCost] IS NULL) OR ([ExtraMatCost] = @Original_ExtraMatCost)) AND ((@IsNull_ExtraServCost = 1 AND [ExtraServCost] IS NULL) OR ([ExtraServCost] = @Original_ExtraServCost)));
|
|
SELECT RawMat, ProcCost, ProcYield, CSR, SSR, SSVA, SSVR, ExtraMatCost, ExtraServCost FROM RawMatDet WHERE (RawMat = @RawMat)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ProcCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ProcYield" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcYield" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="CSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SSVA" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVA" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@SSVR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ExtraMatCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraMatCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@ExtraServCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraServCost" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RawMat" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ProcCost" Precision="18" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ProcYield" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ProcYield" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="CSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SSR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SSR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SSR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SSVA" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SSVA" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SSVA" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVA" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SSVR" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SSVR" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_SSVR" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="SSVR" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtraMatCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtraMatCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ExtraMatCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraMatCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtraServCost" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtraServCost" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_ExtraServCost" Precision="9" ProviderType="Decimal" Scale="6" Size="0" SourceColumn="ExtraServCost" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RawMat" DataSetColumn="RawMat" />
|
|
<Mapping SourceColumn="ProcCost" DataSetColumn="ProcCost" />
|
|
<Mapping SourceColumn="ProcYield" DataSetColumn="ProcYield" />
|
|
<Mapping SourceColumn="CSR" DataSetColumn="CSR" />
|
|
<Mapping SourceColumn="SSR" DataSetColumn="SSR" />
|
|
<Mapping SourceColumn="SSVA" DataSetColumn="SSVA" />
|
|
<Mapping SourceColumn="SSVR" DataSetColumn="SSVR" />
|
|
<Mapping SourceColumn="ExtraMatCost" DataSetColumn="ExtraMatCost" />
|
|
<Mapping SourceColumn="ExtraServCost" DataSetColumn="ExtraServCost" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_RMD_getByKey" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByKey" GetMethodModifier="Public" GetMethodName="getByKey" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByKey" UserSourceName="getByKey">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_RMD_getByKey</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RawMat" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StdCostListTableAdapter" GeneratorDataComponentClassName="StdCostListTableAdapter" Name="StdCostList" UserDataComponentName="StdCostListTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.v_StdCostList" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DataRif, Class01, Class02, CodItem, RawMat, CodPlant, CodDiesGroup, CodPackag, batchQty, CodInco, RawMatFullCost, FVC, FullCost FROM dbo.v_StdCostList</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DataRif" DataSetColumn="DataRif" />
|
|
<Mapping SourceColumn="Class01" DataSetColumn="Class01" />
|
|
<Mapping SourceColumn="Class02" DataSetColumn="Class02" />
|
|
<Mapping SourceColumn="CodItem" DataSetColumn="CodItem" />
|
|
<Mapping SourceColumn="RawMat" DataSetColumn="RawMat" />
|
|
<Mapping SourceColumn="CodPlant" DataSetColumn="CodPlant" />
|
|
<Mapping SourceColumn="CodDiesGroup" DataSetColumn="CodDiesGroup" />
|
|
<Mapping SourceColumn="CodPackag" DataSetColumn="CodPackag" />
|
|
<Mapping SourceColumn="batchQty" DataSetColumn="batchQty" />
|
|
<Mapping SourceColumn="CodInco" DataSetColumn="CodInco" />
|
|
<Mapping SourceColumn="RawMatFullCost" DataSetColumn="RawMatFullCost" />
|
|
<Mapping SourceColumn="FVC" DataSetColumn="FVC" />
|
|
<Mapping SourceColumn="FullCost" DataSetColumn="FullCost" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_SC2C_deleteForDate" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteByDate" Modifier="Public" Name="deleteByDate" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="deleteByDate">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_SC2C_deleteForDate</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="smalldatetime" DbType="DateTime" Direction="Input" ParameterName="@Date" Precision="16" ProviderType="SmallDateTime" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QLR_getByDate" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByDate" GetMethodModifier="Public" GetMethodName="getByDate" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByDate" UserSourceName="getByDate">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_QLR_getByDate</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DataRif" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources />
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="DS_Quotes" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Quotes" msprop:Generator_UserDSName="DS_Quotes">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="QuoteList" msprop:Generator_TableClassName="QuoteListDataTable" msprop:Generator_TableVarName="tableQuoteList" msprop:Generator_RowChangedName="QuoteListRowChanged" msprop:Generator_TablePropName="QuoteList" msprop:Generator_RowDeletingName="QuoteListRowDeleting" msprop:Generator_RowChangingName="QuoteListRowChanging" msprop:Generator_RowEvHandlerName="QuoteListRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteListRowDeleted" msprop:Generator_RowClassName="QuoteListRow" msprop:Generator_UserTableName="QuoteList" msprop:Generator_RowEvArgName="QuoteListRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="CodClient" msprop:Generator_ColumnVarNameInTable="columnCodClient" msprop:Generator_ColumnPropNameInRow="CodClient" msprop:Generator_ColumnPropNameInTable="CodClientColumn" msprop:Generator_UserColumnName="CodClient">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodItem" msprop:Generator_ColumnVarNameInTable="columnCodItem" msprop:Generator_ColumnPropNameInRow="CodItem" msprop:Generator_ColumnPropNameInTable="CodItemColumn" msprop:Generator_UserColumnName="CodItem">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodItemGroup" msprop:Generator_ColumnVarNameInTable="columnCodItemGroup" msprop:Generator_ColumnPropNameInRow="CodItemGroup" msprop:Generator_ColumnPropNameInTable="CodItemGroupColumn" msprop:Generator_UserColumnName="CodItemGroup">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMat" msprop:Generator_ColumnVarNameInTable="columnRawMat" msprop:Generator_ColumnPropNameInRow="RawMat" msprop:Generator_ColumnPropNameInTable="RawMatColumn" msprop:Generator_UserColumnName="RawMat">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UnitWeight" msprop:Generator_ColumnVarNameInTable="columnUnitWeight" msprop:Generator_ColumnPropNameInRow="UnitWeight" msprop:Generator_ColumnPropNameInTable="UnitWeightColumn" msprop:Generator_UserColumnName="UnitWeight" type="xs:decimal" />
|
|
<xs:element name="BatchQty" msprop:Generator_ColumnVarNameInTable="columnBatchQty" msprop:Generator_ColumnPropNameInRow="BatchQty" msprop:Generator_ColumnPropNameInTable="BatchQtyColumn" msprop:Generator_UserColumnName="BatchQty" type="xs:int" />
|
|
<xs:element name="CodInco" msprop:Generator_ColumnVarNameInTable="columnCodInco" msprop:Generator_ColumnPropNameInRow="CodInco" msprop:Generator_ColumnPropNameInTable="CodIncoColumn" msprop:Generator_UserColumnName="CodInco">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KeyAM" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnKeyAM" msprop:Generator_ColumnPropNameInRow="KeyAM" msprop:Generator_ColumnPropNameInTable="KeyAMColumn" msprop:Generator_UserColumnName="KeyAM" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="101" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PriceOff" msprop:Generator_ColumnVarNameInTable="columnPriceOff" msprop:Generator_ColumnPropNameInRow="PriceOff" msprop:Generator_ColumnPropNameInTable="PriceOffColumn" msprop:Generator_UserColumnName="PriceOff" type="xs:decimal" />
|
|
<xs:element name="OrdDate" msprop:Generator_ColumnVarNameInTable="columnOrdDate" msprop:Generator_ColumnPropNameInRow="OrdDate" msprop:Generator_ColumnPropNameInTable="OrdDateColumn" msprop:Generator_UserColumnName="OrdDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="OrdNum" msprop:Generator_ColumnVarNameInTable="columnOrdNum" msprop:Generator_ColumnPropNameInRow="OrdNum" msprop:Generator_ColumnPropNameInTable="OrdNumColumn" msprop:Generator_UserColumnName="OrdNum">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="OrdRow" msprop:Generator_ColumnVarNameInTable="columnOrdRow" msprop:Generator_ColumnPropNameInRow="OrdRow" msprop:Generator_ColumnPropNameInTable="OrdRowColumn" msprop:Generator_UserColumnName="OrdRow">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="OrdPrice" msprop:Generator_ColumnVarNameInTable="columnOrdPrice" msprop:Generator_ColumnPropNameInRow="OrdPrice" msprop:Generator_ColumnPropNameInTable="OrdPriceColumn" msprop:Generator_UserColumnName="OrdPrice" type="xs:decimal" />
|
|
<xs:element name="IdxQState" msprop:Generator_ColumnVarNameInTable="columnIdxQState" msprop:Generator_ColumnPropNameInRow="IdxQState" msprop:Generator_ColumnPropNameInTable="IdxQStateColumn" msprop:Generator_UserColumnName="IdxQState" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="QuoteRM" msprop:Generator_TableClassName="QuoteRMDataTable" msprop:Generator_TableVarName="tableQuoteRM" msprop:Generator_RowChangedName="QuoteRMRowChanged" msprop:Generator_TablePropName="QuoteRM" msprop:Generator_RowDeletingName="QuoteRMRowDeleting" msprop:Generator_RowChangingName="QuoteRMRowChanging" msprop:Generator_RowEvHandlerName="QuoteRMRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteRMRowDeleted" msprop:Generator_RowClassName="QuoteRMRow" msprop:Generator_UserTableName="QuoteRM" msprop:Generator_RowEvArgName="QuoteRMRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="NumRM" msprop:Generator_ColumnVarNameInTable="columnNumRM" msprop:Generator_ColumnPropNameInRow="NumRM" msprop:Generator_ColumnPropNameInTable="NumRMColumn" msprop:Generator_UserColumnName="NumRM" type="xs:int" />
|
|
<xs:element name="RawMat" msprop:Generator_ColumnVarNameInTable="columnRawMat" msprop:Generator_ColumnPropNameInRow="RawMat" msprop:Generator_ColumnPropNameInTable="RawMatColumn" msprop:Generator_UserColumnName="RawMat">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMatCost" msprop:Generator_ColumnVarNameInTable="columnRawMatCost" msprop:Generator_ColumnPropNameInRow="RawMatCost" msprop:Generator_ColumnPropNameInTable="RawMatCostColumn" msprop:Generator_UserColumnName="RawMatCost" type="xs:decimal" />
|
|
<xs:element name="RawMatExtraCost" msprop:Generator_ColumnVarNameInTable="columnRawMatExtraCost" msprop:Generator_ColumnPropNameInRow="RawMatExtraCost" msprop:Generator_ColumnPropNameInTable="RawMatExtraCostColumn" msprop:Generator_UserColumnName="RawMatExtraCost" type="xs:decimal" />
|
|
<xs:element name="CodPackag" msprop:Generator_ColumnVarNameInTable="columnCodPackag" msprop:Generator_ColumnPropNameInRow="CodPackag" msprop:Generator_ColumnPropNameInTable="CodPackagColumn" msprop:Generator_UserColumnName="CodPackag">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FCR" msprop:Generator_ColumnVarNameInTable="columnFCR" msprop:Generator_ColumnPropNameInRow="FCR" msprop:Generator_ColumnPropNameInTable="FCRColumn" msprop:Generator_UserColumnName="FCR" type="xs:decimal" />
|
|
<xs:element name="FYR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFYR" msprop:Generator_ColumnPropNameInRow="FYR" msprop:Generator_ColumnPropNameInTable="FYRColumn" msprop:Generator_UserColumnName="FYR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="FSR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFSR" msprop:Generator_ColumnPropNameInRow="FSR" msprop:Generator_ColumnPropNameInTable="FSRColumn" msprop:Generator_UserColumnName="FSR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="valid" msprop:Generator_ColumnVarNameInTable="columnvalid" msprop:Generator_ColumnPropNameInRow="valid" msprop:Generator_ColumnPropNameInTable="validColumn" msprop:Generator_UserColumnName="valid" type="xs:boolean" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="QuoteWorkExt" msprop:Generator_TableClassName="QuoteWorkExtDataTable" msprop:Generator_TableVarName="tableQuoteWorkExt" msprop:Generator_RowChangedName="QuoteWorkExtRowChanged" msprop:Generator_TablePropName="QuoteWorkExt" msprop:Generator_RowDeletingName="QuoteWorkExtRowDeleting" msprop:Generator_RowChangingName="QuoteWorkExtRowChanging" msprop:Generator_RowEvHandlerName="QuoteWorkExtRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteWorkExtRowDeleted" msprop:Generator_RowClassName="QuoteWorkExtRow" msprop:Generator_UserTableName="QuoteWorkExt" msprop:Generator_RowEvArgName="QuoteWorkExtRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="NumWE" msprop:Generator_ColumnVarNameInTable="columnNumWE" msprop:Generator_ColumnPropNameInRow="NumWE" msprop:Generator_ColumnPropNameInTable="NumWEColumn" msprop:Generator_UserColumnName="NumWE" type="xs:int" />
|
|
<xs:element name="EWC4UG" msprop:Generator_ColumnVarNameInTable="columnEWC4UG" msprop:Generator_ColumnPropNameInRow="EWC4UG" msprop:Generator_ColumnPropNameInTable="EWC4UGColumn" msprop:Generator_UserColumnName="EWC4UG" type="xs:decimal" />
|
|
<xs:element name="UM" msprop:Generator_ColumnVarNameInTable="columnUM" msprop:Generator_ColumnPropNameInRow="UM" msprop:Generator_ColumnPropNameInTable="UMColumn" msprop:Generator_UserColumnName="UM">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="valid" msprop:Generator_ColumnVarNameInTable="columnvalid" msprop:Generator_ColumnPropNameInRow="valid" msprop:Generator_ColumnPropNameInTable="validColumn" msprop:Generator_UserColumnName="valid" type="xs:boolean" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="QuoteWorkInt" msprop:Generator_TableClassName="QuoteWorkIntDataTable" msprop:Generator_TableVarName="tableQuoteWorkInt" msprop:Generator_RowChangedName="QuoteWorkIntRowChanged" msprop:Generator_TablePropName="QuoteWorkInt" msprop:Generator_RowDeletingName="QuoteWorkIntRowDeleting" msprop:Generator_RowChangingName="QuoteWorkIntRowChanging" msprop:Generator_RowEvHandlerName="QuoteWorkIntRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteWorkIntRowDeleted" msprop:Generator_RowClassName="QuoteWorkIntRow" msprop:Generator_UserTableName="QuoteWorkInt" msprop:Generator_RowEvArgName="QuoteWorkIntRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="NumWI" msprop:Generator_ColumnVarNameInTable="columnNumWI" msprop:Generator_ColumnPropNameInRow="NumWI" msprop:Generator_ColumnPropNameInTable="NumWIColumn" msprop:Generator_UserColumnName="NumWI" type="xs:int" />
|
|
<xs:element name="ProcessNum" msprop:Generator_ColumnVarNameInTable="columnProcessNum" msprop:Generator_ColumnPropNameInRow="ProcessNum" msprop:Generator_ColumnPropNameInTable="ProcessNumColumn" msprop:Generator_UserColumnName="ProcessNum">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodPlant" msprop:Generator_ColumnVarNameInTable="columnCodPlant" msprop:Generator_ColumnPropNameInRow="CodPlant" msprop:Generator_ColumnPropNameInTable="CodPlantColumn" msprop:Generator_UserColumnName="CodPlant">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class01" msprop:Generator_ColumnVarNameInTable="columnClass01" msprop:Generator_ColumnPropNameInRow="Class01" msprop:Generator_ColumnPropNameInTable="Class01Column" msprop:Generator_UserColumnName="Class01">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class02" msprop:Generator_ColumnVarNameInTable="columnClass02" msprop:Generator_ColumnPropNameInRow="Class02" msprop:Generator_ColumnPropNameInTable="Class02Column" msprop:Generator_UserColumnName="Class02">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class03" msprop:Generator_ColumnVarNameInTable="columnClass03" msprop:Generator_ColumnPropNameInRow="Class03" msprop:Generator_ColumnPropNameInTable="Class03Column" msprop:Generator_UserColumnName="Class03">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class04" msprop:Generator_ColumnVarNameInTable="columnClass04" msprop:Generator_ColumnPropNameInRow="Class04" msprop:Generator_ColumnPropNameInTable="Class04Column" msprop:Generator_UserColumnName="Class04">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class05" msprop:Generator_ColumnVarNameInTable="columnClass05" msprop:Generator_ColumnPropNameInRow="Class05" msprop:Generator_ColumnPropNameInTable="Class05Column" msprop:Generator_UserColumnName="Class05">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="NetProd" msprop:Generator_ColumnVarNameInTable="columnNetProd" msprop:Generator_ColumnPropNameInRow="NetProd" msprop:Generator_ColumnPropNameInTable="NetProdColumn" msprop:Generator_UserColumnName="NetProd" type="xs:decimal" />
|
|
<xs:element name="WSR" msprop:Generator_ColumnVarNameInTable="columnWSR" msprop:Generator_ColumnPropNameInRow="WSR" msprop:Generator_ColumnPropNameInTable="WSRColumn" msprop:Generator_UserColumnName="WSR" type="xs:decimal" />
|
|
<xs:element name="MSR" msprop:Generator_ColumnVarNameInTable="columnMSR" msprop:Generator_ColumnPropNameInRow="MSR" msprop:Generator_ColumnPropNameInTable="MSRColumn" msprop:Generator_UserColumnName="MSR" type="xs:decimal" />
|
|
<xs:element name="DSR" msprop:Generator_ColumnVarNameInTable="columnDSR" msprop:Generator_ColumnPropNameInRow="DSR" msprop:Generator_ColumnPropNameInTable="DSRColumn" msprop:Generator_UserColumnName="DSR" type="xs:decimal" />
|
|
<xs:element name="FC4UG" msprop:Generator_ColumnVarNameInTable="columnFC4UG" msprop:Generator_ColumnPropNameInRow="FC4UG" msprop:Generator_ColumnPropNameInTable="FC4UGColumn" msprop:Generator_UserColumnName="FC4UG" type="xs:decimal" />
|
|
<xs:element name="VC4UG" msprop:Generator_ColumnVarNameInTable="columnVC4UG" msprop:Generator_ColumnPropNameInRow="VC4UG" msprop:Generator_ColumnPropNameInTable="VC4UGColumn" msprop:Generator_UserColumnName="VC4UG" type="xs:decimal" />
|
|
<xs:element name="OH4UG" msprop:Generator_ColumnVarNameInTable="columnOH4UG" msprop:Generator_ColumnPropNameInRow="OH4UG" msprop:Generator_ColumnPropNameInTable="OH4UGColumn" msprop:Generator_UserColumnName="OH4UG" type="xs:decimal" />
|
|
<xs:element name="SC4UG" msprop:Generator_ColumnVarNameInTable="columnSC4UG" msprop:Generator_ColumnPropNameInRow="SC4UG" msprop:Generator_ColumnPropNameInTable="SC4UGColumn" msprop:Generator_UserColumnName="SC4UG" type="xs:decimal" />
|
|
<xs:element name="WYR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnWYR" msprop:Generator_ColumnPropNameInRow="WYR" msprop:Generator_ColumnPropNameInTable="WYRColumn" msprop:Generator_UserColumnName="WYR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="MYR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMYR" msprop:Generator_ColumnPropNameInRow="MYR" msprop:Generator_ColumnPropNameInTable="MYRColumn" msprop:Generator_UserColumnName="MYR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DYR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDYR" msprop:Generator_ColumnPropNameInRow="DYR" msprop:Generator_ColumnPropNameInTable="DYRColumn" msprop:Generator_UserColumnName="DYR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="WCR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnWCR" msprop:Generator_ColumnPropNameInRow="WCR" msprop:Generator_ColumnPropNameInTable="WCRColumn" msprop:Generator_UserColumnName="WCR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="MCR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMCR" msprop:Generator_ColumnPropNameInRow="MCR" msprop:Generator_ColumnPropNameInTable="MCRColumn" msprop:Generator_UserColumnName="MCR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DCR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDCR" msprop:Generator_ColumnPropNameInRow="DCR" msprop:Generator_ColumnPropNameInTable="DCRColumn" msprop:Generator_UserColumnName="DCR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="valid" msprop:Generator_ColumnVarNameInTable="columnvalid" msprop:Generator_ColumnPropNameInRow="valid" msprop:Generator_ColumnPropNameInTable="validColumn" msprop:Generator_UserColumnName="valid" type="xs:boolean" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="QuoteParam" msprop:Generator_TableClassName="QuoteParamDataTable" msprop:Generator_TableVarName="tableQuoteParam" msprop:Generator_RowChangedName="QuoteParamRowChanged" msprop:Generator_TablePropName="QuoteParam" msprop:Generator_RowDeletingName="QuoteParamRowDeleting" msprop:Generator_RowChangingName="QuoteParamRowChanging" msprop:Generator_RowEvHandlerName="QuoteParamRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteParamRowDeleted" msprop:Generator_RowClassName="QuoteParamRow" msprop:Generator_UserTableName="QuoteParam" msprop:Generator_RowEvArgName="QuoteParamRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="NumP" msprop:Generator_ColumnVarNameInTable="columnNumP" msprop:Generator_ColumnPropNameInRow="NumP" msprop:Generator_ColumnPropNameInTable="NumPColumn" msprop:Generator_UserColumnName="NumP" type="xs:int" />
|
|
<xs:element name="ProcessNum" msprop:Generator_ColumnVarNameInTable="columnProcessNum" msprop:Generator_ColumnPropNameInRow="ProcessNum" msprop:Generator_ColumnPropNameInTable="ProcessNumColumn" msprop:Generator_UserColumnName="ProcessNum">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Descr" msprop:Generator_ColumnVarNameInTable="columnDescr" msprop:Generator_ColumnPropNameInRow="Descr" msprop:Generator_ColumnPropNameInTable="DescrColumn" msprop:Generator_UserColumnName="Descr">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Parameter" msprop:Generator_ColumnVarNameInTable="columnParameter" msprop:Generator_ColumnPropNameInRow="Parameter" msprop:Generator_ColumnPropNameInTable="ParameterColumn" msprop:Generator_UserColumnName="Parameter">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="QuoteOC" msprop:Generator_TableClassName="QuoteOCDataTable" msprop:Generator_TableVarName="tableQuoteOC" msprop:Generator_RowChangedName="QuoteOCRowChanged" msprop:Generator_TablePropName="QuoteOC" msprop:Generator_RowDeletingName="QuoteOCRowDeleting" msprop:Generator_RowChangingName="QuoteOCRowChanging" msprop:Generator_RowEvHandlerName="QuoteOCRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteOCRowDeleted" msprop:Generator_RowClassName="QuoteOCRow" msprop:Generator_UserTableName="QuoteOC" msprop:Generator_RowEvArgName="QuoteOCRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="NumEx" msprop:Generator_ColumnVarNameInTable="columnNumEx" msprop:Generator_ColumnPropNameInRow="NumEx" msprop:Generator_ColumnPropNameInTable="NumExColumn" msprop:Generator_UserColumnName="NumEx" type="xs:int" />
|
|
<xs:element name="ProcessNum" msprop:Generator_ColumnVarNameInTable="columnProcessNum" msprop:Generator_ColumnPropNameInRow="ProcessNum" msprop:Generator_ColumnPropNameInTable="ProcessNumColumn" msprop:Generator_UserColumnName="ProcessNum">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodPlant" msprop:Generator_ColumnVarNameInTable="columnCodPlant" msprop:Generator_ColumnPropNameInRow="CodPlant" msprop:Generator_ColumnPropNameInTable="CodPlantColumn" msprop:Generator_UserColumnName="CodPlant">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class01" msprop:Generator_ColumnVarNameInTable="columnClass01" msprop:Generator_ColumnPropNameInRow="Class01" msprop:Generator_ColumnPropNameInTable="Class01Column" msprop:Generator_UserColumnName="Class01">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class02" msprop:Generator_ColumnVarNameInTable="columnClass02" msprop:Generator_ColumnPropNameInRow="Class02" msprop:Generator_ColumnPropNameInTable="Class02Column" msprop:Generator_UserColumnName="Class02">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class03" msprop:Generator_ColumnVarNameInTable="columnClass03" msprop:Generator_ColumnPropNameInRow="Class03" msprop:Generator_ColumnPropNameInTable="Class03Column" msprop:Generator_UserColumnName="Class03">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class04" msprop:Generator_ColumnVarNameInTable="columnClass04" msprop:Generator_ColumnPropNameInRow="Class04" msprop:Generator_ColumnPropNameInTable="Class04Column" msprop:Generator_UserColumnName="Class04">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class05" msprop:Generator_ColumnVarNameInTable="columnClass05" msprop:Generator_ColumnPropNameInRow="Class05" msprop:Generator_ColumnPropNameInTable="Class05Column" msprop:Generator_UserColumnName="Class05">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TotQty" msprop:Generator_ColumnVarNameInTable="columnTotQty" msprop:Generator_ColumnPropNameInRow="TotQty" msprop:Generator_ColumnPropNameInTable="TotQtyColumn" msprop:Generator_UserColumnName="TotQty" type="xs:decimal" />
|
|
<xs:element name="TotCost" msprop:Generator_ColumnVarNameInTable="columnTotCost" msprop:Generator_ColumnPropNameInRow="TotCost" msprop:Generator_ColumnPropNameInTable="TotCostColumn" msprop:Generator_UserColumnName="TotCost" type="xs:decimal" />
|
|
<xs:element name="Quota" msprop:Generator_ColumnVarNameInTable="columnQuota" msprop:Generator_ColumnPropNameInRow="Quota" msprop:Generator_ColumnPropNameInTable="QuotaColumn" msprop:Generator_UserColumnName="Quota" type="xs:decimal" />
|
|
<xs:element name="C4UG" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnC4UG" msprop:Generator_ColumnPropNameInRow="C4UG" msprop:Generator_ColumnPropNameInTable="C4UGColumn" msprop:Generator_UserColumnName="C4UG" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="valid" msprop:Generator_ColumnVarNameInTable="columnvalid" msprop:Generator_ColumnPropNameInRow="valid" msprop:Generator_ColumnPropNameInTable="validColumn" msprop:Generator_UserColumnName="valid" type="xs:boolean" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="QuoteFull_Q" msprop:Generator_TableClassName="QuoteFull_QDataTable" msprop:Generator_TableVarName="tableQuoteFull_Q" msprop:Generator_TablePropName="QuoteFull_Q" msprop:Generator_RowDeletingName="QuoteFull_QRowDeleting" msprop:Generator_RowChangingName="QuoteFull_QRowChanging" msprop:Generator_RowEvHandlerName="QuoteFull_QRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteFull_QRowDeleted" msprop:Generator_UserTableName="QuoteFull_Q" msprop:Generator_RowChangedName="QuoteFull_QRowChanged" msprop:Generator_RowEvArgName="QuoteFull_QRowChangeEvent" msprop:Generator_RowClassName="QuoteFull_QRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Vers" msprop:Generator_ColumnVarNameInTable="columnVers" msprop:Generator_ColumnPropNameInRow="Vers" msprop:Generator_ColumnPropNameInTable="VersColumn" msprop:Generator_UserColumnName="Vers">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="CodClient" msprop:Generator_ColumnVarNameInTable="columnCodClient" msprop:Generator_ColumnPropNameInRow="CodClient" msprop:Generator_ColumnPropNameInTable="CodClientColumn" msprop:Generator_UserColumnName="CodClient">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ClientName" msprop:Generator_ColumnVarNameInTable="columnClientName" msprop:Generator_ColumnPropNameInRow="ClientName" msprop:Generator_ColumnPropNameInTable="ClientNameColumn" msprop:Generator_UserColumnName="ClientName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodItem" msprop:Generator_ColumnVarNameInTable="columnCodItem" msprop:Generator_ColumnPropNameInRow="CodItem" msprop:Generator_ColumnPropNameInTable="CodItemColumn" msprop:Generator_UserColumnName="CodItem">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodItemGroup" msprop:Generator_ColumnVarNameInTable="columnCodItemGroup" msprop:Generator_ColumnPropNameInRow="CodItemGroup" msprop:Generator_ColumnPropNameInTable="CodItemGroupColumn" msprop:Generator_UserColumnName="CodItemGroup">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMat" msprop:Generator_ColumnVarNameInTable="columnRawMat" msprop:Generator_ColumnPropNameInRow="RawMat" msprop:Generator_ColumnPropNameInTable="RawMatColumn" msprop:Generator_UserColumnName="RawMat">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UnitWeight" msprop:Generator_ColumnVarNameInTable="columnUnitWeight" msprop:Generator_ColumnPropNameInRow="UnitWeight" msprop:Generator_ColumnPropNameInTable="UnitWeightColumn" msprop:Generator_UserColumnName="UnitWeight" type="xs:decimal" />
|
|
<xs:element name="BatchQty" msprop:Generator_ColumnVarNameInTable="columnBatchQty" msprop:Generator_ColumnPropNameInRow="BatchQty" msprop:Generator_ColumnPropNameInTable="BatchQtyColumn" msprop:Generator_UserColumnName="BatchQty" type="xs:int" />
|
|
<xs:element name="CodInco" msprop:Generator_ColumnVarNameInTable="columnCodInco" msprop:Generator_ColumnPropNameInRow="CodInco" msprop:Generator_ColumnPropNameInTable="CodIncoColumn" msprop:Generator_UserColumnName="CodInco">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KeyAM" msprop:Generator_ColumnVarNameInTable="columnKeyAM" msprop:Generator_ColumnPropNameInRow="KeyAM" msprop:Generator_ColumnPropNameInTable="KeyAMColumn" msprop:Generator_UserColumnName="KeyAM">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="101" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PriceOff" msprop:Generator_ColumnVarNameInTable="columnPriceOff" msprop:Generator_ColumnPropNameInRow="PriceOff" msprop:Generator_ColumnPropNameInTable="PriceOffColumn" msprop:Generator_UserColumnName="PriceOff" type="xs:decimal" />
|
|
<xs:element name="CodClientAssoc" msprop:Generator_ColumnVarNameInTable="columnCodClientAssoc" msprop:Generator_ColumnPropNameInRow="CodClientAssoc" msprop:Generator_ColumnPropNameInTable="CodClientAssocColumn" msprop:Generator_UserColumnName="CodClientAssoc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ClientNameAssoc" msprop:Generator_ColumnVarNameInTable="columnClientNameAssoc" msprop:Generator_ColumnPropNameInRow="ClientNameAssoc" msprop:Generator_ColumnPropNameInTable="ClientNameAssocColumn" msprop:Generator_UserColumnName="ClientNameAssoc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemDescr" msprop:Generator_ColumnVarNameInTable="columnItemDescr" msprop:Generator_ColumnPropNameInRow="ItemDescr" msprop:Generator_ColumnPropNameInTable="ItemDescrColumn" msprop:Generator_UserColumnName="ItemDescr" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodifProfilo" msprop:Generator_ColumnVarNameInTable="columnCodifProfilo" msprop:Generator_ColumnPropNameInRow="CodifProfilo" msprop:Generator_ColumnPropNameInTable="CodifProfiloColumn" msprop:Generator_UserColumnName="CodifProfilo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ClasseMerc" msprop:Generator_ColumnVarNameInTable="columnClasseMerc" msprop:Generator_ColumnPropNameInRow="ClasseMerc" msprop:Generator_ColumnPropNameInTable="ClasseMercColumn" msprop:Generator_UserColumnName="ClasseMerc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TipoDies" msprop:Generator_ColumnVarNameInTable="columnTipoDies" msprop:Generator_ColumnPropNameInRow="TipoDies" msprop:Generator_ColumnPropNameInTable="TipoDiesColumn" msprop:Generator_UserColumnName="TipoDies" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodDiesGroup" msprop:Generator_ColumnVarNameInTable="columnCodDiesGroup" msprop:Generator_ColumnPropNameInRow="CodDiesGroup" msprop:Generator_ColumnPropNameInTable="CodDiesGroupColumn" msprop:Generator_UserColumnName="CodDiesGroup" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DiamDies" msprop:Generator_ColumnVarNameInTable="columnDiamDies" msprop:Generator_ColumnPropNameInRow="DiamDies" msprop:Generator_ColumnPropNameInTable="DiamDiesColumn" msprop:Generator_UserColumnName="DiamDies" type="xs:decimal" />
|
|
<xs:element name="HoleNumDies" msprop:Generator_ColumnVarNameInTable="columnHoleNumDies" msprop:Generator_ColumnPropNameInRow="HoleNumDies" msprop:Generator_ColumnPropNameInTable="HoleNumDiesColumn" msprop:Generator_UserColumnName="HoleNumDies" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DiesPrice" msprop:Generator_ColumnVarNameInTable="columnDiesPrice" msprop:Generator_ColumnPropNameInRow="DiesPrice" msprop:Generator_ColumnPropNameInTable="DiesPriceColumn" msprop:Generator_UserColumnName="DiesPrice" type="xs:decimal" />
|
|
<xs:element name="DiesExpLife" msprop:Generator_ColumnVarNameInTable="columnDiesExpLife" msprop:Generator_ColumnPropNameInRow="DiesExpLife" msprop:Generator_ColumnPropNameInTable="DiesExpLifeColumn" msprop:Generator_UserColumnName="DiesExpLife" type="xs:decimal" />
|
|
<xs:element name="DiesEOLife" msprop:Generator_ColumnVarNameInTable="columnDiesEOLife" msprop:Generator_ColumnPropNameInRow="DiesEOLife" msprop:Generator_ColumnPropNameInTable="DiesEOLifeColumn" msprop:Generator_UserColumnName="DiesEOLife" type="xs:decimal" />
|
|
<xs:element name="NumDiesInList" msprop:Generator_ColumnVarNameInTable="columnNumDiesInList" msprop:Generator_ColumnPropNameInRow="NumDiesInList" msprop:Generator_ColumnPropNameInTable="NumDiesInListColumn" msprop:Generator_UserColumnName="NumDiesInList" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NumDiesExaust" msprop:Generator_ColumnVarNameInTable="columnNumDiesExaust" msprop:Generator_ColumnPropNameInRow="NumDiesExaust" msprop:Generator_ColumnPropNameInTable="NumDiesExaustColumn" msprop:Generator_UserColumnName="NumDiesExaust" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CodPlant" msprop:Generator_ColumnVarNameInTable="columnCodPlant" msprop:Generator_ColumnPropNameInRow="CodPlant" msprop:Generator_ColumnPropNameInTable="CodPlantColumn" msprop:Generator_UserColumnName="CodPlant" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KeyAMIL" msprop:Generator_ColumnVarNameInTable="columnKeyAMIL" msprop:Generator_ColumnPropNameInRow="KeyAMIL" msprop:Generator_ColumnPropNameInTable="KeyAMILColumn" msprop:Generator_UserColumnName="KeyAMIL" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KgTeo" msprop:Generator_ColumnVarNameInTable="columnKgTeo" msprop:Generator_ColumnPropNameInRow="KgTeo" msprop:Generator_ColumnPropNameInTable="KgTeoColumn" msprop:Generator_UserColumnName="KgTeo" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NumSMED" msprop:Generator_ColumnVarNameInTable="columnNumSMED" msprop:Generator_ColumnPropNameInRow="NumSMED" msprop:Generator_ColumnPropNameInTable="NumSMEDColumn" msprop:Generator_UserColumnName="NumSMED" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="QuotaMan" msprop:Generator_ColumnVarNameInTable="columnQuotaMan" msprop:Generator_ColumnPropNameInRow="QuotaMan" msprop:Generator_ColumnPropNameInTable="QuotaManColumn" msprop:Generator_UserColumnName="QuotaMan" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="PRMWeight" msprop:Generator_ColumnVarNameInTable="columnPRMWeight" msprop:Generator_ColumnPropNameInRow="PRMWeight" msprop:Generator_ColumnPropNameInTable="PRMWeightColumn" msprop:Generator_UserColumnName="PRMWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="PWeight" msprop:Generator_ColumnVarNameInTable="columnPWeight" msprop:Generator_ColumnPropNameInRow="PWeight" msprop:Generator_ColumnPropNameInTable="PWeightColumn" msprop:Generator_UserColumnName="PWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="PTare" msprop:Generator_ColumnVarNameInTable="columnPTare" msprop:Generator_ColumnPropNameInRow="PTare" msprop:Generator_ColumnPropNameInTable="PTareColumn" msprop:Generator_UserColumnName="PTare" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="LivPackage" msprop:Generator_ColumnVarNameInTable="columnLivPackage" msprop:Generator_ColumnPropNameInRow="LivPackage" msprop:Generator_ColumnPropNameInTable="LivPackageColumn" msprop:Generator_UserColumnName="LivPackage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LivPackageDett" msprop:Generator_ColumnVarNameInTable="columnLivPackageDett" msprop:Generator_ColumnPropNameInRow="LivPackageDett" msprop:Generator_ColumnPropNameInTable="LivPackageDettColumn" msprop:Generator_UserColumnName="LivPackageDett" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMatCost" msprop:Generator_ColumnVarNameInTable="columnRawMatCost" msprop:Generator_ColumnPropNameInRow="RawMatCost" msprop:Generator_ColumnPropNameInTable="RawMatCostColumn" msprop:Generator_UserColumnName="RawMatCost" type="xs:decimal" />
|
|
<xs:element name="RawMatExtraCost" msprop:Generator_ColumnVarNameInTable="columnRawMatExtraCost" msprop:Generator_ColumnPropNameInRow="RawMatExtraCost" msprop:Generator_ColumnPropNameInTable="RawMatExtraCostColumn" msprop:Generator_UserColumnName="RawMatExtraCost" type="xs:decimal" />
|
|
<xs:element name="RawMatFullCost" msprop:Generator_ColumnVarNameInTable="columnRawMatFullCost" msprop:Generator_ColumnPropNameInRow="RawMatFullCost" msprop:Generator_ColumnPropNameInTable="RawMatFullCostColumn" msprop:Generator_UserColumnName="RawMatFullCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CodPackag" msprop:Generator_ColumnVarNameInTable="columnCodPackag" msprop:Generator_ColumnPropNameInRow="CodPackag" msprop:Generator_ColumnPropNameInTable="CodPackagColumn" msprop:Generator_UserColumnName="CodPackag">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PkgDesc" msprop:Generator_ColumnVarNameInTable="columnPkgDesc" msprop:Generator_ColumnPropNameInRow="PkgDesc" msprop:Generator_ColumnPropNameInTable="PkgDescColumn" msprop:Generator_UserColumnName="PkgDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FSR" msprop:Generator_ColumnVarNameInTable="columnFSR" msprop:Generator_ColumnPropNameInRow="FSR" msprop:Generator_ColumnPropNameInTable="FSRColumn" msprop:Generator_UserColumnName="FSR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ProvvCost" msprop:Generator_ColumnVarNameInTable="columnProvvCost" msprop:Generator_ColumnPropNameInRow="ProvvCost" msprop:Generator_ColumnPropNameInTable="ProvvCostColumn" msprop:Generator_UserColumnName="ProvvCost" type="xs:decimal" />
|
|
<xs:element name="EECost" msprop:Generator_ColumnVarNameInTable="columnEECost" msprop:Generator_ColumnPropNameInRow="EECost" msprop:Generator_ColumnPropNameInTable="EECostColumn" msprop:Generator_UserColumnName="EECost" type="xs:decimal" />
|
|
<xs:element name="GasCost" msprop:Generator_ColumnVarNameInTable="columnGasCost" msprop:Generator_ColumnPropNameInRow="GasCost" msprop:Generator_ColumnPropNameInTable="GasCostColumn" msprop:Generator_UserColumnName="GasCost" type="xs:decimal" />
|
|
<xs:element name="DiesCost" msprop:Generator_ColumnVarNameInTable="columnDiesCost" msprop:Generator_ColumnPropNameInRow="DiesCost" msprop:Generator_ColumnPropNameInTable="DiesCostColumn" msprop:Generator_UserColumnName="DiesCost" type="xs:decimal" />
|
|
<xs:element name="PackCost" msprop:Generator_ColumnVarNameInTable="columnPackCost" msprop:Generator_ColumnPropNameInRow="PackCost" msprop:Generator_ColumnPropNameInTable="PackCostColumn" msprop:Generator_UserColumnName="PackCost" type="xs:decimal" />
|
|
<xs:element name="TranspCost" msprop:Generator_ColumnVarNameInTable="columnTranspCost" msprop:Generator_ColumnPropNameInRow="TranspCost" msprop:Generator_ColumnPropNameInTable="TranspCostColumn" msprop:Generator_UserColumnName="TranspCost" type="xs:decimal" />
|
|
<xs:element name="SellCost01" msprop:Generator_ColumnVarNameInTable="columnSellCost01" msprop:Generator_ColumnPropNameInRow="SellCost01" msprop:Generator_ColumnPropNameInTable="SellCost01Column" msprop:Generator_UserColumnName="SellCost01" type="xs:decimal" />
|
|
<xs:element name="RefCost01" msprop:Generator_ColumnVarNameInTable="columnRefCost01" msprop:Generator_ColumnPropNameInRow="RefCost01" msprop:Generator_ColumnPropNameInTable="RefCost01Column" msprop:Generator_UserColumnName="RefCost01" type="xs:decimal" />
|
|
<xs:element name="SellCost04" msprop:Generator_ColumnVarNameInTable="columnSellCost04" msprop:Generator_ColumnPropNameInRow="SellCost04" msprop:Generator_ColumnPropNameInTable="SellCost04Column" msprop:Generator_UserColumnName="SellCost04" type="xs:decimal" />
|
|
<xs:element name="RefCost04" msprop:Generator_ColumnVarNameInTable="columnRefCost04" msprop:Generator_ColumnPropNameInRow="RefCost04" msprop:Generator_ColumnPropNameInTable="RefCost04Column" msprop:Generator_UserColumnName="RefCost04" type="xs:decimal" />
|
|
<xs:element name="WSR01" msprop:Generator_ColumnVarNameInTable="columnWSR01" msprop:Generator_ColumnPropNameInRow="WSR01" msprop:Generator_ColumnPropNameInTable="WSR01Column" msprop:Generator_UserColumnName="WSR01" type="xs:decimal" />
|
|
<xs:element name="MSR01" msprop:Generator_ColumnVarNameInTable="columnMSR01" msprop:Generator_ColumnPropNameInRow="MSR01" msprop:Generator_ColumnPropNameInTable="MSR01Column" msprop:Generator_UserColumnName="MSR01" type="xs:decimal" />
|
|
<xs:element name="NetProd01" msprop:Generator_ColumnVarNameInTable="columnNetProd01" msprop:Generator_ColumnPropNameInRow="NetProd01" msprop:Generator_ColumnPropNameInTable="NetProd01Column" msprop:Generator_UserColumnName="NetProd01" type="xs:decimal" />
|
|
<xs:element name="FC4UG01" msprop:Generator_ColumnVarNameInTable="columnFC4UG01" msprop:Generator_ColumnPropNameInRow="FC4UG01" msprop:Generator_ColumnPropNameInTable="FC4UG01Column" msprop:Generator_UserColumnName="FC4UG01" type="xs:decimal" />
|
|
<xs:element name="VC4UG01" msprop:Generator_ColumnVarNameInTable="columnVC4UG01" msprop:Generator_ColumnPropNameInRow="VC4UG01" msprop:Generator_ColumnPropNameInTable="VC4UG01Column" msprop:Generator_UserColumnName="VC4UG01" type="xs:decimal" />
|
|
<xs:element name="OH4UG01" msprop:Generator_ColumnVarNameInTable="columnOH4UG01" msprop:Generator_ColumnPropNameInRow="OH4UG01" msprop:Generator_ColumnPropNameInTable="OH4UG01Column" msprop:Generator_UserColumnName="OH4UG01" type="xs:decimal" />
|
|
<xs:element name="SC4UG01" msprop:Generator_ColumnVarNameInTable="columnSC4UG01" msprop:Generator_ColumnPropNameInRow="SC4UG01" msprop:Generator_ColumnPropNameInTable="SC4UG01Column" msprop:Generator_UserColumnName="SC4UG01" type="xs:decimal" />
|
|
<xs:element name="DSR" msprop:Generator_ColumnVarNameInTable="columnDSR" msprop:Generator_ColumnPropNameInRow="DSR" msprop:Generator_ColumnPropNameInTable="DSRColumn" msprop:Generator_UserColumnName="DSR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NetProd04" msprop:Generator_ColumnVarNameInTable="columnNetProd04" msprop:Generator_ColumnPropNameInRow="NetProd04" msprop:Generator_ColumnPropNameInTable="NetProd04Column" msprop:Generator_UserColumnName="NetProd04" type="xs:decimal" />
|
|
<xs:element name="FC4UG04" msprop:Generator_ColumnVarNameInTable="columnFC4UG04" msprop:Generator_ColumnPropNameInRow="FC4UG04" msprop:Generator_ColumnPropNameInTable="FC4UG04Column" msprop:Generator_UserColumnName="FC4UG04" type="xs:decimal" />
|
|
<xs:element name="VC4UG04" msprop:Generator_ColumnVarNameInTable="columnVC4UG04" msprop:Generator_ColumnPropNameInRow="VC4UG04" msprop:Generator_ColumnPropNameInTable="VC4UG04Column" msprop:Generator_UserColumnName="VC4UG04" type="xs:decimal" />
|
|
<xs:element name="FVC" msprop:Generator_ColumnVarNameInTable="columnFVC" msprop:Generator_ColumnPropNameInRow="FVC" msprop:Generator_ColumnPropNameInTable="FVCColumn" msprop:Generator_UserColumnName="FVC" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="Charge" msprop:Generator_ColumnVarNameInTable="columnCharge" msprop:Generator_ColumnPropNameInRow="Charge" msprop:Generator_ColumnPropNameInTable="ChargeColumn" msprop:Generator_UserColumnName="Charge" type="xs:decimal" />
|
|
<xs:element name="P_FVC" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_FVC" msprop:Generator_ColumnPropNameInRow="P_FVC" msprop:Generator_ColumnPropNameInTable="P_FVCColumn" msprop:Generator_UserColumnName="P_FVC" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CPS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCPS" msprop:Generator_ColumnPropNameInRow="CPS" msprop:Generator_ColumnPropNameInTable="CPSColumn" msprop:Generator_UserColumnName="CPS" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="P_CPS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_CPS" msprop:Generator_ColumnPropNameInRow="P_CPS" msprop:Generator_ColumnPropNameInTable="P_CPSColumn" msprop:Generator_UserColumnName="P_CPS" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="P_FC4UG04" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_FC4UG04" msprop:Generator_ColumnPropNameInRow="P_FC4UG04" msprop:Generator_ColumnPropNameInTable="P_FC4UG04Column" msprop:Generator_UserColumnName="P_FC4UG04" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="FullCost" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFullCost" msprop:Generator_ColumnPropNameInRow="FullCost" msprop:Generator_ColumnPropNameInTable="FullCostColumn" msprop:Generator_UserColumnName="FullCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="P_FullCost" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_FullCost" msprop:Generator_ColumnPropNameInRow="P_FullCost" msprop:Generator_ColumnPropNameInTable="P_FullCostColumn" msprop:Generator_UserColumnName="P_FullCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="MinPrice" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMinPrice" msprop:Generator_ColumnPropNameInRow="MinPrice" msprop:Generator_ColumnPropNameInTable="MinPriceColumn" msprop:Generator_UserColumnName="MinPrice" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="P_MinPrice" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_MinPrice" msprop:Generator_ColumnPropNameInRow="P_MinPrice" msprop:Generator_ColumnPropNameInTable="P_MinPriceColumn" msprop:Generator_UserColumnName="P_MinPrice" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="P_PriceOff" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_PriceOff" msprop:Generator_ColumnPropNameInRow="P_PriceOff" msprop:Generator_ColumnPropNameInTable="P_PriceOffColumn" msprop:Generator_UserColumnName="P_PriceOff" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NetMar" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNetMar" msprop:Generator_ColumnPropNameInRow="NetMar" msprop:Generator_ColumnPropNameInTable="NetMarColumn" msprop:Generator_UserColumnName="NetMar" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="FCShield" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFCShield" msprop:Generator_ColumnPropNameInRow="FCShield" msprop:Generator_ColumnPropNameInTable="FCShieldColumn" msprop:Generator_UserColumnName="FCShield" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="PckSur" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPckSur" msprop:Generator_ColumnPropNameInRow="PckSur" msprop:Generator_ColumnPropNameInTable="PckSurColumn" msprop:Generator_UserColumnName="PckSur" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="IdxQState" msprop:Generator_ColumnVarNameInTable="columnIdxQState" msprop:Generator_ColumnPropNameInRow="IdxQState" msprop:Generator_ColumnPropNameInTable="IdxQStateColumn" msprop:Generator_UserColumnName="IdxQState" type="xs:int" />
|
|
<xs:element name="DiesByClass" msprop:Generator_ColumnVarNameInTable="columnDiesByClass" msprop:Generator_ColumnPropNameInRow="DiesByClass" msprop:Generator_ColumnPropNameInTable="DiesByClassColumn" msprop:Generator_UserColumnName="DiesByClass" type="xs:boolean" />
|
|
<xs:element name="valid" msprop:Generator_ColumnVarNameInTable="columnvalid" msprop:Generator_ColumnPropNameInRow="valid" msprop:Generator_ColumnPropNameInTable="validColumn" msprop:Generator_UserColumnName="valid" type="xs:boolean" />
|
|
<xs:element name="errorScore" msprop:Generator_ColumnVarNameInTable="columnerrorScore" msprop:Generator_ColumnPropNameInRow="errorScore" msprop:Generator_ColumnPropNameInTable="errorScoreColumn" msprop:Generator_UserColumnName="errorScore" type="xs:int" />
|
|
<xs:element name="TranspZone" msprop:Generator_ColumnVarNameInTable="columnTranspZone" msprop:Generator_ColumnPropNameInRow="TranspZone" msprop:Generator_ColumnPropNameInTable="TranspZoneColumn" msprop:Generator_UserColumnName="TranspZone">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DiesPrice_sim" msprop:Generator_ColumnVarNameInTable="columnDiesPrice_sim" msprop:Generator_ColumnPropNameInRow="DiesPrice_sim" msprop:Generator_ColumnPropNameInTable="DiesPrice_simColumn" msprop:Generator_UserColumnName="DiesPrice_sim" type="xs:decimal" />
|
|
<xs:element name="SamplePrice" msprop:Generator_ColumnVarNameInTable="columnSamplePrice" msprop:Generator_ColumnPropNameInRow="SamplePrice" msprop:Generator_ColumnPropNameInTable="SamplePriceColumn" msprop:Generator_UserColumnName="SamplePrice" type="xs:decimal" />
|
|
<xs:element name="DiesFullCost" msprop:Generator_ColumnVarNameInTable="columnDiesFullCost" msprop:Generator_ColumnPropNameInRow="DiesFullCost" msprop:Generator_ColumnPropNameInTable="DiesFullCostColumn" msprop:Generator_UserColumnName="DiesFullCost" type="xs:decimal" />
|
|
<xs:element name="DiesPriceClientQuote" msprop:Generator_ColumnVarNameInTable="columnDiesPriceClientQuote" msprop:Generator_ColumnPropNameInRow="DiesPriceClientQuote" msprop:Generator_ColumnPropNameInTable="DiesPriceClientQuoteColumn" msprop:Generator_UserColumnName="DiesPriceClientQuote" type="xs:decimal" />
|
|
<xs:element name="DiesTecLife" msprop:Generator_ColumnVarNameInTable="columnDiesTecLife" msprop:Generator_ColumnPropNameInRow="DiesTecLife" msprop:Generator_ColumnPropNameInTable="DiesTecLifeColumn" msprop:Generator_UserColumnName="DiesTecLife" type="xs:decimal" />
|
|
<xs:element name="DiesCommLife" msprop:Generator_ColumnVarNameInTable="columnDiesCommLife" msprop:Generator_ColumnPropNameInRow="DiesCommLife" msprop:Generator_ColumnPropNameInTable="DiesCommLifeColumn" msprop:Generator_UserColumnName="DiesCommLife" type="xs:decimal" />
|
|
<xs:element name="MonthSalesPrev" msprop:Generator_ColumnVarNameInTable="columnMonthSalesPrev" msprop:Generator_ColumnPropNameInRow="MonthSalesPrev" msprop:Generator_ColumnPropNameInTable="MonthSalesPrevColumn" msprop:Generator_UserColumnName="MonthSalesPrev" type="xs:decimal" />
|
|
<xs:element name="SalesPrevCost" msprop:Generator_ColumnVarNameInTable="columnSalesPrevCost" msprop:Generator_ColumnPropNameInRow="SalesPrevCost" msprop:Generator_ColumnPropNameInTable="SalesPrevCostColumn" msprop:Generator_UserColumnName="SalesPrevCost" type="xs:decimal" />
|
|
<xs:element name="DiesFinCost" msprop:Generator_ColumnVarNameInTable="columnDiesFinCost" msprop:Generator_ColumnPropNameInRow="DiesFinCost" msprop:Generator_ColumnPropNameInTable="DiesFinCostColumn" msprop:Generator_UserColumnName="DiesFinCost" type="xs:decimal" />
|
|
<xs:element name="ClientQuoteReven" msprop:Generator_ColumnVarNameInTable="columnClientQuoteReven" msprop:Generator_ColumnPropNameInRow="ClientQuoteReven" msprop:Generator_ColumnPropNameInTable="ClientQuoteRevenColumn" msprop:Generator_UserColumnName="ClientQuoteReven" type="xs:decimal" />
|
|
<xs:element name="ExtraDiscountDies" msprop:Generator_ColumnVarNameInTable="columnExtraDiscountDies" msprop:Generator_ColumnPropNameInRow="ExtraDiscountDies" msprop:Generator_ColumnPropNameInTable="ExtraDiscountDiesColumn" msprop:Generator_UserColumnName="ExtraDiscountDies" type="xs:decimal" />
|
|
<xs:element name="WSR01_sim" msprop:Generator_ColumnVarNameInTable="columnWSR01_sim" msprop:Generator_ColumnPropNameInRow="WSR01_sim" msprop:Generator_ColumnPropNameInTable="WSR01_simColumn" msprop:Generator_UserColumnName="WSR01_sim" type="xs:decimal" />
|
|
<xs:element name="MSR01_sim" msprop:Generator_ColumnVarNameInTable="columnMSR01_sim" msprop:Generator_ColumnPropNameInRow="MSR01_sim" msprop:Generator_ColumnPropNameInTable="MSR01_simColumn" msprop:Generator_UserColumnName="MSR01_sim" type="xs:decimal" />
|
|
<xs:element name="NetProd01_sim" msprop:Generator_ColumnVarNameInTable="columnNetProd01_sim" msprop:Generator_ColumnPropNameInRow="NetProd01_sim" msprop:Generator_ColumnPropNameInTable="NetProd01_simColumn" msprop:Generator_UserColumnName="NetProd01_sim" type="xs:decimal" />
|
|
<xs:element name="DSR_sim" msprop:Generator_ColumnVarNameInTable="columnDSR_sim" msprop:Generator_ColumnPropNameInRow="DSR_sim" msprop:Generator_ColumnPropNameInTable="DSR_simColumn" msprop:Generator_UserColumnName="DSR_sim" type="xs:decimal" />
|
|
<xs:element name="NetMar_sim" msprop:Generator_ColumnVarNameInTable="columnNetMar_sim" msprop:Generator_ColumnPropNameInRow="NetMar_sim" msprop:Generator_ColumnPropNameInTable="NetMar_simColumn" msprop:Generator_UserColumnName="NetMar_sim" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="FCShield_sim" msprop:Generator_ColumnVarNameInTable="columnFCShield_sim" msprop:Generator_ColumnPropNameInRow="FCShield_sim" msprop:Generator_ColumnPropNameInTable="FCShield_simColumn" msprop:Generator_UserColumnName="FCShield_sim" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="MinPrice_sim" msprop:Generator_ColumnVarNameInTable="columnMinPrice_sim" msprop:Generator_ColumnPropNameInRow="MinPrice_sim" msprop:Generator_ColumnPropNameInTable="MinPrice_simColumn" msprop:Generator_UserColumnName="MinPrice_sim" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="P_MinPrice_sim" msprop:Generator_ColumnVarNameInTable="columnP_MinPrice_sim" msprop:Generator_ColumnPropNameInRow="P_MinPrice_sim" msprop:Generator_ColumnPropNameInTable="P_MinPrice_simColumn" msprop:Generator_UserColumnName="P_MinPrice_sim" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NumSMED1" msdata:Caption="NumSMED" msprop:Generator_ColumnVarNameInTable="columnNumSMED1" msprop:Generator_ColumnPropNameInRow="NumSMED1" msprop:Generator_ColumnPropNameInTable="NumSMED1Column" msprop:Generator_UserColumnName="NumSMED1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="QuoteFull_S" msprop:Generator_TableClassName="QuoteFull_SDataTable" msprop:Generator_TableVarName="tableQuoteFull_S" msprop:Generator_RowChangedName="QuoteFull_SRowChanged" msprop:Generator_TablePropName="QuoteFull_S" msprop:Generator_RowDeletingName="QuoteFull_SRowDeleting" msprop:Generator_RowChangingName="QuoteFull_SRowChanging" msprop:Generator_RowEvHandlerName="QuoteFull_SRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteFull_SRowDeleted" msprop:Generator_RowClassName="QuoteFull_SRow" msprop:Generator_UserTableName="QuoteFull_S" msprop:Generator_RowEvArgName="QuoteFull_SRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Vers" msprop:Generator_ColumnVarNameInTable="columnVers" msprop:Generator_ColumnPropNameInRow="Vers" msprop:Generator_ColumnPropNameInTable="VersColumn" msprop:Generator_UserColumnName="Vers">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
|
|
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
|
|
<xs:element name="IdxQState" msprop:Generator_ColumnVarNameInTable="columnIdxQState" msprop:Generator_ColumnPropNameInRow="IdxQState" msprop:Generator_ColumnPropNameInTable="IdxQStateColumn" msprop:Generator_UserColumnName="IdxQState" type="xs:int" />
|
|
<xs:element name="CodClient" msprop:Generator_ColumnVarNameInTable="columnCodClient" msprop:Generator_ColumnPropNameInRow="CodClient" msprop:Generator_ColumnPropNameInTable="CodClientColumn" msprop:Generator_UserColumnName="CodClient">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ClientName" msprop:Generator_ColumnVarNameInTable="columnClientName" msprop:Generator_ColumnPropNameInRow="ClientName" msprop:Generator_ColumnPropNameInTable="ClientNameColumn" msprop:Generator_UserColumnName="ClientName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodItem" msprop:Generator_ColumnVarNameInTable="columnCodItem" msprop:Generator_ColumnPropNameInRow="CodItem" msprop:Generator_ColumnPropNameInTable="CodItemColumn" msprop:Generator_UserColumnName="CodItem">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodItemGroup" msprop:Generator_ColumnVarNameInTable="columnCodItemGroup" msprop:Generator_ColumnPropNameInRow="CodItemGroup" msprop:Generator_ColumnPropNameInTable="CodItemGroupColumn" msprop:Generator_UserColumnName="CodItemGroup">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMat" msprop:Generator_ColumnVarNameInTable="columnRawMat" msprop:Generator_ColumnPropNameInRow="RawMat" msprop:Generator_ColumnPropNameInTable="RawMatColumn" msprop:Generator_UserColumnName="RawMat">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UnitWeight" msprop:Generator_ColumnVarNameInTable="columnUnitWeight" msprop:Generator_ColumnPropNameInRow="UnitWeight" msprop:Generator_ColumnPropNameInTable="UnitWeightColumn" msprop:Generator_UserColumnName="UnitWeight" type="xs:decimal" />
|
|
<xs:element name="BatchQty" msprop:Generator_ColumnVarNameInTable="columnBatchQty" msprop:Generator_ColumnPropNameInRow="BatchQty" msprop:Generator_ColumnPropNameInTable="BatchQtyColumn" msprop:Generator_UserColumnName="BatchQty" type="xs:int" />
|
|
<xs:element name="CodInco" msprop:Generator_ColumnVarNameInTable="columnCodInco" msprop:Generator_ColumnPropNameInRow="CodInco" msprop:Generator_ColumnPropNameInTable="CodIncoColumn" msprop:Generator_UserColumnName="CodInco">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TranspZone" msprop:Generator_ColumnVarNameInTable="columnTranspZone" msprop:Generator_ColumnPropNameInRow="TranspZone" msprop:Generator_ColumnPropNameInTable="TranspZoneColumn" msprop:Generator_UserColumnName="TranspZone">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KeyAM" msprop:Generator_ColumnVarNameInTable="columnKeyAM" msprop:Generator_ColumnPropNameInRow="KeyAM" msprop:Generator_ColumnPropNameInTable="KeyAMColumn" msprop:Generator_UserColumnName="KeyAM">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="101" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PriceOff" msprop:Generator_ColumnVarNameInTable="columnPriceOff" msprop:Generator_ColumnPropNameInRow="PriceOff" msprop:Generator_ColumnPropNameInTable="PriceOffColumn" msprop:Generator_UserColumnName="PriceOff" type="xs:decimal" />
|
|
<xs:element name="CodClientAssoc" msprop:Generator_ColumnVarNameInTable="columnCodClientAssoc" msprop:Generator_ColumnPropNameInRow="CodClientAssoc" msprop:Generator_ColumnPropNameInTable="CodClientAssocColumn" msprop:Generator_UserColumnName="CodClientAssoc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ClientNameAssoc" msprop:Generator_ColumnVarNameInTable="columnClientNameAssoc" msprop:Generator_ColumnPropNameInRow="ClientNameAssoc" msprop:Generator_ColumnPropNameInTable="ClientNameAssocColumn" msprop:Generator_UserColumnName="ClientNameAssoc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemDescr" msprop:Generator_ColumnVarNameInTable="columnItemDescr" msprop:Generator_ColumnPropNameInRow="ItemDescr" msprop:Generator_ColumnPropNameInTable="ItemDescrColumn" msprop:Generator_UserColumnName="ItemDescr" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodifProfilo" msprop:Generator_ColumnVarNameInTable="columnCodifProfilo" msprop:Generator_ColumnPropNameInRow="CodifProfilo" msprop:Generator_ColumnPropNameInTable="CodifProfiloColumn" msprop:Generator_UserColumnName="CodifProfilo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ClasseMerc" msprop:Generator_ColumnVarNameInTable="columnClasseMerc" msprop:Generator_ColumnPropNameInRow="ClasseMerc" msprop:Generator_ColumnPropNameInTable="ClasseMercColumn" msprop:Generator_UserColumnName="ClasseMerc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TipoDies" msprop:Generator_ColumnVarNameInTable="columnTipoDies" msprop:Generator_ColumnPropNameInRow="TipoDies" msprop:Generator_ColumnPropNameInTable="TipoDiesColumn" msprop:Generator_UserColumnName="TipoDies" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodDiesGroup" msprop:Generator_ColumnVarNameInTable="columnCodDiesGroup" msprop:Generator_ColumnPropNameInRow="CodDiesGroup" msprop:Generator_ColumnPropNameInTable="CodDiesGroupColumn" msprop:Generator_UserColumnName="CodDiesGroup" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DiamDies" msprop:Generator_ColumnVarNameInTable="columnDiamDies" msprop:Generator_ColumnPropNameInRow="DiamDies" msprop:Generator_ColumnPropNameInTable="DiamDiesColumn" msprop:Generator_UserColumnName="DiamDies" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="HoleNumDies" msprop:Generator_ColumnVarNameInTable="columnHoleNumDies" msprop:Generator_ColumnPropNameInRow="HoleNumDies" msprop:Generator_ColumnPropNameInTable="HoleNumDiesColumn" msprop:Generator_UserColumnName="HoleNumDies" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DiesPrice_avg" msprop:Generator_ColumnVarNameInTable="columnDiesPrice_avg" msprop:Generator_ColumnPropNameInRow="DiesPrice_avg" msprop:Generator_ColumnPropNameInTable="DiesPrice_avgColumn" msprop:Generator_UserColumnName="DiesPrice_avg" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DiesPrice" msprop:Generator_ColumnVarNameInTable="columnDiesPrice" msprop:Generator_ColumnPropNameInRow="DiesPrice" msprop:Generator_ColumnPropNameInTable="DiesPriceColumn" msprop:Generator_UserColumnName="DiesPrice" type="xs:decimal" />
|
|
<xs:element name="SamplePrice" msprop:Generator_ColumnVarNameInTable="columnSamplePrice" msprop:Generator_ColumnPropNameInRow="SamplePrice" msprop:Generator_ColumnPropNameInTable="SamplePriceColumn" msprop:Generator_UserColumnName="SamplePrice" type="xs:decimal" />
|
|
<xs:element name="DiesFullCost" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDiesFullCost" msprop:Generator_ColumnPropNameInRow="DiesFullCost" msprop:Generator_ColumnPropNameInTable="DiesFullCostColumn" msprop:Generator_UserColumnName="DiesFullCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DiesPriceClientQuote" msprop:Generator_ColumnVarNameInTable="columnDiesPriceClientQuote" msprop:Generator_ColumnPropNameInRow="DiesPriceClientQuote" msprop:Generator_ColumnPropNameInTable="DiesPriceClientQuoteColumn" msprop:Generator_UserColumnName="DiesPriceClientQuote" type="xs:decimal" />
|
|
<xs:element name="DiesExpLife" msprop:Generator_ColumnVarNameInTable="columnDiesExpLife" msprop:Generator_ColumnPropNameInRow="DiesExpLife" msprop:Generator_ColumnPropNameInTable="DiesExpLifeColumn" msprop:Generator_UserColumnName="DiesExpLife" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DiesEOLife" msprop:Generator_ColumnVarNameInTable="columnDiesEOLife" msprop:Generator_ColumnPropNameInRow="DiesEOLife" msprop:Generator_ColumnPropNameInTable="DiesEOLifeColumn" msprop:Generator_UserColumnName="DiesEOLife" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DiesTecLife" msprop:Generator_ColumnVarNameInTable="columnDiesTecLife" msprop:Generator_ColumnPropNameInRow="DiesTecLife" msprop:Generator_ColumnPropNameInTable="DiesTecLifeColumn" msprop:Generator_UserColumnName="DiesTecLife" type="xs:decimal" />
|
|
<xs:element name="DiesCommLife" msprop:Generator_ColumnVarNameInTable="columnDiesCommLife" msprop:Generator_ColumnPropNameInRow="DiesCommLife" msprop:Generator_ColumnPropNameInTable="DiesCommLifeColumn" msprop:Generator_UserColumnName="DiesCommLife" type="xs:decimal" />
|
|
<xs:element name="MonthSalesPrev" msprop:Generator_ColumnVarNameInTable="columnMonthSalesPrev" msprop:Generator_ColumnPropNameInRow="MonthSalesPrev" msprop:Generator_ColumnPropNameInTable="MonthSalesPrevColumn" msprop:Generator_UserColumnName="MonthSalesPrev" type="xs:int" />
|
|
<xs:element name="SalesPrevCost" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSalesPrevCost" msprop:Generator_ColumnPropNameInRow="SalesPrevCost" msprop:Generator_ColumnPropNameInTable="SalesPrevCostColumn" msprop:Generator_UserColumnName="SalesPrevCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DiesFinCost" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDiesFinCost" msprop:Generator_ColumnPropNameInRow="DiesFinCost" msprop:Generator_ColumnPropNameInTable="DiesFinCostColumn" msprop:Generator_UserColumnName="DiesFinCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ClientQuoteReven" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnClientQuoteReven" msprop:Generator_ColumnPropNameInRow="ClientQuoteReven" msprop:Generator_ColumnPropNameInTable="ClientQuoteRevenColumn" msprop:Generator_UserColumnName="ClientQuoteReven" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ExtraDiscountDies" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnExtraDiscountDies" msprop:Generator_ColumnPropNameInRow="ExtraDiscountDies" msprop:Generator_ColumnPropNameInTable="ExtraDiscountDiesColumn" msprop:Generator_UserColumnName="ExtraDiscountDies" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DiesByClass" msprop:Generator_ColumnVarNameInTable="columnDiesByClass" msprop:Generator_ColumnPropNameInRow="DiesByClass" msprop:Generator_ColumnPropNameInTable="DiesByClassColumn" msprop:Generator_UserColumnName="DiesByClass" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="NumDiesInList" msprop:Generator_ColumnVarNameInTable="columnNumDiesInList" msprop:Generator_ColumnPropNameInRow="NumDiesInList" msprop:Generator_ColumnPropNameInTable="NumDiesInListColumn" msprop:Generator_UserColumnName="NumDiesInList" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NumDiesExaust" msprop:Generator_ColumnVarNameInTable="columnNumDiesExaust" msprop:Generator_ColumnPropNameInRow="NumDiesExaust" msprop:Generator_ColumnPropNameInTable="NumDiesExaustColumn" msprop:Generator_UserColumnName="NumDiesExaust" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CodPlant" msprop:Generator_ColumnVarNameInTable="columnCodPlant" msprop:Generator_ColumnPropNameInRow="CodPlant" msprop:Generator_ColumnPropNameInTable="CodPlantColumn" msprop:Generator_UserColumnName="CodPlant" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KeyAMIL" msprop:Generator_ColumnVarNameInTable="columnKeyAMIL" msprop:Generator_ColumnPropNameInRow="KeyAMIL" msprop:Generator_ColumnPropNameInTable="KeyAMILColumn" msprop:Generator_UserColumnName="KeyAMIL" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KgTeo" msprop:Generator_ColumnVarNameInTable="columnKgTeo" msprop:Generator_ColumnPropNameInRow="KgTeo" msprop:Generator_ColumnPropNameInTable="KgTeoColumn" msprop:Generator_UserColumnName="KgTeo" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NumSMED" msprop:Generator_ColumnVarNameInTable="columnNumSMED" msprop:Generator_ColumnPropNameInRow="NumSMED" msprop:Generator_ColumnPropNameInTable="NumSMEDColumn" msprop:Generator_UserColumnName="NumSMED" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="QuotaMan" msprop:Generator_ColumnVarNameInTable="columnQuotaMan" msprop:Generator_ColumnPropNameInRow="QuotaMan" msprop:Generator_ColumnPropNameInTable="QuotaManColumn" msprop:Generator_UserColumnName="QuotaMan" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="PRMWeight" msprop:Generator_ColumnVarNameInTable="columnPRMWeight" msprop:Generator_ColumnPropNameInRow="PRMWeight" msprop:Generator_ColumnPropNameInTable="PRMWeightColumn" msprop:Generator_UserColumnName="PRMWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="PWeight" msprop:Generator_ColumnVarNameInTable="columnPWeight" msprop:Generator_ColumnPropNameInRow="PWeight" msprop:Generator_ColumnPropNameInTable="PWeightColumn" msprop:Generator_UserColumnName="PWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="PTare" msprop:Generator_ColumnVarNameInTable="columnPTare" msprop:Generator_ColumnPropNameInRow="PTare" msprop:Generator_ColumnPropNameInTable="PTareColumn" msprop:Generator_UserColumnName="PTare" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="LivPackage" msprop:Generator_ColumnVarNameInTable="columnLivPackage" msprop:Generator_ColumnPropNameInRow="LivPackage" msprop:Generator_ColumnPropNameInTable="LivPackageColumn" msprop:Generator_UserColumnName="LivPackage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LivPackageDett" msprop:Generator_ColumnVarNameInTable="columnLivPackageDett" msprop:Generator_ColumnPropNameInRow="LivPackageDett" msprop:Generator_ColumnPropNameInTable="LivPackageDettColumn" msprop:Generator_UserColumnName="LivPackageDett" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMatCost" msprop:Generator_ColumnVarNameInTable="columnRawMatCost" msprop:Generator_ColumnPropNameInRow="RawMatCost" msprop:Generator_ColumnPropNameInTable="RawMatCostColumn" msprop:Generator_UserColumnName="RawMatCost" type="xs:decimal" />
|
|
<xs:element name="RawMatExtraCost" msprop:Generator_ColumnVarNameInTable="columnRawMatExtraCost" msprop:Generator_ColumnPropNameInRow="RawMatExtraCost" msprop:Generator_ColumnPropNameInTable="RawMatExtraCostColumn" msprop:Generator_UserColumnName="RawMatExtraCost" type="xs:decimal" />
|
|
<xs:element name="RawMatFullCost" msprop:Generator_ColumnVarNameInTable="columnRawMatFullCost" msprop:Generator_ColumnPropNameInRow="RawMatFullCost" msprop:Generator_ColumnPropNameInTable="RawMatFullCostColumn" msprop:Generator_UserColumnName="RawMatFullCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CodPackag" msprop:Generator_ColumnVarNameInTable="columnCodPackag" msprop:Generator_ColumnPropNameInRow="CodPackag" msprop:Generator_ColumnPropNameInTable="CodPackagColumn" msprop:Generator_UserColumnName="CodPackag">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PkgDesc" msprop:Generator_ColumnVarNameInTable="columnPkgDesc" msprop:Generator_ColumnPropNameInRow="PkgDesc" msprop:Generator_ColumnPropNameInTable="PkgDescColumn" msprop:Generator_UserColumnName="PkgDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FSR" msprop:Generator_ColumnVarNameInTable="columnFSR" msprop:Generator_ColumnPropNameInRow="FSR" msprop:Generator_ColumnPropNameInTable="FSRColumn" msprop:Generator_UserColumnName="FSR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ProvvCost" msprop:Generator_ColumnVarNameInTable="columnProvvCost" msprop:Generator_ColumnPropNameInRow="ProvvCost" msprop:Generator_ColumnPropNameInTable="ProvvCostColumn" msprop:Generator_UserColumnName="ProvvCost" type="xs:decimal" />
|
|
<xs:element name="EECost" msprop:Generator_ColumnVarNameInTable="columnEECost" msprop:Generator_ColumnPropNameInRow="EECost" msprop:Generator_ColumnPropNameInTable="EECostColumn" msprop:Generator_UserColumnName="EECost" type="xs:decimal" />
|
|
<xs:element name="GasCost" msprop:Generator_ColumnVarNameInTable="columnGasCost" msprop:Generator_ColumnPropNameInRow="GasCost" msprop:Generator_ColumnPropNameInTable="GasCostColumn" msprop:Generator_UserColumnName="GasCost" type="xs:decimal" />
|
|
<xs:element name="DiesCost" msprop:Generator_ColumnVarNameInTable="columnDiesCost" msprop:Generator_ColumnPropNameInRow="DiesCost" msprop:Generator_ColumnPropNameInTable="DiesCostColumn" msprop:Generator_UserColumnName="DiesCost" type="xs:decimal" />
|
|
<xs:element name="PackCost" msprop:Generator_ColumnVarNameInTable="columnPackCost" msprop:Generator_ColumnPropNameInRow="PackCost" msprop:Generator_ColumnPropNameInTable="PackCostColumn" msprop:Generator_UserColumnName="PackCost" type="xs:decimal" />
|
|
<xs:element name="TranspCost" msprop:Generator_ColumnVarNameInTable="columnTranspCost" msprop:Generator_ColumnPropNameInRow="TranspCost" msprop:Generator_ColumnPropNameInTable="TranspCostColumn" msprop:Generator_UserColumnName="TranspCost" type="xs:decimal" />
|
|
<xs:element name="SellCost01" msprop:Generator_ColumnVarNameInTable="columnSellCost01" msprop:Generator_ColumnPropNameInRow="SellCost01" msprop:Generator_ColumnPropNameInTable="SellCost01Column" msprop:Generator_UserColumnName="SellCost01" type="xs:decimal" />
|
|
<xs:element name="RefCost01" msprop:Generator_ColumnVarNameInTable="columnRefCost01" msprop:Generator_ColumnPropNameInRow="RefCost01" msprop:Generator_ColumnPropNameInTable="RefCost01Column" msprop:Generator_UserColumnName="RefCost01" type="xs:decimal" />
|
|
<xs:element name="SellCost04" msprop:Generator_ColumnVarNameInTable="columnSellCost04" msprop:Generator_ColumnPropNameInRow="SellCost04" msprop:Generator_ColumnPropNameInTable="SellCost04Column" msprop:Generator_UserColumnName="SellCost04" type="xs:decimal" />
|
|
<xs:element name="RefCost04" msprop:Generator_ColumnVarNameInTable="columnRefCost04" msprop:Generator_ColumnPropNameInRow="RefCost04" msprop:Generator_ColumnPropNameInTable="RefCost04Column" msprop:Generator_UserColumnName="RefCost04" type="xs:decimal" />
|
|
<xs:element name="WSR01_avg" msprop:Generator_ColumnVarNameInTable="columnWSR01_avg" msprop:Generator_ColumnPropNameInRow="WSR01_avg" msprop:Generator_ColumnPropNameInTable="WSR01_avgColumn" msprop:Generator_UserColumnName="WSR01_avg" type="xs:decimal" />
|
|
<xs:element name="WSR01" msprop:Generator_ColumnVarNameInTable="columnWSR01" msprop:Generator_ColumnPropNameInRow="WSR01" msprop:Generator_ColumnPropNameInTable="WSR01Column" msprop:Generator_UserColumnName="WSR01" type="xs:decimal" />
|
|
<xs:element name="MSR01_avg" msprop:Generator_ColumnVarNameInTable="columnMSR01_avg" msprop:Generator_ColumnPropNameInRow="MSR01_avg" msprop:Generator_ColumnPropNameInTable="MSR01_avgColumn" msprop:Generator_UserColumnName="MSR01_avg" type="xs:decimal" />
|
|
<xs:element name="MSR01" msprop:Generator_ColumnVarNameInTable="columnMSR01" msprop:Generator_ColumnPropNameInRow="MSR01" msprop:Generator_ColumnPropNameInTable="MSR01Column" msprop:Generator_UserColumnName="MSR01" type="xs:decimal" />
|
|
<xs:element name="NetProd01_avg" msprop:Generator_ColumnVarNameInTable="columnNetProd01_avg" msprop:Generator_ColumnPropNameInRow="NetProd01_avg" msprop:Generator_ColumnPropNameInTable="NetProd01_avgColumn" msprop:Generator_UserColumnName="NetProd01_avg" type="xs:decimal" />
|
|
<xs:element name="NetProd01" msprop:Generator_ColumnVarNameInTable="columnNetProd01" msprop:Generator_ColumnPropNameInRow="NetProd01" msprop:Generator_ColumnPropNameInTable="NetProd01Column" msprop:Generator_UserColumnName="NetProd01" type="xs:decimal" />
|
|
<xs:element name="FC4UG01" msprop:Generator_ColumnVarNameInTable="columnFC4UG01" msprop:Generator_ColumnPropNameInRow="FC4UG01" msprop:Generator_ColumnPropNameInTable="FC4UG01Column" msprop:Generator_UserColumnName="FC4UG01" type="xs:decimal" />
|
|
<xs:element name="VC4UG01" msprop:Generator_ColumnVarNameInTable="columnVC4UG01" msprop:Generator_ColumnPropNameInRow="VC4UG01" msprop:Generator_ColumnPropNameInTable="VC4UG01Column" msprop:Generator_UserColumnName="VC4UG01" type="xs:decimal" />
|
|
<xs:element name="OH4UG01" msprop:Generator_ColumnVarNameInTable="columnOH4UG01" msprop:Generator_ColumnPropNameInRow="OH4UG01" msprop:Generator_ColumnPropNameInTable="OH4UG01Column" msprop:Generator_UserColumnName="OH4UG01" type="xs:decimal" />
|
|
<xs:element name="SC4UG01" msprop:Generator_ColumnVarNameInTable="columnSC4UG01" msprop:Generator_ColumnPropNameInRow="SC4UG01" msprop:Generator_ColumnPropNameInTable="SC4UG01Column" msprop:Generator_UserColumnName="SC4UG01" type="xs:decimal" />
|
|
<xs:element name="DSR_avg" msprop:Generator_ColumnVarNameInTable="columnDSR_avg" msprop:Generator_ColumnPropNameInRow="DSR_avg" msprop:Generator_ColumnPropNameInTable="DSR_avgColumn" msprop:Generator_UserColumnName="DSR_avg" type="xs:decimal" />
|
|
<xs:element name="DSR" msprop:Generator_ColumnVarNameInTable="columnDSR" msprop:Generator_ColumnPropNameInRow="DSR" msprop:Generator_ColumnPropNameInTable="DSRColumn" msprop:Generator_UserColumnName="DSR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="NetProd04" msprop:Generator_ColumnVarNameInTable="columnNetProd04" msprop:Generator_ColumnPropNameInRow="NetProd04" msprop:Generator_ColumnPropNameInTable="NetProd04Column" msprop:Generator_UserColumnName="NetProd04" type="xs:decimal" />
|
|
<xs:element name="FC4UG04" msprop:Generator_ColumnVarNameInTable="columnFC4UG04" msprop:Generator_ColumnPropNameInRow="FC4UG04" msprop:Generator_ColumnPropNameInTable="FC4UG04Column" msprop:Generator_UserColumnName="FC4UG04" type="xs:decimal" />
|
|
<xs:element name="VC4UG04" msprop:Generator_ColumnVarNameInTable="columnVC4UG04" msprop:Generator_ColumnPropNameInRow="VC4UG04" msprop:Generator_ColumnPropNameInTable="VC4UG04Column" msprop:Generator_UserColumnName="VC4UG04" type="xs:decimal" />
|
|
<xs:element name="FVC" msprop:Generator_ColumnVarNameInTable="columnFVC" msprop:Generator_ColumnPropNameInRow="FVC" msprop:Generator_ColumnPropNameInTable="FVCColumn" msprop:Generator_UserColumnName="FVC" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="Charge" msprop:Generator_ColumnVarNameInTable="columnCharge" msprop:Generator_ColumnPropNameInRow="Charge" msprop:Generator_ColumnPropNameInTable="ChargeColumn" msprop:Generator_UserColumnName="Charge" type="xs:decimal" />
|
|
<xs:element name="valid" msprop:Generator_ColumnVarNameInTable="columnvalid" msprop:Generator_ColumnPropNameInRow="valid" msprop:Generator_ColumnPropNameInTable="validColumn" msprop:Generator_UserColumnName="valid" type="xs:boolean" />
|
|
<xs:element name="errorScore" msprop:Generator_ColumnVarNameInTable="columnerrorScore" msprop:Generator_ColumnPropNameInRow="errorScore" msprop:Generator_ColumnPropNameInTable="errorScoreColumn" msprop:Generator_UserColumnName="errorScore" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="RawMatDet" msprop:Generator_TableClassName="RawMatDetDataTable" msprop:Generator_TableVarName="tableRawMatDet" msprop:Generator_TablePropName="RawMatDet" msprop:Generator_RowDeletingName="RawMatDetRowDeleting" msprop:Generator_RowChangingName="RawMatDetRowChanging" msprop:Generator_RowEvHandlerName="RawMatDetRowChangeEventHandler" msprop:Generator_RowDeletedName="RawMatDetRowDeleted" msprop:Generator_UserTableName="RawMatDet" msprop:Generator_RowChangedName="RawMatDetRowChanged" msprop:Generator_RowEvArgName="RawMatDetRowChangeEvent" msprop:Generator_RowClassName="RawMatDetRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RawMat" msprop:Generator_ColumnVarNameInTable="columnRawMat" msprop:Generator_ColumnPropNameInRow="RawMat" msprop:Generator_ColumnPropNameInTable="RawMatColumn" msprop:Generator_UserColumnName="RawMat">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcCost" msprop:Generator_ColumnVarNameInTable="columnProcCost" msprop:Generator_ColumnPropNameInRow="ProcCost" msprop:Generator_ColumnPropNameInTable="ProcCostColumn" msprop:Generator_UserColumnName="ProcCost" type="xs:decimal" />
|
|
<xs:element name="ProcYield" msprop:Generator_ColumnVarNameInTable="columnProcYield" msprop:Generator_ColumnPropNameInRow="ProcYield" msprop:Generator_ColumnPropNameInTable="ProcYieldColumn" msprop:Generator_UserColumnName="ProcYield" type="xs:decimal" />
|
|
<xs:element name="CSR" msprop:Generator_ColumnVarNameInTable="columnCSR" msprop:Generator_ColumnPropNameInRow="CSR" msprop:Generator_ColumnPropNameInTable="CSRColumn" msprop:Generator_UserColumnName="CSR" type="xs:decimal" />
|
|
<xs:element name="SSR" msprop:Generator_ColumnVarNameInTable="columnSSR" msprop:Generator_ColumnPropNameInRow="SSR" msprop:Generator_ColumnPropNameInTable="SSRColumn" msprop:Generator_UserColumnName="SSR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="SSVA" msprop:Generator_ColumnVarNameInTable="columnSSVA" msprop:Generator_ColumnPropNameInRow="SSVA" msprop:Generator_ColumnPropNameInTable="SSVAColumn" msprop:Generator_UserColumnName="SSVA" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="SSVR" msprop:Generator_ColumnVarNameInTable="columnSSVR" msprop:Generator_ColumnPropNameInRow="SSVR" msprop:Generator_ColumnPropNameInTable="SSVRColumn" msprop:Generator_UserColumnName="SSVR" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ExtraMatCost" msprop:Generator_ColumnVarNameInTable="columnExtraMatCost" msprop:Generator_ColumnPropNameInRow="ExtraMatCost" msprop:Generator_ColumnPropNameInTable="ExtraMatCostColumn" msprop:Generator_UserColumnName="ExtraMatCost" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ExtraServCost" msprop:Generator_ColumnVarNameInTable="columnExtraServCost" msprop:Generator_ColumnPropNameInRow="ExtraServCost" msprop:Generator_ColumnPropNameInTable="ExtraServCostColumn" msprop:Generator_UserColumnName="ExtraServCost" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="StdCostList" msprop:Generator_TableClassName="StdCostListDataTable" msprop:Generator_TableVarName="tableStdCostList" msprop:Generator_RowChangedName="StdCostListRowChanged" msprop:Generator_TablePropName="StdCostList" msprop:Generator_RowDeletingName="StdCostListRowDeleting" msprop:Generator_RowChangingName="StdCostListRowChanging" msprop:Generator_RowEvHandlerName="StdCostListRowChangeEventHandler" msprop:Generator_RowDeletedName="StdCostListRowDeleted" msprop:Generator_RowClassName="StdCostListRow" msprop:Generator_UserTableName="StdCostList" msprop:Generator_RowEvArgName="StdCostListRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DataRif" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDataRif" msprop:Generator_ColumnPropNameInRow="DataRif" msprop:Generator_ColumnPropNameInTable="DataRifColumn" msprop:Generator_UserColumnName="DataRif" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="6" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class01" msprop:Generator_ColumnVarNameInTable="columnClass01" msprop:Generator_ColumnPropNameInRow="Class01" msprop:Generator_ColumnPropNameInTable="Class01Column" msprop:Generator_UserColumnName="Class01">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Class02" msprop:Generator_ColumnVarNameInTable="columnClass02" msprop:Generator_ColumnPropNameInRow="Class02" msprop:Generator_ColumnPropNameInTable="Class02Column" msprop:Generator_UserColumnName="Class02">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodItem" msprop:Generator_ColumnVarNameInTable="columnCodItem" msprop:Generator_ColumnPropNameInRow="CodItem" msprop:Generator_ColumnPropNameInTable="CodItemColumn" msprop:Generator_UserColumnName="CodItem">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMat" msprop:Generator_ColumnVarNameInTable="columnRawMat" msprop:Generator_ColumnPropNameInRow="RawMat" msprop:Generator_ColumnPropNameInTable="RawMatColumn" msprop:Generator_UserColumnName="RawMat">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodPlant" msprop:Generator_ColumnVarNameInTable="columnCodPlant" msprop:Generator_ColumnPropNameInRow="CodPlant" msprop:Generator_ColumnPropNameInTable="CodPlantColumn" msprop:Generator_UserColumnName="CodPlant">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodDiesGroup" msprop:Generator_ColumnVarNameInTable="columnCodDiesGroup" msprop:Generator_ColumnPropNameInRow="CodDiesGroup" msprop:Generator_ColumnPropNameInTable="CodDiesGroupColumn" msprop:Generator_UserColumnName="CodDiesGroup">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodPackag" msprop:Generator_ColumnVarNameInTable="columnCodPackag" msprop:Generator_ColumnPropNameInRow="CodPackag" msprop:Generator_ColumnPropNameInTable="CodPackagColumn" msprop:Generator_UserColumnName="CodPackag">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchQty" msprop:Generator_ColumnVarNameInTable="columnbatchQty" msprop:Generator_ColumnPropNameInRow="batchQty" msprop:Generator_ColumnPropNameInTable="batchQtyColumn" msprop:Generator_UserColumnName="batchQty" type="xs:int" />
|
|
<xs:element name="CodInco" msprop:Generator_ColumnVarNameInTable="columnCodInco" msprop:Generator_ColumnPropNameInRow="CodInco" msprop:Generator_ColumnPropNameInTable="CodIncoColumn" msprop:Generator_UserColumnName="CodInco">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RawMatFullCost" msprop:Generator_ColumnVarNameInTable="columnRawMatFullCost" msprop:Generator_ColumnPropNameInRow="RawMatFullCost" msprop:Generator_ColumnPropNameInTable="RawMatFullCostColumn" msprop:Generator_UserColumnName="RawMatFullCost" type="xs:decimal" />
|
|
<xs:element name="FVC" msprop:Generator_ColumnVarNameInTable="columnFVC" msprop:Generator_ColumnPropNameInRow="FVC" msprop:Generator_ColumnPropNameInTable="FVCColumn" msprop:Generator_UserColumnName="FVC" type="xs:decimal" />
|
|
<xs:element name="FullCost" msprop:Generator_ColumnVarNameInTable="columnFullCost" msprop:Generator_ColumnPropNameInRow="FullCost" msprop:Generator_ColumnPropNameInTable="FullCostColumn" msprop:Generator_UserColumnName="FullCost" type="xs:decimal" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteList" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
</xs:unique>
|
|
<xs:unique name="QuoteRM_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteRM" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
<xs:field xpath="mstns:NumRM" />
|
|
</xs:unique>
|
|
<xs:unique name="QuoteWorkExt_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteWorkExt" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
<xs:field xpath="mstns:NumWE" />
|
|
</xs:unique>
|
|
<xs:unique name="QuoteWorkInt_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteWorkInt" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
<xs:field xpath="mstns:NumWI" />
|
|
</xs:unique>
|
|
<xs:unique name="QuoteParam_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteParam" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
<xs:field xpath="mstns:NumP" />
|
|
</xs:unique>
|
|
<xs:unique name="QuoteOC_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteOC" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
<xs:field xpath="mstns:NumEx" />
|
|
</xs:unique>
|
|
<xs:unique name="QuoteFull_Q_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteFull_Q" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
</xs:unique>
|
|
<xs:unique name="QuoteFull_S_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:QuoteFull_S" />
|
|
<xs:field xpath="mstns:QuoteType" />
|
|
<xs:field xpath="mstns:CodQuote" />
|
|
<xs:field xpath="mstns:QuoteRev" />
|
|
</xs:unique>
|
|
<xs:unique name="RawMatDet_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:RawMatDet" />
|
|
<xs:field xpath="mstns:RawMat" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<msdata:Relationship name="FK_QuoteRM_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteRM" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteRM" msprop:Generator_ChildPropName="GetQuoteRMRows" msprop:Generator_UserRelationName="FK_QuoteRM_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteRM_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
|
|
<msdata:Relationship name="FK_QuoteWorkExt_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteWorkExt" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteWorkExt" msprop:Generator_ChildPropName="GetQuoteWorkExtRows" msprop:Generator_UserRelationName="FK_QuoteWorkExt_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteWorkExt_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
|
|
<msdata:Relationship name="FK_QuoteWorkInt_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteWorkInt" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteWorkInt" msprop:Generator_ChildPropName="GetQuoteWorkIntRows" msprop:Generator_UserRelationName="FK_QuoteWorkInt_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteWorkInt_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
|
|
<msdata:Relationship name="FK_QuoteParam_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteParam" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteParam" msprop:Generator_ChildPropName="GetQuoteParamRows" msprop:Generator_UserRelationName="FK_QuoteParam_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteParam_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
|
|
<msdata:Relationship name="FK_QuoteExtra_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteOC" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteOC" msprop:Generator_ChildPropName="GetQuoteOCRows" msprop:Generator_UserRelationName="FK_QuoteExtra_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteExtra_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
</xs:schema> |