Best Of
Re: Secure 2.0 Section 603, Does a new Plan Type/Benefit Plan/Ded Code needed for Special Rollover
Hi,
Development is currently testing whether the rollover can successfully be directed to the After Tax (Roth) component of the existing plans or whether the plan must be completely separate.
We'll update you as soon as we have an answer from them.
Regards,
Joyce
Advisor Webcast Title: EBS UK Payroll Legislative Updates
Advisor Webcast Title: EBS UK Payroll Legislative Updates
Description:
UK Tax year end 2025/26 and payroll processing for 2026/27 is fast approaching! Join us early in 2026 for a 1 hour webcast that will highlight the technical and legislative changes affecting the forthcoming tax year end (2025/26) and payroll processing for 2026/27.
It will detail new legislation changes effective from 6th April 2026, including changes to PAYE & NI. This session will also set out the RTI processes for completing the 2025/26 tax year and moving into 2026/27.
Topics Include:
- Legislative Changes from April 2026
- RTI Processes and Updates
- End of Year Processing Requirements
- Processing Start of Year
- P11D
- Software Updates
- Question&Answers
Recordings are available about 48 hours after the live event.
For recording, pdf slides from the presentation please use below note:
Advisor Webcast: EBS HCM - UK Payroll Legislative Updates on 28 Jan 2026[video] KB859003
Thank you,
Lucian
Re: Ability to Auto Post by subledger custom source?
Anca - This doesnt solve the need as you can choose a subledger (projects) and category (IE Burden Cost), but you cannot define the Projects custom source in the autopost criteria.
Gene C
Re: Advisor Webcast: PeopleSoft Payroll for North America Tax Update 26-A General Information Session
January 12 2026 is not on a Thursday and the TU 26-A is not released until 1/30/26. Perhaps it should be 2/12/26 which is on a Thursday.
Re: Custom Integrator | Returning id and description to attributes
Hello Monica, thank you very much for the reply. Actually, the layout that I was keeping on modifying was the problem. I deleted the existing, created a new one and the issue was resolved. Copying the steps for others who are new with custom integrators.
Step #1 Create the component. Enter the interface column names in order, separated by comma (,) for the parameter "table-column-alias"
Step#2 Enter the names of the base table/view columns for the parameter "table-columns", separated by comma.
Step#3 Enter the column names by which the user will identify the columns separated by comma for the parameter "table-headers"
Step #4 copy the parameter "table-column-alias" value to table-select-column.
Step#5 Provide a meaningful value for the parameter "window-caption"
Apply
Update the Interface attribute, my case "P_VENDOR_ID"
Update the layout. For my case I had to delete the existing one and recreate a new one in order to get it working.
Hope this helps few who are directly coming from Oracle Forms development.
Thanks once again Monica.
Re: New Tax Rate Effective 2026, Patch 38630519: 2026 U.S. FEDERAL WITHHOLDING TAX CHANGES
Hello,
We have not received any updates from development. Once it posts we will update the Community thread and Hot Topics.
Regards,
Paul
Re: R12 - Brazilian Additional Information
Hi,
Note 1486912.1 describes the same issue.
Using Application Developer Responsibility
Navigate to Lookups -> Application Object Library
Query on the following lookup type : JG_DISABLE_GLOBALIZATION
Add the following lookup code to disable the country functionality.
Lookup Code : BR
Meaning : any text
Effective Date : Enter a past date.
Enabled : Yes
Regards,
Cheryl
Re: Initial Release of Oracle Database EE 26ai on Prem OS certification?
Hi @Richard2770871 ,
Your post was incorrectly created in OEM MOSC. I have moved it to Database.
Regards,
Satya
Re: Is there a way to configure a Cluster Managed Database Services in the GUI and define a PDB?
Hi Richard,
ou are correct—when creating a Cluster Managed Database Service in Oracle Enterprise Manager (EM) for a RAC environment, especially when working with pluggable databases (PDBs) in a multitenant architecture, the EM GUI sometimes does not expose all the options available in the command line or may be limited based on version and feature availability.
Behavior in EM 24.1:
In some EM versions, the "Create Service" GUI for a RAC database will allow you to configure basic properties (service name, preferred/available instances, failover, etc.) but may not present a field to assign the service directly to a specific PDB when working with a Container Database (CDB).
This limitation is documented in some Oracle releases and is especially common if the EM agent or plugin does not fully support the latest multitenant features or is not at a matching patch level.
CLI with srvctl:
The srvctl utility provides full control and explicitly supports the -pdb flag, allowing you to associate a service directly with a PDB via an option like:
srvctl modify service -db <dbname> -service <servicename> -pdb <pdbname>
Recommendation & Best Practice:
For now, if you require PDB-aware services in a RAC/Multitenant environment, using srvctl (or SQL*Plus with dbms_service) is the recommended approach.
It's also a good idea to check for the latest Enterprise Manager plugins or patches, as Oracle periodically enhances multitenant support in subsequent releases.
Regards,
Monika




