Hi Team,
During delivery deployment of non-GET related code we have received the following error. We have noticed that this error occurring when delivery includes the files of ORDER module
Error message:
!!!Error deploying file SHPMNT.module at 11-AUG-21 11:55:02
!!!Error occurred while executing Plsql Block
BEGIN
Dbms_Output.Put_Line('Start running Delivery_Note_API.Post_Installation_View at ' || TO_CHAR(SYSDATE,'YYYY-MM-DD HH24:MI:SS'));
Delivery_Note_API.Post_Installation_View;
COMMIT;
END;
ORA-04063: package body "IFSAPP.DELIVERY_NOTE_API" has errors
ORA-06508: PL/SQL: could not find program unit being called: "IFSAPP.DELIVERY_NOTE_API"
ORA-06512: at line 3
Do you have any idea to overcome this error?
Best Regards,
Bhagya