Monday, December 27, 2010

PLSQL Block to attach concurrent program to request group


BEGIN
fnd_program.add_to_group ('xxxtestconprog'--concurrent program short name
                                            ,'xxx' --Concurrent Program Application Short Name
                                            ,'All Reports' --Request Group Name
                                            ,'xxx' --Request Group Application Short Name
                                            );
END;

No comments:

Post a Comment