CSF_DEBRIEF_PVT Will Not Compile After Applying Patches
(Doc ID 1310320.1)
Last updated on JULY 11, 2022
Applies to:
Oracle Field Service - Version 12.1.3 and laterInformation in this document applies to any platform.
Symptoms
After applying patches 11877886 or 9716239 the package CSF_DEBRIEF_PVT will not compile.
ERROR
-----------------------
CSF_DEBRIEF_PVT
SQL> alter package CSF_DEBRIEF_PVT compile body;
Warning: Package Body altered with compilation errors.
SQL> show err
Errors for PACKAGE BODY CSF_DEBRIEF_PVT:
LINE/COL ERROR
-------- -----------------------------------------------------------------
355/13 PLS-00323: subprogram or cursor 'TASK_ASSIGNMENT_POST_UPDATE' is declared in a package specification and must be defined in the package body
358/12 PLS-00323: subprogram or cursor 'LABOR_AUTO_CREATE' is declared in a package specification and must be defined in the package body
-----------------------
CSF_DEBRIEF_PVT
SQL> alter package CSF_DEBRIEF_PVT compile body;
Warning: Package Body altered with compilation errors.
SQL> show err
Errors for PACKAGE BODY CSF_DEBRIEF_PVT:
LINE/COL ERROR
-------- -----------------------------------------------------------------
355/13 PLS-00323: subprogram or cursor 'TASK_ASSIGNMENT_POST_UPDATE' is declared in a package specification and must be defined in the package body
358/12 PLS-00323: subprogram or cursor 'LABOR_AUTO_CREATE' is declared in a package specification and must be defined in the package body
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |