Best Of
Re: How to get new SPC for JDE World A7.3 version without CSI, Subscription Id ?
I will be sending you an email soon.
Re: Tracking Leads to Applicants
Hi KG,
Is this for EBS iRecruitment?
If so, I'm not aware of any delivered functionality to do this.
Thank you,
Jason
PeopleSoft Connection Episode 6: Interview with Tina Thames
In this episode we’re excited and thankful to welcome yet another expert guest: Tina Thames, Director of PeopleSoft Asset Lifecycle Management (ALM) Product Strategy where she’ll explore a powerful new enhancement in Asset Management—the ability to scan asset codes with your mobile device camera.
https://bit.ly/4rZBmAS
Re: is it possible to CC dunning letters to internal collections teams
Thanks John for quick response.
Re: Particular custom SQR started failing in Prod.
Hello Vikash,
Your Problem is data and nothing else. Program is working but only its going beyond scope of Paper Size you have mentioned.
Do perform this task:-
A. Check the data which is causing program to go beyond the limit.
B. Modify SQR to increase paper size but that will lot of movement.
1. Hard code paper size in your Custom SQR in following piece of code:
Begin-Setup
declare-layout FORM_7
paper-size = (16.54,11.69) ! A3 size
orientation = LANDSCAPE
line-height = 8
end-declare
declare-report FORM_7_RPT
layout = FORM_7
end-declare
. . .
End-Setup
2. Change the paper size to 'letter' in setenv.sqc for your report.
Thanks,
Akash
Re: EBS R12.2 Post-install : Checking URL : http://<hostname>:8004/OA_CGI/FNDWRR.exe
Re: Running Savings Age Catch-Up Extension in 2026
Hi, Casey,
That's a clarification that we will be making with Development. Even our PeopleBooks specifically says, regarding the As of Date: "Enter the last day of the calendar year for which the age catch up extension applies."
In my own testing, I entered 12/31/2026, and the process created extension rows for all qualifying employees with birthdays that included them in the Age Extension itself, and employees where the FICA earnings from the prior year exceeded the threshold.
Again, we will make sure to clarify this with our Development team. There are a lot of moving parts!
Regards,
Beth
Re: My Oracle Support, are you really happy with what you've delivered ?
I hope that all the best minds at Oracle Developers are working hard to fix this and provide us with a support site worthy of the name.
Re: Do you enable firewall on an Oracle server?
It's a no-brainer really … Of all the ports that exist but that you know you are not using, what are you going to do with them: leave them open and do nothing, leave them open but scan them, or close them ? Other than actually needing to close the actual ports, there is no reason not to close them. Do you really want to scan ports which you KNOW should not be used ?
The real problem is often this : it's not known which are the ports which are used. And then, you can't close the ones which aren't unused.
The question doesn't relate to OS and it also doesn't relate to software even, Oracle database is no different there; port usage is a network thing. Yes, there's software that doesn't use ports, but most does.
Re: Match Exception RULE_R600 triggered when there are no available receipts
@Wendy Jamison Thank you :)
@Gail-Oracle - the article you refer to is not the issue we are having. The article refers to running multiple vouchers through matching at the same time which we are already aware of. The issue we have provided is when multiple vouchers are associated to purchase orders over a period of time and matched separately.
1st voucher matches to the receipt
The 2nd is overridden and subsequently matched
The 3rd voucher and then ran through matching separately and flags and R600 instead of an R500



