300+ TOP Oracle Applications Interview Questions and Answers

Oracle Applications Interview Questions for freshers experienced :-

1. What are the steps in attaching reports with oracle applications?

  • There are certain steps that you need to follow systematically for attaching the reports along with oracle application.
  • Designing the report.
  • Generating executable file related with report.
  • Moving executable and source files to the appropriate folder of the product.
  • Registering the report in the form of concurrent executable.
  • Defining concurrent program for registered that are executable.
  • Adding concurrent program for requesting group of responsibility.

2. Differentiate Apps schema from other schemas?

Apps schema is the one that comprises of only synonyms and there is no possibility of creating tables in it. Other schema comprises of tables and objects in it and allows the creation of tables as well as for providing grants to tables.

3. Define custom top and its purpose.

Custom top can be defined as the customer top which is created exclusively for customers. According to the requirement of the client many number of customer tops can be made. Custom top is made used for the purpose of storing components, which are developed as well as customized. At the time when the oracle corporation applies patches, every module other than custom top are overridden.

4. What is the method of calling standard – interface program from pl/sql or sql code?

FND_REQUEST.SUBMIT_REQUEST(PO, EXECUTABLE NAME,,,,,PARAMETERS)

5. What is the significance related with US folder?

US folder is just a language specification. Multiple folders can be kept for language specification depending on the languages that are installed.

6. Which are the kinds of report triggers?

There are mainly five different kinds of report triggers available. They are

  1. Before report
  2. After report
  3. Before parameter form
  4. After parameter form
  5. Between pages

7. What is the firing sequence related with report triggers?

The sequence related with firing is as follows before parameter form, after parameter form, before the report, between pages and after report.

8. What is the purpose of cursors in PL/SQL?

The cursor can be made used for the purpose of handling various row – query associated with PL/SQL. Implicit cursors are available for the purpose of handling all the queries related with oracle. The memory spaces that are unnamed are used by oracle for storing the data that can be used with implicit cursors.

9. Define record group?

Record group can be considered as a concept used for the purpose of holding sql query that is associated with list related with values. Record group consists of static data and also can access data inside tables of database through sql queries.

10. What is a FlexField?

This is a kind of field associated with oracle apps that are used for capturing information related with the organization.

Oracle Applications Interview Questions
Oracle Applications Interview Questions

11. Is there any possibility for having custom schema at any time when it is required?

You have the provision for having custom schema at the time of creating table.

12. What is the concurrent program?

Concurrent programs are instances that need to be executed along with incompatibles and parameters.

13. Define application top?

Application tops are found when we are connecting to server. There are two types of application tops available they are product top and custom top. Product top is the kind of top that is built in default by manufacturer. Custom top can be chosen by the client, and any number of custom tops can be created as per the requirement of the client.

14. Explain about the procedures that are compulsory in the case of procedures?

There are number of parameters which are mandatory in the case of procedures and each of these parameters has a specific job associated with it.

  • Errorbuf: This is the parameter used for returning error messages and for sending that to log file.
  • Retcode: This is the parameter capable of showing the status associated with a procedure. 0, 1 and 2 are the status displayed by this parameter. 0 is used for indicating completed normal status, 1 defines completed warning status and 2 is the one denoting completed with error.

15. What is a token?

Token is used for transferring values towards report builder. Tokens are usually not case – sensitive.

16. What is the menu?

Menu can be defined as a hierarchical arrangement associated with functions of the system.

17. What is Function?

Function is the smaller part of the application and that is defined inside menu.

18. Define SQL Loader ?

Sql loader is a utility resembling a bulk loader for the purpose of moving data that are present in external files towards the oracle database.

19. How to register concurrent program with oracle apps?

There are certain steps that you need to follow for the purpose of registering concurrent program.

The first step is to log in to your system with the responsibility of the system administrator.
The next step is to define executable concurrent program.
While defining concurrent program do take care to give application name, short name and description along with the selection of executable concurrent program.

20. Define set – of books?

SOB can be defined as the collection of charts associated with accounts, currency and calendars.

21. What is a value set?

Value set is used for the purpose of containing the values. In the case of a value set getting associated with report parameters, a list containing values are sent to the user for accepting one among the values in the form of parameter values.

22. Define the Types of validation?

There are various kinds of validation.

  • None: this is the indication of minimal validation.
  • Independent: Input should be there in the list of – values that are defined previously.
  • Dependent: According to the previous value, input is compared with a subset of values.
  • Table: Input is checked on the basis of values that exist in the application table.
  • Special: These are the values that make use of flex field.
  • Pair: A pair can be defined as the set of values that make use of flex fields.
  • Translated Independent: This is a kind of value that can be made used only if there is any existence for the input in the list that is defined previously.
  • Translatable dependent: In this kind of validation rules that compare the input with the subset of values associated with the previously defined list.

23. What is Template?

Template is a kind of form that is very much required before the creation of any other type of forms. It is a kind of form that incorporates attachments that are platform independent and associated with a particular library.

24. Which are the attachments that are platform independent and become a part of the template?

There are several attachments that are part of the template form.

  • APPSCORE: This is a kind of attachment that comprises of packages as well as procedures which are useful for all the different forms for the purpose of creating toolbars, menus etc.
  • APPSDAYPK: This attachment contains packages that are helpful in controlling the applications associated with oracle.
  • FNDSQF: This attachment has various procedures as well as packages for flex fields, profiles, message dictionary and also concurrent processing.
  • CUSTOM: This attachment is helpful in extending the application forms of oracle without causing any modification related with the application code. There are various kinds of customization including zoom.

25. Define Ad-hoc reports?

This is a kind of report that is made used for fulfilling the reporting needs of a particular time.

26. What is the Definition of responsibility?

Responsibility is the method through which the group of various modules can be made in a format accessible by users.

27. Define Autonomous transaction?

This is a kind of transaction that is independent of another transaction. This kind of transaction allows you in suspending the main transaction and helps in performing SQL operations, rolling back of operations and also committing them. The autonomous transactions do not support resources, locks or any kind of commit dependencies that are part of main transaction.

28. Which are the types of Triggers?

There are various kinds of triggers associated with forms and they are

  1. Key triggers
  2. Error triggers
  3. Message triggers
  4. Navigational triggers
  5. Query – based triggers
  6. Transactional triggers

29. What is the purpose of Temp tables in interface programs?

These are the kinds of tables that can be used for the purpose of storing intermediate values or data.

30. Where to define the parameters in the report?

The parameters can be defined inside the form of concurrent program, and there is no need for registering the parameters but you may need to register the set of values that are associated with the parameters.

31. Define the steps for customizing form?

You need to make use of the following steps for the purpose of customizing forms.

The first and foremost thing that you need to do is to copy the files template.fmb as well as Appsatnd.fmb from AU_TOP/forms/us and paste that inside custom directory. By doing this the library associated with this task get copied by it’s own.
You can now create the forms you want and customize them.
Do not forget to save the created forms inside the modules where they need to be located.

32. Explain about Key Flexfiled ?

Key flexfiled is a unique identifier and is usually stored inside segment, and there are two different attributes associated with this which are flexfiled qualifier and segment qualifier.

32. Define uses of Key Flexfield ?

This is a unique identifier for the purpose of storing information related with key. It also helps in entering as well as displaying information related with key.

34. Define Descriptive FlexField ?

This is a kind of flexfield that is mainly used for the purpose of capturing additional information, and it is stored in the form of attributes. Descriptive flexfield is context sensitive.

35. List some uses of DFF (Descriptive Flex Field) ?

This is a kind of flexfield that is mainly used for gathering extra information and also for providing space for you to form and get expanded.

36. Define MRC ( Multiple Reporting Currency)?

Multiple – Reporting Currency is a kind of feature that is associated with oracle application and helps in reporting as well as maintaining records that are associated with the transaction level in various forms of functional currency.

37. Define FSG ( Financial Statement Generator) ?

This is a kind of tool that is highly powerful as well as flexible and helps in building reports that are customized without depending on programming. This tool is only available with GL.

38. Define Oracle Suite?

Oracle suite is the one that comprises of oracle apps as well as software associated with analytical components.

39. Define ERP (Enterprise Resource Planning) ?

ERP is a software system that is available as a package and can be helpful in automating as well as integrating most of the processes associated with the business.

40. What is a datalink?

Datalink can be made used for the purpose of relating the results that are associated with various different queries.

41. How to attain parameter value depending on the first parameter?

Second parameter can be attained by making use of the first parameter by making use of the command $flex$value set name.

42. Define data group?

Data group can be defined as the group of applications related with oracle.

43. Explain about security attributes?

Security attributes can be made used by Oracle for allowing the particular rows containing data visible to the users.

44. Define about Profile Option?

Profile option comprises of set of options that are helpful in defining the appearance as well as behavior of the application.

45. Explain about application?

Application can be defined as the set of menus, forms and functions.

46. Where do we use Custom.pll?

Custom.pll can be used during the process of making customized or new oracle forms.

47. Where are tables created?

Tables can be created at custom schema.

48. Define multi org ?

This is a kind of functionality for data security.

49. Define Request Group ?

Request group is assigned with a set of responsibilities.

50. What is the usage of the spawned object?

This object is used for process associated with executable field.

51. What is the difference between the Operating Unit and Inventory Organization?
Operating Unit:- An Organization that uses Oracle Cash management, Order Management, and Shipping Execution, Oracle Payables, Oracle Purchasing, and Oracle Receivables. It may be a sales Office, a division, or adept. An operating unit is associated with a legal entity. Information is secured by operating unit for these applications. Each user sees information only for their operating unit. To run any of these applications, you choose a responsibility associated with an organization classified as an operating unit.

An organization for which you track inventory transactions and balances, and/or an organization that manufactures or distributes products. Examples include (but are not limited to) manufacturing plants, warehouses, distribution centers, and sales offices. The following applications secure information by inventory organization: Oracle Inventory, Bills of Material, Engineering, and Work in Process, Master Scheduling/MRP, Capacity, and Purchasing receiving functions. To run any of these applications, you must choose an organization that has been classified as an inventory organization.

Get ahead in your career by learning Oracle through Mindmajix Oracle Apps EBS Training.

52. What is a Set of Books?
A financial reporting entity that uses a particular chart of accounts, functional currency, And accounting calendar. Oracle General Ledger secures transaction information (such as journal entries and balances) by a set of books. When you use Oracle General Ledger, you choose a responsibility that specifies a set of books. You then see information for that set of books only.

53. What is the Item Validation Organization?
The organization that contains your master list of items. You define it by setting the OM: Item Validation Organization parameter. You must define all items and bills in your Item Validation Organization, but you also need to maintain your items and bills in separate organizations if you want to ship them from other warehouses.

OE_System_

54. What is the difference between key flexfield and Descriptive flexfield?
Key Flexfield is used to describe unique identifiers that will have a better meaning than using number IDs. e.g a part number, a cost center, etc Dec Flex is used to just capture extra information. Key Flexfields have qualifiers whereas Desc Flexfields do not. Dec Flexfields can have context-sensitive segments while Key flexfields cannot.
And one more different that KFF displays like text item but DFF displays like [ ].

55. Which procedure should be called to enable a DFF in a form?
ND_DESCR_FLEX.DEFINE (BLOCK => ‘BLOCK_NAME’ ,FIELD => ‘FORM_FIELD_NAME’ ,APPL_SHORT_NAME => ‘APP_NAME’ ,DESC_FLEX_NAME => ‘DFF_NAME’ );

56. Which procedure should be used to make the DFF read-only at run time?
FND_DESCR_FLEX.UPDATE_DEFINITION()

57. What is the difference between the flexfield qualifier and the segment qualifier?
Flexfiled qualifier identifies segement in a flexfield and segment qualifier identifies value in a segment.
There are four types of flex field qualifier

Balancing segment qualifier
cost center
natural account and
intercompany
segment qualifier:-

allow budgeting
allow posting
account type
control account and
reconciliation flag

58. Where do concurrent request log files and output files go?
The concurrent manager first looks for the environment variable $APPLCSF If this is set, it creates a path using two other environment variables:

$APPLLOG and $APPLOUT
It places log files in

$APPLCSF/$APPLLOG
Output files go in

$APPLCSF/$APPLOUT
So for example, if you have this environment set:

$APPLCSF = /u01/appl/common $APPLLOG = log $APPLOUT = out
The concurrent manager will place log files in /u01/appl/common/log, and output files in /u01/appl/common/out Note that $APPLCSF must be a full, absolute path, and the other two are directory names. If $APPLCSF is not set, it places the files under the product top of the application associated with the request.

So for example, a PO report would go under

$PO_TOP/$APPLLOG and $PO_TOP/$APPLOUT
Logfiles go to

/u01/appl/po/9.0/log
Output files to

/u01/appl/po/9.0/out
Of course, all these directories must exist and have the correct permissions. Note that all concurrent requests produce a log file, but not necessarily an output file.

59. How do I check if Multi-org is installed?
SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS
If MULTI_ORG_FLAG is set to ‘Y’, Then its Multi Org.

60. Why does Help->Tools->Examine ask for a password?
Navigate to the Update System Profile Screen. ( navigate profile system)

Select Level: Site
Query up Utilities: Diagnostics in the User Profile Options Zone.
If the profile option Utilities: Diagnostics is set to NO, people with access to the Utilities Menu must enter the password for the ORACLE ID of the current responsibility to use Examine. If set to Yes, a password will not be required.

61. How an API is initialized?
apps.gems_public_apis_pkg.fnd_apps_initialize
( user_id => p_user_id , resp_id => p_resp_id , resp_appl_id => p_resp_appl_id)

62. How do u register a concurrent program from PL/SQL?
apps.fnd_program.executable_exists -> To check if executable file exists
apps.fnd_program.executable -> To make executable file
fnd_program.program_exists -> To check if program is defined
apps.fnd_program.register -> To register/define the program
apps.fnd_program.parameter -> To add parameters
apps.fnd_program.request_group -> To add to a request group

63. How Do u register a table & a column?
EXECUTE ad_dd.register_table( ‘GEMSQA’, ‘gems_qa_iqa_lookup_codes’, ‘T’, 512, 10, 70);
EXECUTE ad_dd.register_column(‘GEMSQA’, ‘gems_qa_iqa_lookup_codes’, ‘LOOKUP_CODE’, 1, ‘VARCHAR2’, 25, ‘N’, ‘N’);

64. What are the supported versions of Forms and Reports used for developing on Oracle Applications Release 11?
The following supported versions are provided in Developer/2000 Release 1.6.1:

  • Forms 4.5
  • Reports 2.5

65. What is the Responsibility / Request Group?
Responsibility is used for security reason like which Responsibility can do what type of jobs etc.

Set of Responsibility is attached with a Request group. When we attach the request group to a concurrent program, that can be performed using all the Responsibilities those are attached with the Request group.

66. What is DFF?
The Descriptive Flexi field is a field that we can customize to enter additional information for which Oracle Apps product has not provided a field.

Ex. ATP program calculates for those warehouses where Inventory Org Type is DC or Warehouse in DFF Attribute11 of MTL_PARAMETERS table.

67. What is multi-org?
It is data security functionality in Oracle 10.6 and above. Applicable User responsibilities are created and attached to a specific Operating Unit. User can access the data that belongs to the Operating unit they log in under. 40

The benefit is it enables multiple operating units to use a single installation of various modules while keeping transaction data separate and secure by operating unit.

It has an effect on the following modules:

  • Order Entry
  • Receivable
  • Payable
  • Purchasing
  • Project Accounting

Oracle Applications Questions and Answers Pdf Download

Leave a Reply

Your email address will not be published. Required fields are marked *