AIM (Application Implementation Methodology) Documents MD50, MD70 and MD120 are part of AIM documents. Set of principles and guidelines that can be tailored and ...
Oraask Latest Articles
FND_GLOBAL and FND_PROFILE: Import List of System Global values
FND_GLOBAL and FND_PROFILE: Import List of System Global values
FND_PROFILETo manipulate values stored in client and server user profile caches.Any changes you make to profile option values using these routines affect only the run-time environment. The effect of these settings end when the program ends, because the database session (which holds the profile cache) is terminated.
The List Of Oracle Ebs HRMS Tables
The List Of Oracle Ebs HRMS Tables
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 ...
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 u.user_id ...
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 variable_name, value from ...
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 : select ...