Conc Program in error in calling XDOBURSTREP from an AFTER REPORT trigger
Hi,
I have an issue. Actually there is one small function which submit the standard bursting program (XML Publisher Report Bursting Program). The program completed errror with afterreport function . But the function doesn't shows any exception. fyi .The afterreport function is being called by t he data template as per below.
<dataTrigger name="afterReport" source="XXONT_SO_ACKNW_PKG.AFTERREPORT" />
Please find the below function:
FUNCTION afterreport
RETURN BOOLEAN
IS
x_success BOOLEAN;
x_value VARCHAR2 (30);
x_conc_request_id NUMBER := fnd_profile.VALUE ('CONC_REQUEST_ID');
x_request_id NUMBER;
BEGIN
fnd_file.put_line (fnd_file.LOG ,'Initialize Apps in Function..');