Introduction:
Through the below script, we can create a new Request Group from back end.
Script:
BEGIN
FND_PROGRAM.REQUEST_GROUP
(REQUEST_GROUP => ‘System Administrator Reports’,
APPLICATION => ‘CUSTOM’,
CODE => ‘Run Collection Reports’,
DESCRIPTION => ‘New request group’
);
COMMIT;
END;
Got any queries?
Do drop a note by writing us at yeswanth.r@doyensys.com or use the comment section below to ask your questions
Recent Posts