EBS 12.2 - Getting errors when uploading messages to FND_NEW_MESSAGES table in prepare phase
Hi All,
in EBS 12.2 I'm about to create our custom application in prepare phase of an online patching cycle.
I'm trying to upload our custom product's messages to the APPS.FND_NEW_MESSAGES table within prepare phase.
When doing so I'm getting the following error:
Exception Occured :
-20002:ORA-20002: Seed Data Table has not been prepared for patching
ORA-06512:
at "APPS.FND_NEW_MESSAGES+", line 1
ORA-04088: error during execution of trigger
'APPS.FND_NEW_MESSAGES+'
Isn't it possible to upload messages to the message dictionary during a prepare phase -> do I need to upload them to the run edition?