Wednesday, October 2, 2024

Query to find the EBS Instance Refresh/Clone Date

SELECT name, creation_date FROM apps.fnd_apps_system;


SELECT resetlogs_time FROM v$database; 

No comments:

Post a Comment

SQL Query to Find Oracle Web ADI Importer Package Procedure Name

 SELECT ba.attribute2     wed_adi_package_procedure_name   FROM apps.bne_attributes      ba,        apps.bne_param_lists_b   bplb,        ap...