FND_GLOBAL.APPS_INITIALIZE is used for initializing the session before calling any public or private API's in Oracle E-business Suite. ...
Home/
Hassan AbdElrahman/Posts
Oraask Latest Articles
Post
Post
On: October 19, 2015
Comments:
0
AIM Documents (MD50, MD70 and MD120) Templates – Download now
AIM Documents (MD50, MD70 and MD120) Templates – Download now
1 mins read
AIM (Application Implementation Methodology) Documents MD50, MD70 and MD120 are part of AIM documents. Set of principles and guidelines ...
Post
On: October 11, 2015
Comments:
0
FND_GLOBAL and FND_PROFILE: Import List of System Global values
FND_GLOBAL and FND_PROFILE: Import List of System Global values
3 mins read
We can find values of System global values using FND_PROFILE and FND_GLOBAL
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.
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.
Post
On: September 26, 2015
Comments:
0
The List Of Oracle Ebs HRMS Tables
The List Of Oracle Ebs HRMS Tables
1 mins read
The List Of Oracle Ebs HRMS Tables : ================ FlexField Information Tables :
Post
On: September 26, 2015
Comments:
0
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 ...
Post
On: September 26, 2015
Comments:
0
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 ...
Post
On: September 26, 2015
Comments:
0
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 ...
Post
On: September 26, 2015
Comments:
0
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 :