![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The iap_global table holds the fields that have been allocated globally to the specified procedure.The iap_global table has the following structure:TABLE iap_global(
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
field_name varchar2(31) NOT NULL)
This key enforces the DELETE CASCADE referential action.
The iap_global table contains one row for each field that has been allocated globally to the specified procedure. Rows are added, updated and deleted in the following situations.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |