Can I create a PL/SQL procedure which then calls another PL/SQL procedure (needs parameters). I have been looking and trying different commands but none of them seem to work with out this error or some other error.
PLS-00201: identifier 'MAILUSERS' must be declared
MAILUSERS is the procedure in the database schema I am trying to execute.
It is a PL/SQL procedure which determines whether an e-mail reminder must be sent due to non-approval within 24 hours. This procedure then must call the mail procedure so an email can be sent and the database be updated with the date/time the email was sent.
Thanks for your help in advance...
PLS-00201: identifier 'MAILUSERS' must be declared
MAILUSERS is the procedure in the database schema I am trying to execute.
It is a PL/SQL procedure which determines whether an e-mail reminder must be sent due to non-approval within 24 hours. This procedure then must call the mail procedure so an email can be sent and the database be updated with the date/time the email was sent.
Thanks for your help in advance...