Query to get element entry processed in payroll or not
Is there any standard package or function available to check whether an element has been processed in a payroll run—similar to how EBS PAY_PAYWSMEE_PKG.PROCES
works?
I can develop a custom solution to verify if an element entry exists in PAY_RUN_RESULTS
, but I'm concerned it might lead to performance issues.
0