Database Error Messages

PGU-30635

TIP generation: string string, nested repeating group for string

Cause

The data field d-field <f#> specified a repeating group clause clause while a previous repeating group is active. The repeating group in d-field cannot be nested within a previous repeating group. TIP's use PL/SQL tables to implement repeating groups, and PL/SQL tables are limited to a single key or subscript which cannot support nested repeating groups (a table of tables).


Action

Redefine the data such that the previous repeating group is ended before beginning another repeating group.