Previous Topic: CHAIN Statement—Identify Name of Business Warehouse Process Chain on SAP SystemNext Topic: CHILDMONITOR Statement—Specify Whether to Monitor Children Jobs (SAP Jobs)


CHILDMONITOR Statement—Specify Whether to Monitor the Children of Programs (Oracle E-Business Suite Jobs)

The CHILDMONITOR statement specifies whether the children of the Oracle Applications programs are monitored. Program children are programs that are released by the parent program.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

CHILDMONITOR Y|N
Y

Specifies that the children of the Oracle E-Business Suite programs are monitored.

N

Specifies that the children of the Oracle E-Business Suite programs are not monitored.

Notes:

Example: Monitor the Children of a Program in an Oracle E-Business Suite Single Request Job

In this example, the children of the single request program are monitored. The agent checks the status of the program's children 60 seconds after the program completes.

AGENT CYBOA
PROGRAM XXCOFI
APPLDISPLNAME 'Application Object Library'
RESPNAME 'System Administrator'
OAUSER SYSADMIN
CHILDMONITOR Y
MONITORDELAY 60

Example: Monitor the Children of a Program in an Oracle E-Business Suite Copy Job

Suppose that you want to copy an existing single request defined on Oracle Applications. In this example, the job copies the single request with request ID 2255470 and overrides the user name and responsibility name. The children of the single request program are monitored 60 seconds after the program completes.

AGENT CYB0A
OAUSER SYSADMIN
RESPNAME 'System Administrator'
REQUESTID 2255470
CHILDMONITOR Y
MONITORDELAY 60