18.6 Reporting Background Progress
Show users background job progress with the
APEX_APPL_PAGE_BG_PROC_STATUS view.
The APEX_APPL_PAGE_BG_PROC_STATUS view lets you access the
information and status of all background jobs, including the dynamic status message and
percent complete details your own code sets to keep users informed.
- Reporting Background Process to Users
Report background process status and progress from PL/SQL as each step completes. - Accessing Background Process Status
Use theAPEX_APPL_PAGE_BG_PROC_STATUSview to show users the progress of background processes. - Querying Progress of Background Process
Query active background jobs to show status messages and percent complete. - Showing Background Process Progress Bar
Show background progress as a bar using the Percent Graph report column type. - Stretching Classic Report's Last Column
Apply a CSS class to make the last Classic Report column fill the remaining width. - Clamping Text to a Fixed Number of Lines
Parent topic: Grouping Logic and Background Execution