The List Of Oracle Ebs HRMS Tables : ================ FlexField Information Tables : FlexField Information Tables FND_ID_FLEX_STRUCTURES FND_ID_FLEX_SEGMENTS FND_FLEX_VALUE_SETS FND_SEGMENT_ATTRIBUTE_VALUES FND_FLEX_VALUES Locations HR_LOCATIONS_ALL Businness ...
Oraask Latest Articles
Article
Article
On: September 26, 2015
Query to get all employees and their supervisors (id,name)
Query to get all employees and their supervisors (id,name)
1 mins read
Query to get all employees and their supervisors (id,name) : select distinct papf1.full_name emp_name ...
Article
On: September 26, 2015
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
1 mins read
Query to Get User name and related assigned responsibilities with applications can access : select distinct u.user_id ...
Article
On: September 26, 2015
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
1 mins read
this very simple and useful query will give you the list of all product tops and their corresponding directories : select variable_name, value from ...
Article
On: September 26, 2015
Query to get all employees with their positions, organizations and usernames
Query to get all employees with their positions, organizations and usernames
1 mins read
Select statement to get all employees with their positions , organizations and usernames even if they doesn't have username : select ...