plsql - PLS-00323 error in oracle -


i creating procedure in package. have updated specification of package , when updating body of package shows me following error.

[error] pls-00323 (314: 13): pls-00323: subprogram or cursor 'insert_customer_address' declared in package specification , must defined in package body

n.b.: insert_customer_address procedure name.

as experiences many times, related definition of function/procedure(i mean variable names , corresponding types), if there variable in body , not in spec, cause error. common error don' worry!


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

iphone - Using nested NSDictionary with Picker -