Top 17 Oracle D2k Interview Questions You Must Prepare 19.Mar.2024

There is no need of using Lexical parameter in reports Deveoper.Instead We can use bind Variables as a parameter.

  • You can trace in Oracle application Help menu.
  • Start Oracle application Goto Help.
  • Help->Diagnostics->Trace-> Regular Trace.

will ask for Apps Pass. Wil Show Not dialog Box which Gave you the path of Trace file. FTP the Trace file.

User Profile: It is a set of changeable options through which your application runs. User profile can be defined at various levels.

They are:

  1. System
  2. Application
  3. Responsibility
  4. User

Yes, I customized the Work Flow For Credit Memo Request approval in AR through Workflow Builder.

Developer/2000 doesn’t make exe files. Think of your Dev 2k project like an access database, you develop the forms and reports and then when you deploy them you also install the Forms & Reports Runtimes on the client’s machine. Forms, when compiled have the *.fmx extension as opposed to the normal *.fmb extension.

Developer/2000 doesn’t make .exe files.

It is a front end tool which consists of forms and reports and use plsql as a coding language.

There are 3 tier of Internet Architecture of Oracle Application 11i:

  1. Desktop Tier
  2. Database Tier
  3. Application Tier

As we basically use 11.5.9 version hence its better to tell that only.

Applsys is a schema as apps and applsyspub.this schema contains the information about the FUND or foundation tables.

Client can customize Descriptive Flexfields.

The best example for user exit which i used is FND FORMAT_CURRENCY.

We have done data conversion for

  • Suppliers
  • AP Invoices
  • Customers4.AR Invoices.

If you are technically strong in Oracle D2k then it will take very less or near abt one month to learn abt Oracle apps.

It indicates that whether you want to keep a object and its entire contents on the same logical page. Setting its property to ‘yes’ if the object and its entire contents cannot fit in the page it will be moved to next logical page.

  1. Fnd_File – PL/SQL I/O
  2. Fnd_program – Concurrent Program Loaders
  3. Fnd_set – Request Set Creation
  4. Fnd_request – Concurrent Request Submission
  5. Fnd_Submit – Request set Submission
  6. Fnd_Request – Info

The main features in Release 11i is

  1. Multi Org-To support multiple organizations.
  2. Multi Currency-Defining the multiple currencies to single organization
  3. Multi Lingual-Supporting of multi Languages.

Yes i know.

Nav=>application–>validation–>set

we will give set name.

Select type as table, “edit information” button will highlight, click that give application name–>table name(for which u want to make table value set)–>column name–>give name of the column–>where/order by(give the condition or order either asc/desc)–>save it and use in “parameters” window in concurrent program creation.