Check Periodic Alert is completing in Error
Hi All,
First of all, I am sorry if I have posted this question at the your space. This is my first post so I am not much aware about these things.
We are on R12.1.3 but soon upgrading it to R12.2.9 and I am facing an issue where I am submitting the concurrent for Check Periodic alert using the below API but alert is going into error.
fnd_request.submit_request (
APPLICATION => 'ALR'
, PROGRAM => 'ALECDC'
, DESCRIPTION => 'XYZ Alert'
, start_time => NULL
, sub_request => FALSE
, argument1 => lv_alert_appl_id
, argument2 => lv_alert_id
, argument3 => 'A'
);
When I reviewed the errors in log, all the errors are system related and here is snapshot of the log file for your reference. Any help will be much appreciated.