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.
Need to convert 24 hr time format to 12 hr time format
Summary:
Need to convert 24 hr time format to 12 hr time format
Content (required):
Hi
I trying to fetch a column from Assignment page where in the UI it shows 12 hr format but when i fetch using the bip report, it fetches in 24 hr format.
My query is
select PAAM.TIME_NORMAL_START,
paam.TIME_NORMAL_FINISH
--papf.person_number
from per_all_assignments_m paam,
per_all_people_f papf
WHERE
paam.person_id = papf.person_id
I need in 12 hr format in BIP . Any solution?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0