Below is the error when execute the ADOP Prepare fails.
ERROR at line 1:
ORA-20002: Seed Data Table has not been prepared for patching
ORA-06512: at "APPS.FND_PRINTER_TL+", line 1
ORA-04088: error during execution of trigger 'APPS.FND_PRINTER_TL+'
ORA-06512: at line 33
SOLUTION:
Please execute the following from PATCH file system.
connect as APPS/*** from PATCH File system
SQL> exec ad_zd_seed.prepare('FND_PRINTER_TL');
SQL> commit;
Check for invalid objects, if any invalid objects present on APPS schema, compile manually.
check the patch readme for any grants missed.and run adop prepare phase.
ERROR at line 1:
ORA-20002: Seed Data Table has not been prepared for patching
ORA-06512: at "APPS.FND_PRINTER_TL+", line 1
ORA-04088: error during execution of trigger 'APPS.FND_PRINTER_TL+'
ORA-06512: at line 33
SOLUTION:
Please execute the following from PATCH file system.
connect as APPS/*** from PATCH File system
SQL> exec ad_zd_seed.prepare('FND_PRINTER_TL');
SQL> commit;
Check for invalid objects, if any invalid objects present on APPS schema, compile manually.
check the patch readme for any grants missed.and run adop prepare phase.