I have a parameter that I pass directly to the data model - RDATE, and this parameter is automatically added to the triggers section.
I get an error when calling the function in the usual way - PKG_REPORT.CHECK_RESULT_FROM_CALC_REAL_CASH_EXPIRE(SYSDATE)
"ORA-06550: line 2, column 18: PLS-00302: component 'RDATE' must be declared ORA-06550: line 2, column 1: PL/SQL: Statement ignored"
There is a parameter declaration in the function call