I have the PLS-00323 but ..I am getting it

Ok here is the declaration in the the package header..
FUNCTION fn_populate_rgns_from_national(fv_sales_force_no IN
tsales_force.sales_force_no%TYPE
,fv_budget_no IN tbudget_plan.budget_no%TYPE) RETURN VARCHAR2;
....now here is the package body ...
Function fn_populate_rgns_from_national(fv_sales_force_no IN
tslaes_force.sales_force%TYPE ,
fv_budget_no IN tbudget_plan.budget_no%type) RETURN VARCHAR2 IS
BEgin
< yada > <yada>
ENd ;
As far as I can tell...the declaration is the same in the
package header and body...then why the heck, I am getting the
PLS-0323 error :
LINE/COL ERROR
5/10 PLS-00323: subprogram or
cursor 'FN_POPULATE_RGNS_FROM_NATIONAL'
is declared in a package specification and must be
defined in the
package body
I am at my wits end..

its typing mistake...
package specification
fv_sales_force_no IN tsales_force.sales_force_no%TYPE
package body :
fv_sales_force_no IN tslaes_force.sales_force%TYPE ,
_no is missing in package body.. make changes to either
package body or specification and run it. its not oracle bug,
human mistake.

Similar Messages

Maybe you are looking for

  • SSO between BW and Sharepoint

    Hi, We have a situation where we want to establish SSO between SAP BW (3.5 with out java stack running on UNIX machine) and MS Sharepoint server. Can you kindly let me know what could be the best solution and any documentation? I've looked at various

  • Dynamic tuple expression in *REC statement

    Hi there, I think I know the answer to this already, but here goes... I need to use a tuple expression in a *REC statement (in place of the old-fashioned GET) but I want it to be dynamic, so at least one of the tuple members changes at runtime. To us

  • Need advice on best setup for Extreme and Express w/ (n only) network

    I'd like to get some advice on the best setup for my situation. I've read a number of posts on WDS, Extending a Network, etc. and, unfortunately, I'm now more confused than ever. We have an Airport Extreme 802.11n using WPA2 Personal, 2.4Ghz (n only

  • Problem changing colors in PS CS5

    I'm working in RGB 8-bit color, using Image>Adjustments>Replace Color to replace a tan with a bronze.  The RGB for the bronze is 77, 64, 15.  Using a converter (http://serennu.com/colour/hsltorgb.php), I found the corresponding HSL to be 47, 67, 18. 

  • JTable and MouseListener

    Hi, I am using JSDK 1.3. I am seeing some unpredictable behavior when using MouseListener on JTable. Here's the problem: When I click on row in the table, I am expecting that every time there is a click, application would process mouseClicked() event