How to retrieve the output of payroll flow process
Summary:
How to retrieve the output of payroll flow process
Content (required):
Hi experts,
I have a requirement to process the information of a payroll flow process, I am currently executing 'Run Social Security Archive - Report', the closest thing to that output I got from the following query:
SELECT source_id payroll_action_id, file_fragment file_fragment FROM pay_file_details fd WHERE fd.source_id IN (SELECT pact.payroll_action_id FROM pay_payroll_actions pact, pay_requests req, pay_flow_instances flow WHERE --:payrollactionid IS NULL flow.instance_name = 'Archivador SS SIST INTEG'
Tagged:
0