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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
MAIN HCM SQL with 2 UDT columns (Nested JOINs)
Summary
MAIN HCM SQL with 2 UDT columns (Nested JOINs)Content
Hello Forum friends:
My goal is to have one line per Person_number and am successful with a couple of records.
I believe this works, but am open to bullet-proofing tips?
(The real quarterly run will be in the several thousand persons)
Thank you,
John
SELECT DISTINCT
replace(replace(pni.NATIONAL_IDENTIFIER_NUMBER,'-',''),' ','') SSN,
papf.PERSON_NUMBER "Emplid",
ppnf.full_name "Name",
PAAF.EFFECTIVE_START_DATE "HCM Effective Date"
,(SELECT fuctl.VALUE
FROM ff_user_tables_tl futt,
ff_user_rows_f fur,
ff_user_rows_tl furt,
Tagged:
0