Oracle Application
Pages
(Move to ...)
Home
Terms and Conditions
Privacy Policy
▼
Wednesday, 20 July 2022
Oracle Fusion - Project Details Query
›
Subject: SQL query to get the Project Details, Contract Details, Invoice Details --SQL Query:-- SELECT main.project_unit, main.proje...
Friday, 15 July 2022
Oracle EBS - SQL Query to get custom top directory path
›
select variable_name, value from fnd_env_context where variable_name like '%CUST%_TOP' GROUP BY variable_name, value order by var...
Wednesday, 6 July 2022
Oracle - SQL Query to get List of Dates based on Start and End Date
›
Let's Take Assumptions for the Start Date and End Date. START DATE: SYSDATE-5 END DATE: SYSDATE Syntax: select (SYSDATE-5) + level - 1...
‹
›
Home
View web version