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.
HCM Extract Data Fetching from Tables
Summary
To fetch the HCM Extract details from the TablesContent
We often receive the request from the business, to fetch the data sent to the third parties Via FTP or email, etc.
Fetching the data from the UI is a time-consuming activity, we have to locate every run on and a specific date. To avoid such tedious activities, the below time-saving query will help to fetch such details easily from the backend at BIP.
select * from pay_file_details where FILE_FRAGMENT like '%<>%'
Version
R13Code Snippet
select * from pay_file_details where FILE_FRAGMENT like
1