Multiple HR users are unable to calibrate all employees in the organization
Summary:
Hi everyone,
Calibration works successfully for all employees in the organization when only one HR user is assigned. However, when multiple HR users are assigned, they are unable to calibrate all employees across the organization. The issue occurs only in the multiple HR user scenario.
Content (please ensure you mask any confidential information):
- when single HR user is assigned to calibrate, we use this fast formula
DEFAULT FOR CMP_IV_ASSIGNMENT_ID IS 0
L_PERSON_ID = '0'
L_ASSIGNMENT_ID = '0'
IF (CMP_IV_ASSIGNMENT_ID = 300000003870252) THEN
(
L_PERSON_ID = to_char(-999) /*-999 indicates top level Manager.*/
Tagged:
0