![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The iap_activity table holds the activity and steps which are configured for a given monitor record.The iap_activity table has the following structure:TABLE iap_activity(
monitor_id number(10) NOT NULL,
activity_id number(3) NOT NULL,
step_name varchar2(8) NOT NULL)
The name of the step in the procedure to be monitored. If the step name is $ALL$, it means every step in the procedure.
This key enforces the DELETE CASCADE referential action.
The iap_activity table contains one row for each activity that is being monitored on a procedure or node. Rows are added, updated and deleted in the following situations.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |