Tuesday 21 January 2014

Attaching the concurrent program to the request group

BEGIN
   FND_PROGRAM.add_to_group('XXMZ_TEST_EMPLOYEE' -- program_short_name
                            , 'XXMZ Custom' -- application
                            , 'xxmz Request Group' -- Report Group Name
                            , 'XXMZ'); -- Report Group Application
                        COMMIT;
END;est

No comments:

Post a Comment