Showing posts with label request set. Show all posts
Showing posts with label request set. Show all posts

Wednesday, July 18, 2012

Add Concurrent program to request set from backend

FND_PROGRAM.ADD_TO_GROUP: The procedure is used to add a concurrent program to a request group. This procedure corresponds to the "Requests" region in the "Request Groups" window in System Administration.


Syntax:
procedure FND_PROGRAM.ADD_TO_GROUP
(program_short_name IN VARCHAR2,
program_application IN VARCHAR2,
request_group IN VARCHAR2,
group_application IN VARCHAR2);