When we start a job via dbms_schedular, it creates a record in *_SCHEDULER_JOBS Is there a way at the middle or end of a job. I write onto the record
Example: Job_A spawns Procedure_B And inside Procedure_B, I can write back to the record in *_scheduler_jobs in Job_A
As procedure_B is looping on a sequence of sub-task e.g. batch_id=1 to 10 and I want to write id=1 and id=10 into the entry for Job_A in *_SCHEDULER_JOBS
-Thanks for all the help.