Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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.

Confirm Start Date for Pending workers created outside ORC

edited Sep 4, 2023 7:38PM in Journeys 3 comments

Hello,

We have been using a task in the Enterprise Onboarding which asks to confirm your Hire Date. We have been using a configurable form with a custom SQL that fetches the Hire Date through the recruiting:

"SELECT TO_CHAR(PAAM.PROJECTED_START_DATE, 'MM/DD/YYYY')

FROM PER_ALLOCATED_CHECKLISTS PAC, PER_ALL_ASSIGNMENTS_M PAAM , IRC_OFFERS OFFER

WHERE PAAM.PERSON_ID = PAC.PERSON_ID

AND OFFER.PERSON_ID = PAC.PERSON_ID

AND PAAM.ASSIGNMENT_ID = OFFER.ASSIGNMENT_OFFER_ID

AND PAAM.EFFECTIVE_LATEST_CHANGE = 'Y'

AND PAAM.ASSIGNMENT_STATUS_TYPE = 'ACTIVE'

AND PAAM.ASSIGNMENT_TYPE = 'O'

AND PAC.ALLOCATION_DATE BETWEEN PAAM.EFFECTIVE_START_DATE AND PAAM.EFFECTIVE_END_DATE

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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