LCR_INPROGRESS_TABLE table
LCR_INPROGRESS_TABLE
tracks the lifecycle
rule that is in progress for a particular entity. This table prevents
two or more lifecycle rules from operating on the same entity at any
time.
Column Name | Description | Data type |
---|---|---|
TENANT * |
The name of the tenant for which the lifecycle rule applies. | Character (256) |
RULE_ID * |
Identifier for the lifecycle rule. | Numeric |
RULE_OP |
Operation for the lifecycle rule. | Character (256) |
CHILD_ID |
Identifier for the child process of the lifecycle rule. | Numeric |
START_TIME |
Time when the child process started. | Numeric |
ENTITY_ID * |
Identifier of the entity on which this lifecycle rule operation is in progress. | Character (256) |
* Indicates the column is required and not null.