Oracle Error ORA-41673: sequence attribute not allowed in rule conditions using table aliases

Oracle Error Message

ORA-41673: sequence attribute not allowed in rule conditions using table aliases

Reason for the Error

An attempt was made to use sequence attribute in a rule condition that is defined using table aliases. Sequence usage is not permitted for the lack of timestamp attribute.

Solution

Correct the input and try again.