<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Calling a package and giving it input parameters in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Calling-a-package-and-giving-it-input-parameters/m-p/98862#M46533</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I need to call a package using Blue Prism. I need to give it an input parameter of Item ID. I can run this on SQL navigator and return results but unable to using Blue Prism. What format is required for Blue Prism.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="a1364716-b40d-4af9-81ad-3fc4498d485b" data-tag-text="@Harish Mogulluri" href="https://community.blueprism.com/network/profile?UserKey=a1364716-b40d-4af9-81ad-3fc4498d485b" data-itemmentionkey="676bc7e0-26a3-49a9-b028-b773e991775b"&gt;@Harish Mogulluri&lt;/A&gt; Thanks for the reply. The requirement is just to pass the dynamic value to the package and run. We then then need the output to be in Blue Prism.&amp;nbsp; What is the format that is required to do this? (Is this possible with out creating a stored procedure) It executes a PL/SQL block.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="diff-add"&gt;Declare
    req  Clob := '{"ItemID":"12345678","splitRawAct":"0"}';
    resp Clob;
Begin
    resp := dbo.pkg_order_Transaction.get_order_history (req);
    dbms_output.put_line (resp);
 
End;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Dec 2023 10:05:43 GMT</pubDate>
    <dc:creator>GaryMannion</dc:creator>
    <dc:date>2023-12-13T10:05:43Z</dc:date>
    <item>
      <title>Calling a package and giving it input parameters</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Calling-a-package-and-giving-it-input-parameters/m-p/98862#M46533</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I need to call a package using Blue Prism. I need to give it an input parameter of Item ID. I can run this on SQL navigator and return results but unable to using Blue Prism. What format is required for Blue Prism.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="a1364716-b40d-4af9-81ad-3fc4498d485b" data-tag-text="@Harish Mogulluri" href="https://community.blueprism.com/network/profile?UserKey=a1364716-b40d-4af9-81ad-3fc4498d485b" data-itemmentionkey="676bc7e0-26a3-49a9-b028-b773e991775b"&gt;@Harish Mogulluri&lt;/A&gt; Thanks for the reply. The requirement is just to pass the dynamic value to the package and run. We then then need the output to be in Blue Prism.&amp;nbsp; What is the format that is required to do this? (Is this possible with out creating a stored procedure) It executes a PL/SQL block.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="diff-add"&gt;Declare
    req  Clob := '{"ItemID":"12345678","splitRawAct":"0"}';
    resp Clob;
Begin
    resp := dbo.pkg_order_Transaction.get_order_history (req);
    dbms_output.put_line (resp);
 
End;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Dec 2023 10:05:43 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Calling-a-package-and-giving-it-input-parameters/m-p/98862#M46533</guid>
      <dc:creator>GaryMannion</dc:creator>
      <dc:date>2023-12-13T10:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a package and giving it input parameters</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Calling-a-package-and-giving-it-input-parameters/m-p/98863#M46534</link>
      <description>&lt;P&gt;Hi Gary Mannion&lt;BR /&gt;&lt;BR /&gt;I&amp;nbsp; would create a stored&amp;nbsp; procedure and pass the&amp;nbsp; input parameter to that stored procedure in blu prism. YOu can use Blue Prism SQL VBO to perform these action.&lt;BR /&gt;&lt;BR /&gt;Not sure whether the requirement is to just pass dynamical value in the package. Can you give more information like what is the file type&amp;nbsp; &amp;nbsp; and any other information which is relevant.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 23:40:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Calling-a-package-and-giving-it-input-parameters/m-p/98863#M46534</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-12-13T23:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a package and giving it input parameters</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Calling-a-package-and-giving-it-input-parameters/m-p/98864#M46535</link>
      <description>&lt;P&gt;Hi gary Mannion,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&amp;nbsp;Instead of creating the package may be use this code in text file and&amp;nbsp; read the text file iand pass into&amp;nbsp; Blue Prism&amp;nbsp; and try whether SQL VBO will work with this code.&lt;BR /&gt;If it is working then you will get response in Blue Prism itself.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 00:50:10 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Calling-a-package-and-giving-it-input-parameters/m-p/98864#M46535</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-12-15T00:50:10Z</dc:date>
    </item>
  </channel>
</rss>

