Java web start(JWS) in R12

In this post, we will be discussing Java web start implementation in R12/R12.1 and R12.2 versions of EBS. we will see why it is important to implement it What is Java Web start? Java Web Start provides a browser-independent architecture for deploying Java technology-based applications to the client desktop. With Java Web Start, users can […]

Java web start(JWS) in R12 Read More »

How to find concurrent request id from Sid or spid

We often come across a situation in EBS Database, where we want to know the Concurrent request id from the given SID or SPID. Here are some queries which can be helpful in this situation How to find the concurrent request id from Sid Non-RAC set lines 2000select a.request_id ,a.os_process_id,b.sid from apps.fnd_concurrent_requests a,v$session b whereb.audsid(+)=

How to find concurrent request id from Sid or spid Read More »

Scroll to Top