Hi,
We are getting error while deploying workflow on development server.
wferr:
- 1602: Could not save.
- 1400: Could not save to database. MODE=FORCE EFFDATE=<null>
- 1401: Could not upload ACTIVITY entity 'NEW_SUPP/SUPCREATE'.
- 210: Oracle Error: ORA-06502: PL/SQL: numeric or value error: character to number conversion error
ORA-06512: at "APPS.WF_LOAD", line 2125
ORA-06512: at line 1. SQL text: BEGIN WF_LOAD.UPLOAD_ACTIVITY_ATTR_VALUE(:process_activity_id, :name, :protect, :custom, :value, :value_type, to_date(:effective_date, 'YYYY/MM/DD HH24:MI:SS'), :level_error); END;
Please suggest how to resolve this issue.
Thanks.