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

Missing a voided check in report

edited Apr 23, 2024 5:27PM in Reporting and Analytics for HCM 7 comments

Summary:

Missing a void check in pay_ce_transations

Content (please ensure you mask any confidential information):


Hi,
One of our report to fetch a list of voided checks as on effective date is using pay_ce_transactions table along with few other tables. But there is one check that was voided but not in pay_ce_transactions table. Below is the query that I am using:

SELECT DISTINCT
papf.person_number,
ppnf.DISPLAY_NAME person_name,
pprd.PAYROLL_RELATIONSHIP_NUMBER,
tcm.PAYMENT_TYPE_NAME payment_type,
tcm.CHECK_NUMBER Payment_Reference,
tcm.amount||' '||tcm.CURRENCY_CODE payment_amount,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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