Stored Procedure in Oracle Financials using a parameter
I run the request and receive the following error:
ORACLE error 6550 in FDPSTP
Cause: FDPSTP failed due to ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'NJT_RAIL_FT_BLR_RATES'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
My code is:
CREATE OR REPLACE PROCEDURE "NJT_RAIL_FT_BLR_RATES"
(old_rate in varchar2)
is
--Declare
-- Declare Local Variables.