It's not working. It's giving me the following error:
Exception in Task: ORA-06550: line 3, column 5:
PLS-00221: 'FN_SEND_RP240' is not a procedure or is undefined
ORA-06550: line 3, column 5:
PL/SQL: Statement ignored
This is what I'm using:
begin
fn_send_rp240('schedule_id');
end;