Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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.
How to fix legislation code in table per_person_names_f_v?
Summary:
The following query gives two different legislation codes for the same Employee due to which the extract doesnt pull the gender information for that employee: ppnf.legislation_code shows legislation code as IT - Italy and pplf.legislation_code shows legislation code as US. First question is how is ppnf showing IT? Where does it pull the code from? Second question is how to update it to US?
select ppnf.legislation_code person, pplf.legislation_code Legislation, papf.person_number
from per_all_people_f papf,
per_person_names_f_v ppnf,
per_people_legislative_f pplf,
per_persons pp
Tagged:
0