Thursday, 13 November 2025

Oracle EBS Useful Links

Oracle EBS Useful Links

Metalink
Oracle Tables(etrm)
ETRM Live
Oracle Stuff
Apex Blog

Item Category Creation



Useful Metalink Notes:

How to create a Category Set and Assign Items to Categories (Doc ID 423551.1)


/*How to find the Oracle Database version from SQL*/
SELECT FROM   v$version;

SELECT FROM   product_component_version;

SELECT FROM   v$instance;



/*How to find the APPS version of Oracle E-Business Suite from SQL*/
SELECT aru_release_name, release_name
FROM   fnd_product_groups; 


No comments:

Post a Comment