Wednesday, August 21, 2013

Attaching the concurrent program to the request group from back end script

BEGIN
   fnd_program.add_to_group (
      'XXFINTSTCPDB', -- Concurrent Program Short Name
      'XXFIN', -- Application Short Name
      'All Reports', -- Report Group Name
      'SQLAP'-- Report Group Application
   );
   COMMIT;
END;

2 comments:

  1. Thank-You. Can you also add the backend API to add the program to a specific concurrent manager?

    ReplyDelete
    Replies
    1. Hi ,
      Added the API script.Please check it.
      Thanks,
      Prasad

      Delete