Enabling About This Page Link in Oracle Apps R12 If You need to Enable About This Page Link in Oracle Apps, you need to set the following Profile Options from …
Read More »Monthly Archives: December 2017
How to View Concurrent Request Output on Browser
How to View Concurrent Request Output on Browser Step 1. Go To System Administrator Responsibility select Profile>System Step 2. Search the Profile option ‘Viewer:%’ Step 3. Set the profile Viewer: …
Read More »ORA-20002: Version of statistics table APPLSYS.FND_STATTAB is too old
ERROR ORA-20002: Version of statistics table APPLSYS.FND_STATTAB is too old
Read More »ORA-12899: value too large for column “APPLSYS”.”FND_PROFILE_OPTION_VALUES”.”PROFILE_OPTION_VALUE”
ERROR ORA-12899: value too large for column “APPLSYS”.”FND_PROFILE_OPTION_VALUES”.”PROFILE_OPTION_VALUE”
Read More »Useful Commands For Unix Operating System
Useful Commands For Unix Operating System 1.Deleting files older than N number of days ? find . -name ‘*.trc’ -mtime +[N in days]Β -exec rm {} \;Β Β Command will …
Read More »How to Enable/Disable Maintenance Mode without using ADADMIN
Enable/Disable Maintenance Mode without using ADADMIN We can Enable or Disable Maintenance mode without using ADADMIN through following given procedure: Enable Maintenance Mode: $sqlplus apps/appspassword SQL>$AD_TOP/patch/115/sql/adsetmmd.sql ENABLE Disable Maintenance Mode: …
Read More »How to Add Responsibility to User from Back End
How to Add Responsibility to User from Back End SYNTAX fnd_user_pkg.addresp(username => Application User Name ,resp_app => Responsiblity_Application_Short_Name ,resp_key => Responsibility_Key ,security_group => Security_Group ‘Mostly it is ‘STANDARD’ so it …
Read More »ORA-08004: sequence FND_CONCURRENT_PROCESSES_S.NEXTVAL exceeds MAXVALUE
ERROR Routine AFPGCP cannot create a process ID for your concurrent manager process ORACLE error 8004 in FDUUID Cause: FDUUID failed due to ORA-08004: sequence FND_CONCURRENT_PROCESSES_S.NEXTVAL exceeds MAXVALUE and cannot …
Read More »