BI Publisher (MOSC)

MOSC Banner

Conc Program in error in calling XDOBURSTREP from an AFTER REPORT trigger

edited Nov 28, 2018 2:15PM in BI Publisher (MOSC) 19 commentsAnswered

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..');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center