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.
Failed Time card Transaction - Adding time card week
Summary
Failed Time card Transaction - Adding time card weekContent
Below query retrieves the Failed time card transactions, But unable to pull the corresponding time card start date and end date. Is there any way to pull these details.
select to_char(d.CREATION_DATE,'MM/DD/YYYY') CREATION_DATE , pu.username, pu.person_id,n.full_name, p.person_number,
pea.email_address employee_email, peam.email_address manager_email,
ppnfm.full_name manager, papfm.person_number manager_number
from
hrc_txn_header h,
hrc_txn_data d,
per_all_people_f p,
per_person_names_f n,
Tagged:
0