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