get a compilation error. I don't know why.

I get error compilation than for NRMS_INTERFACE BODY of PACKAGE Compilation errors. PKGNDW

Error: PLS-00113: identifier 'BOOLISDATAAVAILABLE' of the END must match 'PKGND' at line 1, column 29
Line: 3309
Text: end boolIsDataAvailable;


function boolIsDataAvailable (o_errorcode ON the NUMBER,
o_errortext OUT VARCHAR2) return a Boolean value is
DataAccess number;
Boolean boolResult;
Start
Start

Select DATA_ACCESS
in the DataAccess
of INTERFACEPARAMETER
where NUMBER_VALUE = 0;

boolResult: = true;

exception

WHILE OTHERS THEN
-Encoder assumes that all exceptions here will lead to data is only not available.
boolResult: = false;




end;
return boolResult;
end;

end boolIsNDWAvailable;

Hello
You have an extra end at the end of your code.
and to put an end to the square END boolIsNDWAvailable;

Salim cordially.

/* Formatted on 2009/09/08 15:11 (Formatter Plus v4.8.8) */
FUNCTION boolisdataavailable (o_errorcode OUT NUMBER, o_errortext OUT VARCHAR2)
   RETURN BOOLEAN
IS
   dataaccess   NUMBER;
   boolresult   BOOLEAN;
BEGIN
   BEGIN
      SELECT data_access
        INTO dataaccess
        FROM interfaceparameter
       WHERE number_value = 0;

      boolresult := TRUE;
   EXCEPTION
      WHEN OTHERS
      THEN
-- coder assumes that any exceptions here will lead to data not being available.
         boolresult := FALSE;
   END;

   RETURN boolresult;
END ;

Published by: Salim champion 2009-09-08 12:12

Published by: Salim champion 2009-09-08 12:14

Tags: Database

Similar Questions

  • I can't download IOS 9.3.1 the download starts but then an error message appears and it stops. I have enough storage, so don't know why this is happening?

    I can't download IOS 9.3.1 the download starts but then an error message appears and it stops. I have enough storage, so don't know why this is happening?

    Does anyone else have this problem?

    It often happens when the screen times out and goes to the lock screen, when I connect to my phone that the error message is re-appeared?

    I have the same problem!

  • I can't convert a pdf file to Excel. Error message says it can't convert. I don't know why

    I can't convert a pdf file to Excel. Error message says it can't convert. I don't know why

    Thanks for responding. I fixed the problem

    Michael Gulley, CPA

    CHIEF FINANCIAL OFFICER

  • I just uploaded my site. But more often with success, for one thing: there is an error message on the contact form. "The server has encountered an error." It's pretty generic, so I don't know why. I checked my page, everything looks good. Ideas?

    I just uploaded my site. But more often with success, for one thing: there is an error message on the contact form. "The server has encountered an error." It's pretty generic, so I don't know why. I checked my page, everything looks good. I understand that the authorized "bug" before using the Contact form only with the catalyst has been fixed, so it must go through the fine. Ideas?

    Please consult this document:

    https://forums.Adobe.com/docs/doc-3581

    Thank you

    Sanjit

  • Flash CC on W7. Important the fl.controls like 'import fl.controls.Button;  I get the compile error 1172. Solution?

    Flash CC on W7. Important the fl.controls like 'import fl.controls.Button;  I get the compile error 1172. Solution?

    Can you indicate the corresponding code and the full error message?  Before the race going in your publication of Flash settings and select the option to enable debugging - it can help by adding information in the error message.

  • Newbie get a compiler error

    Hello

    I am very new to Flash. I get a compiler error when I try to make an example of Animation in the help file. (Found here http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts & file = 00000026.html).

    Here is the ActionScript code in my frame 1 (copy and pasted from the tutorial). :

    Stop();


    function startMovie(event:MouseEvent):void
    {
    This.Play ();
    }
    playButton.addEventListener (MouseEvent.CLICK, startMovie);


    function gotoAuthorPage(event:MouseEvent):void
    {
    var targetURL:URLRequest = new URLRequest (" http://example.com/");
    navigateToURL (targetURL);
    }
    homeButton.addEventListener (MouseEvent.CLICK, gotoAuthorPage);


    He gets a "' {' ' should ' compile error on each of the lines of two functions.}" Can you see what I'm doing wrong?

    (I tried Flash 6 and Flash 8, in which case it was a problem of version or something. Did not help).

    Thank you
    John

    Try flash 9/as3: it is the as3 code.

  • I don't know why it works?

    Hello

    I read a book on Actionscript 3 and I'm good! But I have a question:

    Look at this code that I find in my book (it is in a class file):

    public void setNom (pNom:String): void

                                        {

                                                          If (pNom.length < = 30) name = pNom.

                                                         

    another path ("the name specified is too long");                  

                                        }

    I found the proper syntax for this:

    public void setNom (pNom:String): void

                                        {

                                                          If (pNom.length < = 30) {}


    name = pNom;

                                                        

                                                         } else {


    trace ("the specified name is too long");                

                                        }

    }

    In the first example (of the book), the braces are missing... But it has worked so far! The application works properly!

    I don't know why? I thought was if else statement requires braces around it! Also, when I press the button in the form of the syntax, Flash adds the 'missing '... braces

    I thought that it was a mistake in the book and would like to get a syntax error here... But apparently, it's good... Usually, when your code is wrong, you cannot format your syntax...

    Can someone help me out here?

    Thanks a lot for your help!

    --

    Martin

    http://www.martinc.biz

    It's because you only have a single statement for the fi, and for the rest, it's the kind of a shortcut, however if you try to add a second statement at the END, otherwise you will get a compiler error. It's like semicolons, they are not really necessary unless you write two statements on the same line of code.

  • a collection of uniinitialized. I don't know why

    declare 
      -- Local variables here
    v_terminalonlooplist WENK.T_GENERAL_NUMLIST;
      j NUMBER :=0;
      i_CustomerData      WENK.PkgCommon.T_CUSTOMERLOOPTYPE;
    begin
      -- Test statements here
      --unit test data
    --Loop1
      i_CustomerData(1).Cable := 'TM02';
      i_CustomerData(1).Pair := '0291';
      i_CustomerData(1).CentralLocID := 883768;
      i_CustomerData(1).CentralLocName := 'TOROON45';
    i_CustomerLoop(1).TerminalDeviceID := 1178050;
      i_CustomerData(1).CPAction := WENK.PkgCommon.c_Add;
     --Loop2 
       i_CustomerData(2).Cable := 'R26';
      i_CustomerData(2).Pair := '1414';
      i_CustomerData(2).CentralLocID := 1178051;
      i_CustomerData(2).CentralLocName := 'TOROON45';
      --i_CustomerLoop(1) .TerminalDeviceID := v_iTID;
      i_CustomerData(2).CPAction := WENK.PkgCommon.c_Add;
      
    
    
    --Step 1 - Create a list 
      FOR i in reverse 1..i_CustomerLoop.COUNT LOOP
        IF i_CustomerData(i).Termsysid IS NOT NULL  THEN
         
          v_terminalonlooplist(j) :=  i_CustomerData(i).Termsysid;
          j := j+1 ;
        END IF;
      END LOOP;
      
      dbms_output.put_line('   v_terminalonlooplist(1) ' || v_terminalonlooplist(1));  -- <<<< COMPILE ERROR
    end;
    don't know why I get the compile error. collection of uninitiazlied here.

    Is this really the code you are using?
    You mix up your i_CustomerLoop with your i_CustomerData?
    I don't see where i_CustomerLoop is declared.

    I'm in reverse 1.i_CustomerLoop.COUNT LOOP

    Perhaps you are looped around the wrong collection? Be it i_CustomerLoop or i_CustomerData?

    Initialize your collections on the statement.

  • Google chrome not working anymore I don't know why it was ok 2 months ago

    Google chrome not working anymore I don't know why it was ok 2 months ago

    Hello

    1. what operating system is installed on the computer?

    2 are you able to use Internet Explorer on the computer?

    3. do you get an error message? If Yes, what is the full and exact error message?

    If you are facing problems with Google Chrome, check out the link for the support of Google Chrome:

    http://www.Google.com/support/chrome/

  • View installed updates (#6 of them) everything installed without a problem except for Windows XP (KB2637131) security update, she didn't, but I don't know why.

    I have an automatic jump towards the high Advisor new updates to install so I chose the required #6 and #5 update without problem but the 6th as stated above does not and I don't know why.  There is no reason why my security software would have limited download.

    Hello

    -Don't you get an error message when you try to install the update?

    I suggest you to follow the steps in this article to resolve the problem.

    You cannot install some programs or updates

  • I am trying to open a file and make me notice that the required index.xml file is missing. Is it possible to access the file? I don't know why this happened.

    I am trying to open a file in Pages 09 and am getting notice has the required index.xml file is missing. Is it possible for me to access the file? I don't know why this happened.

    You open a file with Pages ' 09 Pages 5.x.

    You need to right-click on the file and open it with Pages 5.x (the one with the orange document icon).

    Peter

  • It keeps saying transport jam and I don't know why

    Before I can even put in place I get a carriage jam and I don't know why

    Hi abdellah,.

    Follow the document below.

    http://support.HP.com/us-en/document/c02959380

  • My security firewall keeps goes off. I don't know why, it is not in all programs

    I get a security warning that my firewall security is disabled.

    * original title - my security firewall keeps goes off. I don't know why. It is not listed in my Programs.com* all

    Hello ChristieEvans,

    You are referring to the Windows Firewall or you use a third-party software?  I have included a link below that I hope will help to ask a question.

    Microsoft KB:

    http://support.Microsoft.com/kb/555375

    Thank you

  • Windows says it can't open my shortcuts and I don't know why.

    If I put a shortcut on my desktop windows says it can't open it and I don't know why

    The game, October 4, 2012 15:17:02 + 0000, JeanRaven wrote:

    If I put a shortcut on my desktop windows says it can't open it and I don't know why

    Right-click on the shortcut and choose Properties. On the shortcut tab.
    What does say in the target?

    You say "Windows says it cannot open it", but please quote exactly
    the text of the message you get verbatim.

    Ken Blake, Microsoft MVP

  • iTunes will not install and I don't know why.

    I tried to install iTunes for some time, but it still seems to fail. I don't know why. When I get to install it says I can't access it for some reason or another. Can someone help me?

    I tried to install iTunes for some time, but it still seems to fail. I don't know why. When I get to install it says I can't access it for some reason or another. Can someone help me?

    Perhaps you would consider as asking questions of itunes in Apple Support communities like forums below:

    Communities in support of Apple - itunes for Windows

    https://discussions.Apple.com/community/iTunes/itunes_for_windows

    Problem installing itunes for Windows

    http://support.Apple.com/kb/HT1926

  • Hello. I just bought an HD TV and have cable HDMI installed on my computer. But now I've lost sound on my computer speakers. I don't know why...

    Hello. I just bought an HD TV and have cable HDMI installed on my computer. But now I've lost sound on my computer speakers. I don't know why...

    According to the map, you must use SPDIF to connect it to the SPDIF header on the motherboard. Map however NOT all need SPDIF to get sound

Maybe you are looking for