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 @@
<RedefinableHeader PublicationStatus="UNDER_TEST"/>
<Participants>
<Participant Id="SQP_INIT" Name="SQP_INIT">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SQP_INIT"/>
<ExtendedAttribute Name="SIGN_FOR" Value="Initiation"/>
......@@ -24,7 +24,7 @@
</ExtendedAttributes>
</Participant>
<Participant Id="SQP_APR1" Name="SQP_APR1">
<ParticipantType1 Type="ROLE"/>
<ParticipantType Type="ROLE"/>
<ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SQP_APR1"/>
<ExtendedAttribute Name="SIGN_FOR" Value="Approval"/>
......@@ -106,7 +106,7 @@
</FormalParameter>
</FormalParameters>
<ExtendedAttributes>
<ExtendedAttribute Name="APPLN_TYPE" Value="EJB"/>
<ExtendedAttribute Name="APPLN_TYPE" Value="JB"/>
<ExtendedAttribute Name="METHOD_NAME" Value="approvePriceRate"/>
<ExtendedAttribute Name="COMP_NAME" Value="ibase.webitm.ejb.dis.SalesQuotProposal"/>
<ExtendedAttribute Name="EXEC_MODE" Value="SYNC"/>
......@@ -136,6 +136,31 @@
<ExtendedAttribute Name="METHOD_NAME" Value="sendMail"/>
</ExtendedAttributes>
</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>
<Activities>
<Activity Id="SALESQUOTPROPSLWF" Name="SALESQUOTPROPSLWF">
......@@ -164,7 +189,7 @@
<ActualParameter>$PRFMR_CODE</ActualParameter>
<ActualParameter>SQP_APRV</ActualParameter>
<ActualParameter>SALESQUOTPROPSLWF</ActualParameter>
<ActualParameter>Approval</ActualParameter>
<ActualParameter>&lt;Detail1.cust_name&gt;</ActualParameter>
<ActualParameter>Sales Price Quotation</ActualParameter>
<ActualParameter>&lt;Detail1.chg_date&gt;</ActualParameter>
<ActualParameter>&lt;Detail1.quot_no&gt;</ActualParameter>
......@@ -240,9 +265,15 @@
<ExtendedAttribute Name="YOffset" Value="30"/>
</ExtendedAttributes>
</Activity>
<Activity Id="SALESQUOTPROPSLWF_Act1" Name="SQP_REJ">
<Activity Id="SALE_PRC_REJ" Name="SQP_REJ">
<Implementation>
<No/>
<Tool Id="RejectPrcRate" Type="APPLICATION">
<ActualParameters>
<ActualParameter>$REF_ID</ActualParameter>
<ActualParameter>$USER_INFO</ActualParameter>
<ActualParameter>$XML_DATA_ALL</ActualParameter>
</ActualParameters>
</Tool>
</Implementation>
<Performer>SQP_APR1</Performer>
<StartMode>
......@@ -301,14 +332,14 @@
<ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT,$APP_STATUS"/>
</ExtendedAttributes>
</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>
<ExtendedAttributes>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
<ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/>
</ExtendedAttributes>
</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>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
</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