Best Of
Re: Do not connect SBC to OCSM via wancom0 port
Thank you so much for sharing, Daureen! 😄
True Cache on ODA
Dear ODA Community,
I created a new MOS note which might be of interest for some of you.
True Cache on ODA (Doc ID 3101630.1)
Please also refer to the official blog article about True Cache on ODA
br,
krisz
Re: Email notification to Managers when direct report is approved for Extended Absence
Hello! I finally have a break from my Extended Absence work. Here's how I was able to add a manager notification when an Extended Absence is approved:
- Created a User List with User List Source as Query and Transaction Keys as Input checked
- Created a query to be used as User List Source
- Created a Notification Event based on the delivered event AbsMgmtExtdAbsOnFinAprvEmp but with new template for managers
- Created a Generic Template with the following message text (Binds are the same as the other EA Approval email messages):
The following Extended Absence Request has been Approved
Employee Id: %2 - %11
Department: %3
Job Title: %4
Absence Start Date: %5
Absence Name: %6 - %8 - %9
Expected Return Date: %7
Actual Return Date: %13
Status: %10
Finally, I updated the Approval process under the Notifications by inserting a row with the new User List as a Dynamic Participant and the new Notification event.
Hope this is helpful.
Re: Transfer Price Based on Cost Plus Markup and Resale minus for Intercompany
Hi All,
FSD Completed. Pseudo Code Logic work is in progress.
Regards
Shyam
Re: One Big Beautiful Bill Act Update for JDE
Hi Kathy,
A bug has been entered to address any programming changes (if necessary). Development and Vertex met to discuss this legislation and determined nothing is needed at this time.
38258544 - ENHANCEMENT REQUEST: NO TAX ON OVERTIME LEGISLATION FOR 2025
Joanne
IBM Operating System 7.6 on JD Edwards World
The 7.6 operating system is available through IBM (GA date = April 18, 2025).
Oracle will not be certifying the i7.6 operating system for JD Edwards World releases.
Please refer to knowledge Doc ID 3083093.1 (WS: IBMUPG: IBM 7.6 and JD Edwards World) if you are planning to upgrade to i7.6.
Please share your 7.6 O/S experiences in this discussion thread.
Thank you!
Oracle Technical Support
Production Costs Inquiry - ISBN/Job Status Inquiry - Ordered units issue
Hi,
In Production Costs Inquiry - ISBN/Job Status Inquiry (P512000) application (Column version U), trying to inquire the job order, it is not showing the ordered units value, there is an PO open for this job in F4311 at 220-400 status.
I can see the ordered unit/received units for jobs which have PO's received.
Could you please explain what we are missing here,
thanks
Re: Link between Event Types and RA Cust TRX tables
Hi David,
Ra_customer_Trx_all will connect you to RA_Customer_Trx_Lines_All by linking on customer_trx_id. RA_Csutomer_Trx_lines_all is the table for the lines of the invoice. On that table you will find interface_line_attribute1 (= pa_projects_all.segment1, so link to this table with segment1 to get pa_projects_all.project_id) , interface_line_attribute2 (= pa_draft_invoices_all.draft_invoice_num) and interface_line_attribute6 (= pa_draft_invoice_items.line_num) Link to pa_draft_invoice_items using the project_id retrieved from pa_projects_all and the line_num from interface_line_attribute2 and the line_num from interface_line_attribute6 You now have the draft invoice line Last step is to link to pa_events using pa_draft_invoice_items.project_id = pa_events.project_id and pa_draft_invoice_items.event_task_id = pa_events.task_id and pa_draft_invoice_items.event_num = pa_events.event_num
Pa_events has the event_type, or you can join to pa_events using the event_type from pa_events
Regards,
J
Re: Clone Siebel Server into another VM in IP 23 version
Hello User,
Thank you for the post in My Oracle Communities.
If you change the IP and Hostname, then you need to follow below process to update to new hostnames
Siebel CRM 17.x And Later - Steps For Changing Hostname Of Application Interface (AI), Gateway Server And Siebel Servers For Domain Changes Or Cloud Migration (Doc ID 2896201.1)
Regards,
Mallik Kalluri
Re: Hiding/Removing the HGA_EA_ATT step from HGAEARF
@Jill GP and ABMgt Support Oracle-Oracle That worked. Thanks again for your quick response and the attachment to have for future references.