Core Concurrent Processing - EBS (MOSC)

MOSC Banner

fnd_concurrent.set_completion_status is not working in RDF report.

Hi Folks,

My requirement is to finish report in warning status. fnd_concurrent.set_completion_status is not working in AfterReport trigger, when output is printed by XML Publisher.

My code is:

    DECLARE

     v_result BOOLEAN;

    BEGIN

     v_result := fnd_concurrent.set_completion_status('WARNING','Test error!');

     commit;

    END;

and report always finishes with Normal status. It finishes with Warning status only when I remove XML Publisher template.

Any ideas how to make it finishes with warning when there is XML Publisher layout used?

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