You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to retrieve the output of payroll flow process

Received Response
11
Views
3
Comments

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'
                   

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!