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
Post a Comment