Keep getting compile error. dunno why.

i keep getting compile error that Compilation errors for PACKAGE BODY NRMS_INTERFACE.PKGNDW
Error: PLS-00113: END identifier 'BOOLISDATAAVAILABLE' must match 'PKGND' at line 1, column 29
Line: 3309
Text: end boolIsDataAvailable;
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;
end boolIsNDWAvailable;

Argh....again the importance of formatting and indentation is proved...
In other words: the tag
before and after samples.
Thanks for the followups ;)
+it's past 21.00/09.00PM over here, so already a while no more coffee for me+
+Yes, that's a disclaimer+ ;)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

Maybe you are looking for

  • Wi-Fi connection drops

    I am connecting to a company wireless network with both a Windows XP Dell Laptop and MacBook Pro. They both connect fine initially, but sometime (several times) during the day the MBP will drop the connection. I can manually choose to reconnect it an

  • Asset Master Uploading from Legacy

    Hi All SAP Gurus, I am doing the Asset Master Uploading from the Legacy System. I am able to upload the data from transactions AS91, OASV. But I am facing a peculiar problem. I want to uplad the balances in the middle of the year i.e. 1st Feb 09. My

  • How can I fix this wrong script?

    A- Using a script I polpulate filemaker pro with a number of emails One fo the fields (Attachments) tells the path of the attachment. This perfectly working Applescript allows me to copy the Attachments to a folder different from the Mail folder wher

  • Get the current active monitor handle in multi monitor environment

    Hi, I have a requirement to get the HMONITOR handle of the active monitor in multi monitor environment. i.e; Get the HMONITOR of the currently selected monitor Thanks in advance

  • What is a system password in oracle 11gR1?

    can anyone suggest me where can i find my sys password? Thanks