Oracle Application
Pages
(Move to ...)
Home
Terms and Conditions
Privacy Policy
▼
Showing posts with label
#Oracle #EBS #SQL
.
Show all posts
Showing posts with label
#Oracle #EBS #SQL
.
Show all posts
Monday, 25 March 2024
Oracle EBS - SQL Query - Supplier Site associated Bank Details
›
Subject: Business need to extract the supplier site level associated bank details. --SQL: SELECT 'Suppplier Site' "Banki...
Oracle EBS - SQL Query - Supplier Header associated Bank Details
›
Subject: Business required to get the supplier information where Supplier Header associated bank details. --SQL: SELECT 'Suppplier...
Wednesday, 7 February 2024
Oracle EBS - SQL Query to get the employee default expense account
›
SELECT concatenated_segments FROM apps.gl_code_combinations_kfv WHERE code_combination_id IN ( SELECT DISTINCT ...
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...
›
Home
View web version