How to set background job Progress Info and Status Info in IFS Applications?
- Rumesh Aponso (RMAX)

- Nov 5, 2024
- 1 min read
Updated: Nov 13, 2024
-- Call the procedure to set progress info
Transaction_SYS.Set_Progress_Info(info_ => :info_);
-- Call the procedure to set status info
Transaction_SYS.Set_Status_Info(info_ => :info_, status_type_ => :status_type_);



Comments