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.

Need to pull date from a valueset into an extract via a fast formula

edited Mar 4, 2019 3:30PM in HCM Integrations 10 comments

Summary

Need to pull date from a valueset into an extract via a fast formula

Content

Hi Experts,
 
Need a quick help!
I have created a table validated valueset with a character data type.
I need to retrieve the previous action_date of an employee.
This query works fine for that in BI Publisher:
SELECT (pao1.ACTION_DATE)
   
FROM   PER_ALL_ASSIGNMENTS_M paam_curr,
   PER_ALL_ASSIGNMENTS_M paam_prev,
   PER_ACTION_OCCURRENCES       pao1
WHERE  paam_curr.PERSON_ID=:{PARAMETER.P_PERSON_ID} (--replace this with an person id with more than 2 action changes in application)
AND    paam_curr.ASSIGNMENT_TYPE='E'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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