Oracle Apps Technical

Oracle Apps Technical Blog

eBIZ Technics. Powered by Blogger.

Featured Posts

Sunday, August 16, 2015

Oracle APPS posts

No comments :
Ø  Oracle Inventory Questions and Answers                         OracleInventory Q&A Ø  Oracle Receivables Questions and Answers  Part1         OracleReceivables Q&A Part1 Ø  Oracle...
Read more

Thursday, May 28, 2015

Oracle APPS:Procedure Registration

No comments :
Procedure Registration Steps: 1)Develop the procedure and compile  at SQL prompt 2)Connect application select system administrator Responsbility create   Executable by selecting the Execution Method as 'PL/SQL Stored Procedure' 3)Create Concurrent Program and attach Executable to the Program and add the   Parameters and  incompatible programs. 4)Create Request...
Read more

Oracle APPS Reports

No comments :
Oracle Apps Standards in Reports Registration: ============================================== 1)Define the Mandatroy parameter called P_CONC_REQUEST_ID 2)Call the Following User exit from the Before report Triggers    SRW.USER_EXIT('FND SRWINIT'); 3)Call another User Exit from After Report Trigger    SRW.USR_EXIT('FND SRWEXIT'); User Exit: ========== It is one...
Read more

Oracle APPS :Value sets

No comments :
Value Set: Value set is nothing but list of values with validations which will be used to to restrict the user without entering the invalid data in the Parameters we will use value sets in two locations. 1)Concurrent Progam parameters 2)Flexfields NONE: ---- We are not providing any LOV, we can apply some format conditions as per that conditions user should enter the data Notes:...
Read more

Oracle APPS: what is Mutli ORG?

No comments :
Multiorg : ============= Use a single installation of any Oracle Applications product to support any number of organizations, even if those organizations use different sets of books. BusinessGroup (HRMS=>Workstructure=>Organization=Description) Set of Books  (GL=>Setup=>Financials=>Books=>Define) Legal Entity Operating Unit Inventory Organization Sub...
Read more

Oracle APPS:Profiles

No comments :
Profile : Profile is one of the changable option it will change the way of application execution. When User Log in to the application and select the the resp or Appl system will automatically captures all the profile value as per the profile values application will run. Ex: If client have three Organizations 1)Hyd       2)Ban       3)Chn If...
Read more

User Creation

No comments :
Creation of New User: 1)Open the internet Explorer connect to Oracle Applications 2)Enter the         User Name  :OPERATIONS    Password   :WELCOME 3)Select the Responsibility called 'System Administrator' 4)Open the User form.  Security => User =>Define 5)Enter User Name and Password attach the Responsibilities whatever we required for...
Read more