BI Publisher (MOSC)

MOSC Banner

Bursting program not Kick Off

edited Nov 29, 2019 2:30PM in BI Publisher (MOSC) 3 commentsAnswered

I have a concurrent program and in AFTERREPORT report I calling bursting however that bursting is not getting submitted. It is submitting in production however it is not submitted in Development. Is there any profile option? is there any config setting is different? Please let me know.

--code

create or replace PACKAGE BODY      XXBG_PKG AS
/* BG: Copy from PAYAUSOEB.pls
   Package used for pre and post reprort triggers on XXBG_pkg */

  FUNCTION AFTERREPORT RETURN BOOLEAN
  IS
    l_request_id NUMBER;
    lb_layout_att BOOLEAN;
  BEGIN
    IF (p_actual_delivery_method not in  ('None','Print'))
    THEN
      lb_layout_att := fnd_request.add_layout (

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