Total Pageviews

Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Wednesday, 20 September 2023

EBS : Important Oracle Database related SQL Query

  Important Oracle Database related SQL Query

  • Query to get the name of the instance

select INSTANCE_NAME from v$instance;

  • Query to get the User name of theDatabase

select USER_ID from ALL_USERS Order by 1





=========================================================================
#Oracle SQL#Oracle Apps#Oracle Database#SQL #Query #v$instance #ALL_USERS

FUSION: Purchasing Query

  1) ---------CPA to PO Amount---------- select poh.segment1, (select sum(nvl(cpol.quantity,1)* cpol.unit_price) from po_headers_all cpoh,po...