jcs.detach_child

on-site-related topic PL/SQL API jcs.detach_child

Summary

Detach a child job from the current job.

The child job is a parent job after calling jcs.detach_child and committing.

Specification

Copy
procedure detach_child(job_id in number)

Parameters

  • job_id - the ID of the child job

Transaction keyword

The transaction keyword defines how and/or when the changes are committed to the database. A definition of the various transaction keywords can be found on the jcs package summary page.

database_modified