In this article we'll give a query to list all Key Flexfields (KFFs) available in Oracle E-Business Suite (EBS). A flexfield is a ...
Oraask Latest Articles
Query to get all Personalization applied to Forms in oracle ebs r12
Query to get all Personalization applied to Forms in oracle ebs r12
Simple Query to find form Personalization with Created By and Last Updated by whom:
Query to get invoices unmatched to purchase order
Query to get invoices unmatched to purchase order
Query to find invoices unmatched to purchase order select * from ap_invoices_all ...
Query to get all employees which has supervisors only
Query to get all employees which has supervisors only
Query To get all Employees which has Supervisors only select ppf.full_name emp_name, ppf1.full_name supervisor_name from per_all_people_f ppf, per_all_assignments_f paaf, per_all_people_f ...
Query to get all employees and their supervisors (id,name)
Query to get all employees and their supervisors (id,name)
Query to get all employees and their supervisors (id,name) : select distinct papf1.full_name emp_name ...
Query to Get User name and related assigned responsibilities with applications can access
Query to Get User name and related assigned responsibilities with applications can access
Query to Get User name and related assigned responsibilities with applications can access : select distinct ...
Query to get the list of all product tops and their corresponding directories
Query to get the list of all product tops and their corresponding directories
this very simple and useful query will give you the list of all product tops and their corresponding directories : select ...
Query to get all employees with their positions, organizations and usernames
Query to get all employees with their positions, organizations and usernames
Select statement to get all employees with their positions , organizations and usernames even if they doesn't have username :