Bursting request does not start
We have created several bursting programs in the last 2 years and have never had a problem until now.
In the AFTEREPORT Program Unit we have the following code to call the bursting program when we have email addresses :
SRW.MESSAGE(100,'after second query');
SRW.MESSAGE(101,'EMAIL counts '||email_cnt1||' and '||email_cnt2);
IF email_cnt1 > 0 or email_cnt2 > 0
THEN
SRW.MESSAGE(101,'The request_id is: ' || TO_CHAR(:P_CONC_REQUEST_ID));
v_conc_request_id := fnd_request.submit_request('XDO','XDOBURSTREP', '','',FALSE,'Y', :P_CONC_REQUEST_ID, 'Y',
chr(0), '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',