You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Blank/Error LOV in ICP Code under Manage Compensation --> Additional Compensation

Question
48
Views
0
Comments
edited May 23, 2019 4:16PM in HCM Mobile

Content

Blank/Error LOV in ICP Code under Manage Compensation --> Additional Compensation.

This is working fine Classic UI but having issues with Responsive UI. It's a custom value set.

Error:

ORA-01841: (full) year must be between -4713 and +9999, and not be 0 ORA-06512: at "FUSION.PAY_FF_FUNCTIONS", line 656 ORA-06512: at line 1

Value Set Query:

SELECT
ffv.flex_value
FROM
per_all_assignments_m       paf_asg,            
hr_all_organization_units_f haouf,     
fnd_flex_value_sets ffvs ,     
fnd_flex_values ffv ,     
fnd_flex_values_tl ffvt
WHERE
1=1
   AND paf_asg.organization_id = haouf.organization_id
   and paf_asg.person_id = :{PARAMETER.PersonId}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!