For more information, please refer to this announcement explaining best practices for getting answers to questions.
Corrective Action Form Error
Summary:
Hello all,
Some of our managers are receiving this error when submitting a corrective action. Also, we have noticed that when a manager selects a specific person to submit the corrective action, that person may have multiple business title options to select from. Does anyone know if there is a possible solution to this issue?
Content (please ensure you mask any confidential information):
Here is the error presented in a pop-up after clicking on the submit button:
BaseVORowImpl::createEvaluation::JBO-27122: SQL error during statement preparation. Statement: WITH WorkerAssignments AS( SELECT AssignmentDPEO.PERSON_ID, AssignmentDPEO.ASSIGNMENT_ID FROM PER_ALL_ASSIGNMENTS_M_V AssignmentDPEO, PER_PERIODS_OF_SERVICE PerPeriodsOfServicePEO, PER_PERSON_NAMES_F_V PersonNamePEO WHERE AssignmentDPEO.PERSON_ID = :pPersonId AND AssignmentDPEO.PERSON_ID = PerPeriodsOfServicePEO.PERSON_ID AND AssignmentDPEO.PERIOD_OF_SERVICE_ID = PerPeriodsOfServicePEO.PERIOD_OF_SERVICE_ID AND PerPeriodsOfServicePEO.PERIOD_TYPE IN('E','C','N') AND AssignmentDPEO.BUSINESS_GROUP_ID = PerPeriodsOfServicePEO.BUSINESS_GROUP_ID AND TRUNC(SYSDATE) >= PerPeriodsOfServicePEO.DATE_START AND( (AssignmentDPEO.ASSIGNMENT_STATUS_TYPE IN('ACTIVE','SUSPENDED')) OR -- inactive due to global transfer (AssignmentDPEO.ASSIGNMENT_STATUS_TYPE = 'INACTIVE' AND AssignmentDPEO.ACTION_CODE='GLB_TRANSFER') OR -- inactive dur to termination ( :pIncludeTerminate = 'true' AND AssignmentDPEO.ASSIGNMENT_STATUS_TYPE = 'INACTIVE' AND AssignmentDPEO.ACTION_CODE <> 'GLB_TRANSFER') ) AND Assignmentdpeo.Effective_Latest_Change = 'Y' AND AssignmentDPEO.ASSIGNMENT_TYPE IN ('E','C','N') AND TRUNC(sysdate) BETWEEN AssignmentDPEO.EFFECTIVE_START_DATE AND AssignmentDPEO.EFFECTIVE_END_DATE AND AssignmentDPEO.PERSON_ID = PersonNamePEO.PERSON_ID AND AssignmentDPEO.BUSINESS_GROUP_ID = PersonNamePEO.BUSINESS_GROUP_ID AND