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;
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;
Thank-You. Can you also add the backend API to add the program to a specific concurrent manager?
ReplyDeleteHi ,
DeleteAdded the API script.Please check it.
Thanks,
Prasad