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
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

GET_VALUE_SET FF function is instable

Summary:

Hi Community,

For some reason, GET_VALUE_SET FF Function is not returning date for all employees that it should, but interestingly though, it returns for some.

In BIP, the employees are returning just fine.

Value Column Name: TO_CHAR(peevf.effective_end_date,'YYYY/MM/DD')

ID Column Name: TO_CHAR(peevf.effective_end_date,'YYYY/MM/DD')

From: pay_element_entries_f peef, pay_element_entry_values_f peevf, pay_input_values_vl pivv, pay_element_types_vl petv

WHERE CLAUSE:

peevf.element_entry_id = peef.element_entry_idAND peevf.effective_start_date = peef.effective_start_dateAND pivv.input_value_id = peevf.input_value_idAND petv.element_type_id = peef.element_type_idAND petv.element_name LIKE :{PARAMETER.P_ELEMENT_NAME}AND PIVv.base_name = 'Earnings'AND peef.person_id = :{PARAMETER.P_PERSON_ID}AND peevf.effective_end_date between to_date(:{PARAMETER.P_START_DT},'YYYY/MM/DD') AND to_date(:{PARAMETER.P_END_DT},'YYYY/MM/DD')AND TO_NUMBER(peevf.screen_entry_value DEFAULT 0 ON CONVERSION ERROR) > 0

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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