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
Get Started with Redwood for Oracle Cloud HCM   Begin Now

DFF Doesn't show the values on the Assignment Page

edited Sep 20, 2024 7:28AM in Human Capital Management

Summary:

Hi Expert,

I created a DFF on PER_ASG_DF and below query and tried to see this value on the page, but I can't see this information.

Can someone tell me whats the issue is?

SELECT  distinct
ffv.flex_value

FROM fnd_flex_value_sets ffvs ,
fnd_flex_values ffv ,
fnd_flex_values_tl ffvt,
HR_ALL_POSITIONS_F hapf

WHERE
ffvs.flex_value_set_id = ffv.flex_value_set_id
and ffv.flex_value_id = ffvt.flex_value_id
AND ffvt.language = USERENV('LANG')
and ffvs.flex_value_set_name like 'S_Cost_Center'
and to_char(ffvt.FLEX_VALUE_ID) = to_char(hapf.COST_CENTER)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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