Skip to main content

Posts

Showing posts from January, 2025

Submit & Monitor Concurrent Programs Through Self-Service (OAF) Pages

We typically use the Standard Request Submission (SRS) form to submit and monitor concurrent programs. However, there is an alternative approach to using Self-Service Pages for these tasks. With Self-Service Pages, users can initiate and monitor programs through a web interface, eliminating the need for access to Oracle.   Using a Form Function , we can call the standard Concurrent Program Submission region to access a specific Concurrent Program Submission Page.   Define Function: Navigation:  System Administrator -> Application -> Function Properties:  SSWA jsp function Web HTML Call: To submit any concurrent program:   OA.jsp?akRegionApplicationId=0&akRegionCode=FNDCPPROGRAMPAGE&scheduleRegion=Hide&notifyRegion=Hide&printRegion=Hide   To Submit Particular Concurrent Program   OA.jsp?akRegionApplicationId=0&akRegionCode=FNDCPPROGRAMPAGE&programApplName=XXCUST&programName=XXSALES_...