Requote IN oarameter

I have a procedure that takes a VARCHAR2 IN parameter. When I try to requote this parameter in order to do further processing as I build a update query using this so I've to requote using below statement:
v_property_value := replace(v_property_value,'''','''''');
I get an error when compiling the procedure:
19/4 PLS-00363: expression 'V_PROPERTY_VALUE' cannot be used as an
assignment target
Any ideas please!

note that unless you are passing in into your procedure quoted, the REPLACE will have no effect at all. The incoming parameters are stripped of single quotes.
SQL> CREATE PROCEDURE p (p_val IN VARCHAR2) AS
  2     l_val VARCHAR2(100);
  3  BEGIN
  4     l_val := replace(p_val,'''','''''');
  5     dbms_output.put_line ('Replaced is: '||l_val);
  6  END;
  7  /
Procedure created.
SQL> exec p('Hello');
Replaced is: Hello
PL/SQL procedure successfully completed.
SQL> exec p('''Hello''');
Replaced is: ''Hello''
PL/SQL procedure successfully completed.John

Similar Messages

  • Quote Expiration Process in SAP

    Hi All:
    I have a situation below:
    During the vendor Quote Process, quote comes only with 90 days validity. Now after the quote some times it takes time to take the decision to move further. now if at the time of PO, if quote is expired than they have to requote the material/service.
    Now in the SAP, is there any standard functionality regarding this quote expiration handling scenario. They want system to set up as if quote expires at the time of PO, system shouldn't allow them to move for the PO, ratherit should creat the new RFQ which clones the original approved quote, and send to only that vendor again who was approved before. If the quote is same again than they don't want to go for the approval but if it is higher than it has to go to approval process again.
    Can you please guide me, what are the possible option/solutions for this scenario?
    Thank you, and I really appreciate your kind help.
    Thank you.
    Regards,
    Rohan

    Hi
    You can use Source list and Inforecord effectively for this scenario. You can make sourcelist mandatory at material level in material master. Once Quotation is finalized create inforecord with quotation validity period. Same thing you can give in source list and if required you can use fixed indicator.
    hope this can be used as work around
    regards
    Antony

  • Can I change background of program with a desired picture?

    Hi
    Can I change background of program with a desired picture? how?
    Solved!
    Go to Solution.

    Hi behzad,
    to requote my message #2: Right-click the right window scrollbar (VI in edit mode) and select "properties"…
    What don't you understand of this?
    When you don't trust me you should read the LabVIEW help on this topic!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Can I change background with Lightroom?

    Can I change background with lightroom?? Please help me. Thank u

    Hi behzad,
    to requote my message #2: Right-click the right window scrollbar (VI in edit mode) and select "properties"…
    What don't you understand of this?
    When you don't trust me you should read the LabVIEW help on this topic!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Opening protected .dcr files

    I've been supplied with source files from a new client that need alteration. However, when attempting to open the .dcr files, the following message appears:
    "File is protected adn cannot be opened"
    From what I can gather, the files in question (Director 8.5) were saved in such a way that there is no way to open them. I've tried dirOpener, but it fails to even see the files.
    Are there any options for opening or importing them into Director 11.5 short of re-creating them? The projector files are available.
    thanks,
    david

    That is not a source file. A file with the extension .dir is a source file. The .dcr extension means it's been published to shockwave so it can be run in a browser. I'd go back to the client and either get the source files, cancel the job, or requote with the new info as you'll have to recreate things from scratch.

  • IE Disregards CENTER Tag

    Hello friends,
    I have an interesting problem.
    I am using DW CS3. I have created a website which seems to be fine. However one page when viewed with IE loses its (centering attributes) - CENTER and appears as a LEFT JUSTIFIED. This is (oddly enough), the only page in five that I did not slice, (Illustrator). Reason; -I had to write some CSS to accommodate an online form.
    The other thing I am trying to remedy is the last two navigation buttons; FILE SPECS & F.A.Q. and REQUEST A QUOTE, are losing their CENTER attributes as well. For some reason they are JUSTIFY LEFT. I have been all through the coding and am still stuck. All seems to be fine when viewed with Fire Fox, but for some reason these two issues are occurring with IE.
    If anyone can lend a hand or point me toward an area to investigate, I would be very grateful hearing from you.
    I have inserted the code below.
    Many thanks in advance for your time, effort and any assistance you can offer.
    David
    CODE_______________________
    <html>
    <head>
    <title>RequestQuote</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    .container {
        height: 720px;
        width: 1080px;
        background-image: url(requote.jpg);
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    .email {
        font-family: "Times New Roman";
        font-size: 21px;
        font-style: italic;
        color: #A39161;
        height: 30px;
        width: 308px;
        font-weight: lighter;
        top: 105px;
        position: relative;
        margin-left: 735px;
        text-align: right;
        text-decoration: none;
    .elink {
        font-family: "Times New Roman";
        font-size: 20px;
        font-weight: lighter;
        color: #A39161;
        text-decoration: none;
    .nav {
        height: 230px;
        width: 195px;
        margin-left: 25px;
        top: 150px;
        position: relative;
    .form {
        height: 460px;
        width: 800px;
        margin-right: auto;
        margin-left: 260px;
        font-family: Arial;
        font-size: 14px;
        color: #6D6D6F;
        font-weight: bold;
        position: relative;
    .spacer {
        background-color: #00CC33;
        height: 50px;
        width: 100px;
        position: relative;
    .home {
        height: 46px;
        width: 173px;
        margin-right: auto;
        margin-left: auto;
    .prod {
        height: 46px;
        width: 173px;
        margin-right: auto;
        margin-left: auto;
    .grapdes {
        height: 46px;
        width: 173px;
        margin-right: auto;
        margin-left: auto;
    .filespecs {
        height: 46px;
        width: 173px;
        margin-right: auto;
        margin-left: auto;
    .requote {
        height: 46px;
        width: 173px;
        margin-right: auto;
        margin-left: auto;
    .style1 {
        color: #6D6D6F;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
    -->
    </style>
    </head>
    <body bgcolor="#B7A984" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <div class="container">
      <div class="email"><a href="mailto:[email protected]" class="elink"> [email protected]</a></div>
      <div class="nav">
        <div align="center">
          <div class="home"><a href="http://www.expressprintingservice.ca/"><img src="http://www.expressprintingservice.ca/images/homebut.gif" alt="home" width="173" height="46" border="0"></a></div>
          <div class="prod"><a href="http://www.expressprintingservice.ca/prodserv.html"><img src="http://www.expressprintingservice.ca/images/prodserbut.gif" alt="products / services" width="173" height="46" border="0"></a></div>
          <div class="grapdes"><a href="http://www.expressprintingservice.ca/grapdes.html"><img src="http://www.expressprintingservice.ca/images/grapdesbut.gif" alt="graphic design" width="173" height="46" border="0"></a></div>
        </div>
          <div class="filespecs">
            <div align="center"><a href="http://www.expressprintingservice.ca/filespecs.html"><img src="http://www.expressprintingservice.ca/images/filespecbut.gif" alt="file specs / faq" width="173" height="46" border="0"></a></div>
          </div>
          <div class="requote">
            <div align="center"><a href="http://www.expressprintingservice.ca/requote.html"><img src="http://www.expressprintingservice.ca/images/requotebut.gif" alt="request a quote" width="173" height="46" border="0"></a></div>
          </div>
      </div>
      <div class="form"><form name="form1" method="post" action="../../requestquote.php">
          <label for="contactname">Contact Name:</label>
          <input name="contactname" type="text" id="contactname" size="50">
          <label for="phone">Phone:</label>
          <input name="phone" type="text" id="phone" size="30">
          <br>
          <br>
          <label for="companyname">Company Name:</label>
          <input name="companyname" type="text" id="companyname" size="48">
          <label for="fax">Fax:</label>
             <input name="fax" type="text" id="fax" size="30">
             <br>
             <br>
          <label for="email"> Email: </label>
          <input name="email" type="text" id="email" size="59">
             <br>
             <br>
             Please contact me via:
             <input type="radio" name="RadioGroup1" value="Email" id="RadioGroup1">
            Email
            <input type="radio" name="RadioGroup1" value="Phone" id="RadioGroup1">
            Phone
            <input type="radio" name="RadioGroup1" value="Fax" id="RadioGroup1">
    Fax<br>
    <br>
    <label></label>
    <label for="contact"></label>
    <label></label>
    <span class="style1">Product:</span>
    <select name="prod2" id="prod2">
      <option selected>Please Choose</option>
      <option>Brochures</option>
      <option>Business Cards</option>
      <option>Cheques</option>
      <option>Envelopes</option>
      <option>Forms</option>
      <option>Flyers</option>
      <option>Labels</option>
      <option>Letterhead</option>
      <option>Memo / Note Pads</option>
      <option>Newsletters</option>
      <option>Post Cards 4 X 6</option>
      <option>Post Cards 5 X 7</option>
      <option>Presentation Folders</option>
      <option>Rack Cards</option>
      <option>Rubber Stamps</option>
      <option>Self-Inking Stamps</option>
      <option>Tickets</option>
      <option>Wedding Invitations</option>
    </select>
        <label for="label2" class="style1">Services: </label>
    <select name="serv2" id="label2">
       <option selected>Please Choose</option>
       <option>Full Colour Copying</option>
       <option>Black and White Copying</option>
       <option>Receiving Faxes</option>
       <option>Sending Faxes</option>
       <option>Corner Rounding (3/8&quot;)</option>
       <option>Cerlox Binding</option>
       <option>Wiro Binding</option>
    </select>
         <label for="label3" class="style1">Other: </label>
      <input name="oth2" type="text" id="label3" value="" size="34">
      <br>
          <br>
          <label for="quantity">Quantity:</label>
          <input name="quantity" type="text" id="quantity" size="56">
          <br>
          <br>
          <label for="sides">Sides:</label>
          <select name="sides" id="sides">
            <option>Please Choose</option>
            <option>Single Sided</option>
            <option>Double Sided</option>
          </select>
          <label for="finishedsize">Finished Size:</label>
          <input name="finishedsize" type="text" id="finishedsize" size="20">
          <label for="inkcol">Ink Colour:</label>
            <select name="inkcol" id="inkcol">
            <option>Please Choose</option>
            <option>Black</option>
            <option>Reflex Blue</option>
            <option>Process Blue</option>
            <option>Ivy Mint Green</option>
            <option>Forest Green</option>
            <option>Red</option>
            <option>Brown</option>
            <option>Burgundy</option>
            <option>PMS</option>
            <option>Full Colour</option>
          </select>
          <br>
          <br>
          <label for="bind">Bindery Needed:</label>
          <input type="text" name="bind" id="bind">
            ex. padded in 50's, folded, scored / perfed, etc.<br>
          <br>
          <label></label>
          <label> Artwork Required:
          <input type="radio" name="RadioGroup2" value="Yes" id="Artwork Required">
          Yes</label>
          <label>
    <input type="radio" name="RadioGroup2" value="No" id="Artwork Required2">     
    No</label>
          <label for="artwork"><span class="style1">(If artwork is supplied, please indicate program used)</span></label>
          <input name="artwork" type="text" id="artwork" size="22">
          <br>
          <br>
          Additional Information:<br>
          <label for="additinfo"></label>
          <textarea name="additinfo2" id="label" cols="75" rows="2"></textarea>
          <label for="submit"></label>
          <br>
          <input type="submit" name="submit" id="submit" value="Submit">
      </form>
      </div>
    </div>
      </div>
    </body>
    </html>

    Hello Murray,
    How can I thank you?
    My gosh worked like a charm. After studying the code for hours yesterday how coud I have missed that?
    You know, I am the sort of person who likes to understand why these little things happen.
    I wonder why the devil a DOCTYPE was not automatically generated?
    In any case that is a question I will have to research.
    Thank you again Murray.
    VERY much appreciated indeed!

  • Is there a keyboard shortcut to Insert Link?

    So some options like Bold, Underline, Italics have keyboard shortcuts.
    Has any one figured out a keyboard shortcut to Insert Link? What about Insert Photo?
    What about a keyboard shortcut for pasting the text in the clipboard in as plain text?

    Couple of ways to do that.
    Great. I'll give it a shot...
    1) Use the Quote icon to quote and requote the message being replied to, then delete all the stuff not wanted for each instance. That's too tedious for me.
    Agreed.
    2) Copy and Paste the selected parts of the message being replied to. Once one part is pasted in, select it again in the compose box and click the Quote icon. Repeat as needed. When you select text in a compose box and click the Quote thingie, instead of quoting the previous message it will set off the selected text in quoted style.
    So that's the secret. Thanks!
    I use the second method, but with a variant. If I know I'm going to be chopping up the replied to message like that, I just copy/paste the whole thing into the compose box. Then I break it up, adding a response to one section before moving down and adding a response to the next section. The last thing I do before posting is to select each of the pasted parts and click the Quote thingie.
    The reason I wait until the end to set them off in quoted style is that although you can undo the quoted format, it's not convenient to do so. I find it easier to get all my tweaking done first.
    Makes sense, as long as you don't inadvertently apply the quote thingie to your own response, but I guess that can be fixed.

  • IDOC RFQ and Quotation (MM-PUR-RFQ)

    HI,
    To send a RFQ to a vendor,  I can use the REQUOTE idoc. THis is working perfectly. We send the RFQ from SAP to external vendor portal.
    I would like to know which idoc i can use, for the quotation which is send back from the vendor.  From the portal to SAP and it updates the RFQ in ME47 with the price.
    Thanks a lot
    Regards
    B

    Hi Jurgen
    Thanks for your reply.
    I have seen this one too, but I thougt it was only for SD.
    What Basis types should i use and process code
    Then with this idoc, the RFQ is updated with the Price, same as ME47?
    Regards
    B

  • Source of RFx Owner

    I am importing ECC REQUOTEs to ESo RFx through PI.  There is no "owner name" in the xml message.  In our dev environment, another person is getting listed as the RFx owner.  In our QA environment, I am getting listed.  Can someone tell me where this gets configured?
    Thanks,
    Keith

    Sounds like you have an issue with the back lighting. If under warranty, take to an Apple Store or an Authorized Apple Service Provider.

Maybe you are looking for

  • Error after accessing to Oracle BI Spreadsheet Add-in

    Dear all, I downloaded Oracle Database 10g Express Edition (version 10.2.0.1. Beta) and I installed it successfully. I created a new account. Then I downloaded Oracle Business Intelligence Spreadsheet Add-in (version 10.1.2.1) and I installed it succ

  • Calling Two Functions

    Hi, I have two functions to call when the form is submitted how to do this. <form action="xxx" onsubmit =fun1()> how to include other onsubmit please give syntax

  • Can version 6 files be used or converted in version 5

    can Appleworks V 6 files be converted to v 5 files? we have inherited hundreds of files created in Applework 6 we have Appleworks 5 loaded on a G3 iMac using OS 9.2 If we try to open the files a message tells us they can not be opened as it is the wr

  • Finding categories related to complaints.

    Hi All, When we create a complaint from CRMD_ORDER, we put Catalog, code group and code under transaction data. System automatically determine the categories in Web Client UI regarding to this. Here component used is GSMCDDLB, Could u plz let me know

  • TMS - Transport Managment System

    Hi, Can any one send me the documents related to Ecc 6.0 TMS module. Thanks in advance Laxman