Commit 44a5893e authored by asant's avatar asant

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192182 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eb372ebe
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<RedefinableHeader PublicationStatus="UNDER_TEST"/> <RedefinableHeader PublicationStatus="UNDER_TEST"/>
<Participants> <Participants>
<Participant Id="SQP_INIT" Name="SQP_INIT"> <Participant Id="SQP_INIT" Name="SQP_INIT">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SQP_INIT"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SQP_INIT"/>
<ExtendedAttribute Name="SIGN_FOR" Value="Initiation"/> <ExtendedAttribute Name="SIGN_FOR" Value="Initiation"/>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="SQP_APR1" Name="SQP_APR1"> <Participant Id="SQP_APR1" Name="SQP_APR1">
<ParticipantType1 Type="ROLE"/> <ParticipantType Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SQP_APR1"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SQP_APR1"/>
<ExtendedAttribute Name="SIGN_FOR" Value="Approval"/> <ExtendedAttribute Name="SIGN_FOR" Value="Approval"/>
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</FormalParameter> </FormalParameter>
</FormalParameters> </FormalParameters>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="APPLN_TYPE" Value="EJB"/> <ExtendedAttribute Name="APPLN_TYPE" Value="JB"/>
<ExtendedAttribute Name="METHOD_NAME" Value="approvePriceRate"/> <ExtendedAttribute Name="METHOD_NAME" Value="approvePriceRate"/>
<ExtendedAttribute Name="COMP_NAME" Value="ibase.webitm.ejb.dis.SalesQuotProposal"/> <ExtendedAttribute Name="COMP_NAME" Value="ibase.webitm.ejb.dis.SalesQuotProposal"/>
<ExtendedAttribute Name="EXEC_MODE" Value="SYNC"/> <ExtendedAttribute Name="EXEC_MODE" Value="SYNC"/>
...@@ -136,6 +136,31 @@ ...@@ -136,6 +136,31 @@
<ExtendedAttribute Name="METHOD_NAME" Value="sendMail"/> <ExtendedAttribute Name="METHOD_NAME" Value="sendMail"/>
</ExtendedAttributes> </ExtendedAttributes>
</Application> </Application>
<Application Id="RejectPrcRate" Name="SalesQuotProposal">
<FormalParameters>
<FormalParameter Id="QUOT_NO" Index="1" Mode="IN">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</FormalParameter>
<FormalParameter Id="USER_INFO" Index="2" Mode="IN">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</FormalParameter>
<FormalParameter Id="XML_DATA" Index="3" Mode="IN">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</FormalParameter>
</FormalParameters>
<ExtendedAttributes>
<ExtendedAttribute Name="APPLN_TYPE" Value="JB"/>
<ExtendedAttribute Name="METHOD_NAME" Value="rejectRate"/>
<ExtendedAttribute Name="COMP_NAME" Value="ibase.webitm.ejb.dis.SalesQuotProposal"/>
<ExtendedAttribute Name="EXEC_MODE" Value="SYNC"/>
</ExtendedAttributes>
</Application>
</Applications> </Applications>
<Activities> <Activities>
<Activity Id="SALESQUOTPROPSLWF" Name="SALESQUOTPROPSLWF"> <Activity Id="SALESQUOTPROPSLWF" Name="SALESQUOTPROPSLWF">
...@@ -164,7 +189,7 @@ ...@@ -164,7 +189,7 @@
<ActualParameter>$PRFMR_CODE</ActualParameter> <ActualParameter>$PRFMR_CODE</ActualParameter>
<ActualParameter>SQP_APRV</ActualParameter> <ActualParameter>SQP_APRV</ActualParameter>
<ActualParameter>SALESQUOTPROPSLWF</ActualParameter> <ActualParameter>SALESQUOTPROPSLWF</ActualParameter>
<ActualParameter>Approval</ActualParameter> <ActualParameter>&lt;Detail1.cust_name&gt;</ActualParameter>
<ActualParameter>Sales Price Quotation</ActualParameter> <ActualParameter>Sales Price Quotation</ActualParameter>
<ActualParameter>&lt;Detail1.chg_date&gt;</ActualParameter> <ActualParameter>&lt;Detail1.chg_date&gt;</ActualParameter>
<ActualParameter>&lt;Detail1.quot_no&gt;</ActualParameter> <ActualParameter>&lt;Detail1.quot_no&gt;</ActualParameter>
...@@ -240,9 +265,15 @@ ...@@ -240,9 +265,15 @@
<ExtendedAttribute Name="YOffset" Value="30"/> <ExtendedAttribute Name="YOffset" Value="30"/>
</ExtendedAttributes> </ExtendedAttributes>
</Activity> </Activity>
<Activity Id="SALESQUOTPROPSLWF_Act1" Name="SQP_REJ"> <Activity Id="SALE_PRC_REJ" Name="SQP_REJ">
<Implementation> <Implementation>
<No/> <Tool Id="RejectPrcRate" Type="APPLICATION">
<ActualParameters>
<ActualParameter>$REF_ID</ActualParameter>
<ActualParameter>$USER_INFO</ActualParameter>
<ActualParameter>$XML_DATA_ALL</ActualParameter>
</ActualParameters>
</Tool>
</Implementation> </Implementation>
<Performer>SQP_APR1</Performer> <Performer>SQP_APR1</Performer>
<StartMode> <StartMode>
...@@ -301,14 +332,14 @@ ...@@ -301,14 +332,14 @@
<ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT,$APP_STATUS"/> <ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT,$APP_STATUS"/>
</ExtendedAttributes> </ExtendedAttributes>
</Transition> </Transition>
<Transition From="SQP_APR1_SIGN" Id="SALESQUOTPROPSLWF_Tra11" To="SALESQUOTPROPSLWF_Act1"> <Transition From="SQP_APR1_SIGN" Id="SALESQUOTPROPSLWF_Tra11" To="SALE_PRC_REJ">
<Condition Type="CONDITION">$APP_RESULT == "R"</Condition> <Condition Type="CONDITION">$APP_RESULT == "R"</Condition>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/> <ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
<ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/> <ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/>
</ExtendedAttributes> </ExtendedAttributes>
</Transition> </Transition>
<Transition From="SALESQUOTPROPSLWF_Act1" Id="SALESQUOTPROPSLWF_Tra14" To="SQP_REJ_MAIL"> <Transition From="SALE_PRC_REJ" Id="SALESQUOTPROPSLWF_Tra14" To="SQP_REJ_MAIL">
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/> <ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
</ExtendedAttributes> </ExtendedAttributes>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment