InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How To Debug A Document Manager In Oracle Apps? |
|
Answer» Document manger runs within the CONCURRENT manager in Oracle Applications. When an application uses a Document Manager, it sends a PIPE signal which is picked up by the document manager. There are two mechanisms by which to trace the document manager
This profile should only generate DEBUGS when set at Site level(I THINK, as I have only tried site), because Document Manager runs in a different session.
This can be done by setting profile option “Initialization SQL Statement – Custom” against your username before reproducing the issue. The value of this profile will be set so as to enable trace using event 10046, level 12. Document manger runs within the concurrent manager in Oracle Applications. When an application uses a Document Manager, it sends a pipe signal which is picked up by the document manager. There are two mechanisms by which to trace the document manager This profile should only generate debugs when set at Site level(I think, as I have only tried site), because Document Manager runs in a different session. This can be done by setting profile option “Initialization SQL Statement – Custom” against your username before reproducing the issue. The value of this profile will be set so as to enable trace using event 10046, level 12. |
|
| 2. |
You Have Written A Java Concurrent Program In Oracle Apps. You Want To Modify The Classpath Such That New Class Classpath Is Effective Just For This Program? |
|
Answer» In the options field of the concurrent program you can enter SOMETHING similar to below. -cp <your custom lib pathused by JAVA CONC PROG> :/home/xxvisiondev/XXDEVDB/comn/java/appsborg. zip:/home/xxvisiondev/XXDEVDB/comn/java In the options field of the concurrent program you can enter something similar to below. -cp <your custom lib pathused by Java Conc Prog> :/home/xxvisiondev/XXDEVDB/comn/java/appsborg. zip:/home/xxvisiondev/XXDEVDB/comn/java |
|
| 3. |
How Will You Open A Bc4j Package In Jdeveloper? |
|
Answer» Oracle ships a file named server.xml with each bc4j package. You will NEED to ftp that file ALONGSIDE other bc4j objects(VO’s, EO’s, AM, Classes ETC). Opening the server.xml will load the complete package STARTING from AM(application module). This is a mandatory step when building Extensions to framework. Oracle ships a file named server.xml with each bc4j package. You will need to ftp that file alongside other bc4j objects(VO’s, EO’s, AM, Classes etc). Opening the server.xml will load the complete package starting from AM(application module). This is a mandatory step when building Extensions to framework. |
|
| 4. |
In Oa Framework Self-service Screen, You Wish To Disable A Tab. How Will You Do It? |
|
Answer» Generally speaking, the tabs on a OA Framework page are NOTHING but the SubMenus. By entering menu exclusion against the responsibility, you can REMOVE the tab from SELF service page. In self service, you wish to change the background color and the FOREGROUND text of the OA Generally speaking, the tabs on a OA Framework page are nothing but the SubMenus. By entering menu exclusion against the responsibility, you can remove the tab from self service page. In self service, you wish to change the background color and the foreground text of the OA |
|
| 5. |
Framework Screens To Meet Your Corporate Standards. How Will You Do It? |
|
Answer» You will need to do the below steps:
<style name=”DarkBackground”>
The idea here is to delete the cache. NEXT time when you logon to Oracle Apps Self Service, the Framework will rebuild the css file if found MISSING for your browser. You will need to do the below steps: <style name=”DarkBackground”> The idea here is to delete the cache. Next time when you logon to Oracle Apps Self Service, the Framework will rebuild the css file if found missing for your browser. |
|
| 6. |
Can You Extend And Substitute A Root Am ( Application Module) In Oa Framework Using Jdeveloper? |
|
Answer» You can EXTEND the AM in JDEVELOPER, but it doesn’t WORK( at LEAST it didn’t work in 11.5.9). You can extend the AM in jDeveloper, but it doesn’t work( at least it didn’t work in 11.5.9). |
|
| 7. |
How To Make Concurrent Program End With Warning? |
|
Answer» If the concurrent program is of TYPE PL/SQL, you can assign a value of 1 to the “retcode” OUT PARAMETER. For a Java Concurrent program, USE the code similar to below If the concurrent program is of type PL/SQL, you can assign a value of 1 to the “retcode” OUT Parameter. For a Java Concurrent program, use the code similar to below |
|
| 8. |
How Do You Link A Host Type Concurrent Program To Concurrent Manager? |
|
Answer» ASSUMING your EXECUTABLE SCRIPT is LOADPO.prog, then USE the commands below cd $XXPO_TOP/bin Assuming your executable script is LOADPO.prog, then use the commands below cd $XXPO_TOP/bin |
|
| 9. |
How Do You Know If A Specific Oracle Patch Has Been Applied In Apps To Your Environment? |
|
Answer» Use table ad_bugs, in which COLUMN bug_number is the PATCH number. SELECT bug_number Use table ad_bugs, in which column bug_number is the patch number. SELECT bug_number |
|
| 10. |
How Do You Send A Particular Oracle Apps Workflow Activity/function Within A Workflow Process Into Background Mode? |
|
Answer» If cost of the workflow activity is GREATER than 50, then the workflow activity will be PROCESSED in BACKGROUND mode only, and it won’t be processed in online mode. If cost of the workflow activity is greater than 50, then the workflow activity will be processed in background mode only, and it won’t be processed in online mode. |
|
| 11. |
What Are The Various Ways To Kick-off A Workflow You Can Either Use Wf_engine.start_process Or You Can Attach A Runnable Process Such Ghat It Subscribes To A Workflow Event.when Starting (kicking Off) An Oracle Workflow Process, How Do You Ensure That It Happens In A Background Mode? |
Answer»
wf_engine.threshold := -1;
wf_engine.threshold := -1; |
|
| 12. |
On 10g, How Will You Use Awr? |
|
Answer» By RUNNING below SCRIPTS. These are both the same scripts, but with DIFFERING PARAMETERS.
By running below scripts. These are both the same scripts, but with differing parameters. |
|
| 13. |
How Will You Configure Apache To Run In Debug Mode, Specifically Usefull When Debugging Iprocurement ( Prior To 11.5.10)? |
|
Answer» After 11.5.10, FND Logging can be USED for DEBUGGING Oracle iProcurement. After 11.5.10, FND Logging can be used for debugging Oracle iProcurement. |
|
| 14. |
How Will You Add A New Column To A List Of Values ( Lov ) In Oracle Applications Framework? Can This Be Done Without Customization? |
|
Answer» Yes, this can be done without customization, i.e. by using OA Framework Extension coupled with PERSONALIZATION. Implement the FOLLOWING Steps :-
Yes, this can be done without customization, i.e. by using OA Framework Extension coupled with Personalization. Implement the following Steps :- |
|
| 15. |
Can You Do Fnd_request.submit_request From Sql Plus In Oracle? |
|
Answer» You will need to initialize the global variables first using fnd_global.initialize SESSION_ID => v_session_id You will need to initialize the global variables first using fnd_global.initialize SESSION_ID => v_session_id |
|
| 16. |
How Will You Migrate Oracle General Ledger Currencies And Sets Of Books Definitions From One Environment To Another Without Rekeying? Will You Use Fndload? |
|
Answer» FNDLOAD can not be used in the scenario. You can USE migrator AVAILABLE in “OracleiSetup” RESPONSIBILITY FNDLOAD can not be used in the scenario. You can use migrator available in “OracleiSetup” Responsibility |
|
| 17. |
Which Responsibility Do You Need To Extract Self Service Personalizations? |
|
Answer» Functional Administrator. |
|
| 18. |
This Is A Very Tough One, Almost Impossible To Answer, But Yet I Will Ask. Which Formin Oracle Applications Has Most Number Of Form Functions? |
|
Answer» “Run Reports”. And why not, the FORM Function for this screen has a parameter towhich we pass name of the “Request Group”, HENCE securing the list of Concurrent Programsthat are VISIBLE in “Run Request” Form. Just so that you know, there are over 600 form functionsfor “Run Reports” “Run Reports”. And why not, the Form Function for this screen has a parameter towhich we pass name of the “Request Group”, hence securing the list of Concurrent Programsthat are visible in “Run Request” Form. Just so that you know, there are over 600 form functionsfor “Run Reports” |
|
| 19. |
Can You List Any One Single Limitation Of Forms Personalization Feature That Was Delivered With 11.5.10? |
|
Answer» You can not implement interactive messages, i.e. a MESSAGE will give multiple options for Response. The BEST you can get from FORMS PERSONALIZATION to do is popup up Message with OK option. You can not implement interactive messages, i.e. a message will give multiple options for Response. The best you can get from Forms Personalization to do is popup up Message with OK option. |
|
| 20. |
You Have Just Created Two Concurrent Programs Namely “xx Po Prog1” & “xx Poprog2”. Now You Wish To Create A Menu For Concurrent Request Submission Such That Only These Two Concurrent Programs Are Visible From That Run Request Menu. Please Explain The Steps To Implement This? |
Answer»
|
|
| 21. |
Does Oracle 10g Support Rule Based Optimization? |
|
Answer» The OFFICIAL stance is that RBO is no longer supported by 10g. The official stance is that RBO is no longer supported by 10g. |
|
| 22. |
Does Oracle Support Partitioning Of Tables In Oracle Apps? |
|
Answer» Yes, Oracle does support partitioning of tables in Oracle Applications. There are several implementations that partition on GL_BALANCES. HOWEVER your client must buy licenses to if they DESIRE to partition tables. To avoid the cost of licensing you may SUGGEST the clients may decide to PERMANENTLY close their older GL Periods, such that historical records canbe archived. Note: Before running the archival process the second time, you must clear down the ARCHIVE table GL_ARCHIVE_BALANCES (don’t forget to export archive data to a tape). Yes, Oracle does support partitioning of tables in Oracle Applications. There are several implementations that partition on GL_BALANCES. However your client must buy licenses to if they desire to partition tables. To avoid the cost of licensing you may suggest the clients may decide to permanently close their older GL Periods, such that historical records canbe archived. Note: Before running the archival process the second time, you must clear down the archive table GL_ARCHIVE_BALANCES (don’t forget to export archive data to a tape). |
|
| 23. |
What Will Be Your Partitioning Strategy On Gl_balances? Your Views Please? |
|
Answer» This REALLY DEPENDS upon how many periods are regularly reported upon, how many periods are LEFT open ETC. You can then decide to PARTITION on period_name, or period ranges, oron the status of the GL Period. This really depends upon how many periods are regularly reported upon, how many periods are left open etc. You can then decide to partition on period_name, or period ranges, oron the status of the GL Period. |
|
| 24. |
Does Oracle Support Running Of Gather States On Sys Schema In Oracle Apps? |
|
Answer» If your Oracle Applications instance is on 10g, then you can decide to RUN stats forSYS schema. This can be done by exec dbms_stats.gather_schema_stats(‘SYS’);Alternately using commanddbms_stats.gather_schema_stats(‘SYS’,cascade=>TRUE,degree=>20);I will prefer the former with default values.If you wish to DELETE the stats for SYS use exec dbms_stats.delete_schema_stats(‘SYS’);You can schedule a dbms_job for running stats for SYS schema. If your Oracle Applications instance is on 10g, then you can decide to run stats forSYS schema. This can be done by exec dbms_stats.gather_schema_stats(‘SYS’);Alternately using commanddbms_stats.gather_schema_stats(‘SYS’,cascade=>TRUE,degree=>20);I will prefer the former with default values.If you wish to delete the stats for SYS use exec dbms_stats.delete_schema_stats(‘SYS’);You can schedule a dbms_job for running stats for SYS schema. |
|
| 25. |
Which Table Is Used To Provide Drill Down From Oracle Gl Into Sub-ledger? |
|
Answer» GL_IMPORT_REFERENCES GL_IMPORT_REFERENCES |
|
| 26. |
Can You Use Concurrent Program “gather Schema Statistics” To Gather Stats On Sys Schema In Oracle Apps? |
|
Answer» No, “Gather Schema STATISTICS” has no PARAMETERS for SYS schema. PLEASE usedbms_job. No, “Gather Schema Statistics” has no parameters for SYS schema. Please usedbms_job. |
|
| 27. |
What Is The Significance Of Profile Option Node Trust Level In Oracle Apps? |
|
Answer» If this profile option is set to a value of external against a server, then it signifies thatthe specific mid-tier is External i.e. it will be exposed to the www. In other words this server isnot WITHIN the firewall of your client. The idea behind this profile option is to flag such middle-tierso that special RESTRICTIONS can be applied against its SECURITY, which means a very restricted setof responsibilities will be AVAILABLE from such Middle-Tier. If this profile option is set to a value of external against a server, then it signifies thatthe specific mid-tier is External i.e. it will be exposed to the www. In other words this server isnot within the firewall of your client. The idea behind this profile option is to flag such middle-tierso that special restrictions can be applied against its security, which means a very restricted setof responsibilities will be available from such Middle-Tier. |
|
| 28. |
What Is The Significance Of Profile Option Responsibility Trust Level? |
|
Answer» In order to make a responsibility accessible from an external web TIER, you MUST setprofile option Responsibility Trust LEVEL at responsibility level to External. Onlythose responsibilities that have this PROFILE option against them will beaccessible from ExternalMiddle tiers. In order to make a responsibility accessible from an external web tier, you must setprofile option Responsibility Trust Level at responsibility level to External. Onlythose responsibilities that have this profile option against them will beaccessible from ExternalMiddle tiers. |
|
| 29. |
What Else Can You Suggest To Restrict The Access To Screens From External Web Tiers? |
|
Answer» You MAY USE URL FILTERING within APACHE. You may use URL filtering within Apache. |
|
| 30. |
What Is The Role Of Document Manager In Oracle Purchasing? |
|
Answer» POXCON is an IMMEDIATE concurrent PROGRAM. It RECEIVES PIPE signal from the application when a request is made for approval/reservations/receipts. POXCON is an immediate concurrent program. It receives pipe signal from the application when a request is made for approval/reservations/receipts. |
|
| 31. |
How To Restrict The Users To See The Payroll Data Employee Wise, They Only Can Setup The Basic Elements And Pay Bonuses But Cannot See The Gross Salaries Of Employees? |
| Answer» | |
| 32. |
What Are Processing Types Of Element? |
|
Answer» Elements are nothing but the components of the salary. Eg. Basic, HRA, TA, BONUS, Loans etc., There are 2 types of Processing
Elements are nothing but the components of the salary. Eg. Basic, HRA, TA, BONUS, Loans etc., There are 2 types of Processing |
|
| 33. |
What Are Termination Roles Of An Element? |
|
Answer» Termination Rules of an Element:
Termination Rules of an Element: |
|
| 34. |
What Is Costing? |
|
Answer» Costing: Recording the costs of an ASSIGNMENT for accounting or REPORTING purposes. USING Oracle Payroll, you can calculate and transfer costing information to your GENERAL LEDGER and into systems for project management or labor distribution. Costing: Recording the costs of an assignment for accounting or reporting purposes. Using Oracle Payroll, you can calculate and transfer costing information to your general ledger and into systems for project management or labor distribution. |
|
| 35. |
What Are Costing Types? |
Answer»
Costing types are: |
|
| 36. |
Can We Name Certain Dffs (description Flexfiled) And Their Location? |
|
Answer» YES we can NAME CERTAIN DFF’s and their LOCATION. Yes we can name certain DFF’s and their location. |
|
| 37. |
What Are Core Flexfield? |
|
Answer» CORE flexfields are: Core flexfields are: |
|
| 38. |
What Are Two Modes Of Date Track And What Is Date Track? |
|
Answer»
Date Track modes are: |
|
| 39. |
What Are Six Validation Types? |
|
Answer» Validation types:
Validation types: |
|
| 40. |
What Are List Types? |
|
Answer»
List types are: |
|
| 41. |
What Are Basic Set Ups Of Oracle Hrms? |
|
Answer» In oracle HRMS there are so many modules like Core HR, Payroll, Self Service HR, Oracle learning management, iRecruitment, Time and Labour, Compensation Work bench, Oracle Advanced Benefits, Performance Management System etc., Core HR and System Administrator are the Heart of Oracle HRMS. All basic set ups will do in Core HR with the help of System Administrator. In system administrator we will CREATE all the Users and Responsibilities, FLEX FIELDS, Profile values etc., In core HR we will create Organizations, Locations, JOBS, Positions, Grades, Organization Hierarchy, position Hierarchy, We will create all the EMPLOYEES also. These are the Basic setups in HRMS. In oracle HRMS there are so many modules like Core HR, Payroll, Self Service HR, Oracle learning management, iRecruitment, Time and Labour, Compensation Work bench, Oracle Advanced Benefits, Performance Management System etc., Core HR and System Administrator are the Heart of Oracle HRMS. All basic set ups will do in Core HR with the help of System Administrator. In system administrator we will create all the Users and Responsibilities, Flex fields, Profile values etc., In core HR we will create Organizations, Locations, Jobs, Positions, Grades, Organization Hierarchy, position Hierarchy, We will create all the employees also. These are the Basic setups in HRMS. |
|
| 42. |
What Is Element Entry? What Is The Purpose Of Element Entry? |
|
Answer» Element entry is to DEFINE element yet here enter that is Earning element or deduction element then CALCULATE NET pay. Element entry is to define element yet here enter that is Earning element or deduction element then calculate net pay. |
|