Infolinks

Sunday 13 May 2012

D2K Interview Questions & Answers



                  D2K Interview Questions & Answers
                  =================================


1.Question :
------------
How I can use SRW.RUN_REPORT in Reports6i?

Answers:
--------
u can use srw.run_report as followssrw.run_report('module=modulename.rdf destype=screen paramform=yes');


We can use SRW.RUN_REPORT in AFTER REPORT TRIGGER AS FOLLOWS
srw.run_report('module=modulename.rdf destype=screen paramform=yes maximize=yes');

&

u can use srw.run_report as followssrw.run_report('module=modulename.rdf destype=screen paramform=yes');



--------------------------------------------------------------------------------

We can use SRW.RUN_REPORT in AFTER REPORT TRIGGER AS FOLLOWS
srw.run_report('module=modulename.rdf destype=screen paramform=yes maximize=yes');

&

you can use SRW.RUN_REPORT AS FOLLOWS
SRW.RUN_REPORT('MODULE = MODULE NAME.RDF DESTYPE=SCREEN,PARAMFORM=YES,MAXIMIZE=YES');


2.Question :
------------
Have you used lexical parameters in reports

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


In reports query:
for eg:
select emp_code code,emp_name name from employee group by dept_code
&pcode

pcode parameter will created

Then

In after parameter of the report:

if :doc_no is not null then
:pcode=:pcode 'and t_doc_no in'||:doc_no||')';
end if;

:pcode= Replace(:pcode,'''','');


:doc_no is paramater u have created for input and t_doc_no is table column name assigned for that parameter.

thats all...

&

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



--------------------------------------------------------------------------------

In reports query:
for eg:
select emp_code code,emp_name name from employee group by dept_code
&pcode

pcode parameter will created

Then

In after parameter of the report:

if :doc_no is not null then
:pcode=:pcode 'and t_doc_no in'||:doc_no||')';
end if;

:pcode= Replace(:pcode,'''','');


:doc_no is paramater u have created for input and t_doc_no is table column name assigned for that parameter.

thats all...

&

BINDPARAMETER= :P
LEXICAL PARAMETER = &P

TAKE ONE EXAMPLE:

SELECT EMPNO,ENAME,DEPTNO FROM EMP WHERE DEPTNO =10;


FOR LEXICAL PARAMETER ,WE GONNA TAKE AS A STRING LIKE' WHERE DEPTNO =10'

NOW, QUERY WILL BE

SELECT EMPNO,ENAME,DEPTNO FROM EMP &P;


3.Question :
------------
Which directory will you copy your new reports, what would be its extension ( .rdf or .rex )

Answers:
--------
THe extension of the Oracle report will be *.rdf (Report Definition File).

You place the Oracle report on the corresponding application top in the reports folder.

Eg: $XAP_TOP/../reports


The extension of the Oracle report is *.rdf and after compilation it is *.rex.

Reports are place at the application top
eg: $XX_TOP/reports/US

&

go to module(which is belongs),

path:oracle/visapp/po/us/reports/copyhere


that's it


4.Question :
------------
Which directory will you copy your new custom form, what would be its extension ( .fmb or .fmx )

Answers:
--------
Directory Name:-

Move the fmb file into :-

cust_top/forms/US

Keep the new form (renamed) in au_top/forms/US



Directory Name:-

Move the fmb file into :-

cust_top/forms/US

Keep the new form (renamed) in au_top/forms/US


5.Question :
------------
In oracle application how do you debug or trace errors

Answers:
--------
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.

6.Question :
------------
Are you familiar with internet architecture of Oracle Apps 11i

Answers:
--------
There are 3 tier of Internet Architechture of Oracle Application 11i.

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


7.Question :
------------
Which Oracle applications PL/SQL standard APIs you are familiar, have you used most of them.

Answers:
--------
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

and so on...

8.Question :
------------
Were you involved in any data conversion, which one

Answers:
--------
Ya..We have done data conversion for1.Suppliers2.AP Invoices3.Customers4.AR Invoices

9.Question :
------------
Which Oracle Apps version you are very confident in.

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

10.Question :
-------------
Total months of effort in Oracle Apps technical work

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

11.Question :
-------------
Are you familiar with User exits in reports

Answers:
--------
The best example for user exit which i used is FND FORMAT_CURRENCY


12.Question :
-------------
Do you know what are User Profiles in Apps. Any examples you can give.

Answers:
--------
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


13.Question :
-------------
How many concurrent programs you have customized, can you name some of them

Answers:
--------
Have to see the standra reports and possible customizations

14.Question :
-------------
How to make the project as .exe file in oracle forms & reports(d2k)

Answers:
--------
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 clients machine. Forms, when compiled have the *.fmx

extension as opposed to the normal *.fmb extension.



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 clients machine. Forms, when compiled have the *.fmx

extension as opposed to the normal *.fmb extension.

15.Question :
-------------
What is the Page Protect in Reports?

Answers:
--------
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.


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.

16.Question :
-------------
What is the Anchoring in Reports?
What is the difference between Frame and Repeating Frame?

Answers:
--------
Anchors are used to determine the vertical and horizontal positioning of a child object relative to its parent. The end of the anchor with a symbol on it is attached to the parent object.

Since the size of some layout objects may change when the report runs (and data is actually fetched), we need anchors to define where we want objects to appear relative to one another. An anchor defines the relative position of an object to the object to which it is anchored. Positioning is based on the size of the objects after the data has been fetched rather than on their size in the editor. It should also be noted that the position of the object in the Layout editor effects the final position in the report output. Any physical offset in the layout is incorporated into the percentage position specified in the Anchor property sheet.



Anchors are used to determine the vertical and horizontal positioning of a child object relative to its parent. The end of the anchor with a symbol on it is attached to the parent object.

Since the size of some layout objects may change when the report runs (and data is actually fetched), we need anchors to define where we want objects to appear relative to one another. An anchor defines the relative position of an object to the object to which it is anchored. Positioning is based on the size of the objects after the data has been fetched rather than on their size in the editor. It should also be noted that the position of the object in the Layout editor effects the final position in the report output. Any physical offset in the layout is incorporated into the percentage position specified in the Anchor property sheet.

17.Question :
-------------
I need to run a report at Scheduled timings only. I don?t want to run the report on Sundays. How to do this?

Answers:
--------
While Submitting the request u can select schedule button and specify Run The Job Option On Specific Days and Select all Days except Sunday.


While Submitting the request u can select schedule button and specify Run The Job Option On Specific Days and Select all Days except Sunday.


18.Question :
-------------
What is the Placeholder Column?
What is the Format Trigger?

Answers:
--------
A placeholder column is used to hold the value of certain calculation or a variable that is being carried out in a formula column. A place holder can be defined as anumber, character or date type, depending upon the type of value which will be stored into it.

A format trigger is used when we want to display a particular field, if certain conditions are met.


A placeholder column is used to hold the value of certain calculation or a variable that is being carried out in a formula column. A place holder can be defined as anumber, character or date type, depending upon the type of value which will be stored into it.

A format trigger is used when we want to display a particular field, if certain conditions are met.

&

A placeholder column is used to hold the value of certain calculation or a variable that is being carried out in a formula column. A place holder can be defined as anumber, character or date type, depending upon the type of value which will be stored into it.

A format trigger is used when we want to display a particular field, if certain conditions are met.


19.Question :
-------------
How many different layouts are available in Reports6i? What are they?
in which sequence , form level trigger will fire? in which sequence, report trigger will fire?
how many types of canvas are there in form? what r they?
what are bind variables and lexical reference in oracle reports?
how many types of colums are there in Reports6i? what are they?
what is the purpose of placeHolder column in Report?
can u have a form with out a canvas?
what is confine mode and flex mode in reports?
how do u register report in oracleApps?

Answers:
--------
There are eight different layout formats :

1. Tabular

2. Form Like

3. Mailing Label

4. Form Letter

5. Group Left

6. Group Above

7. Matrix

8. Matrix with group


There are eight different layout formats :

1. Tabular

2. Form Like

3. Mailing Label

4. Form Letter

5. Group Left

6. Group Above

7. Matrix

8. Matrix with group

20.Question :
-------------
How I can use SRW.RUN_REPORT in Reports6i?

Answers:
--------
u can use srw.run_report as followssrw.run_report('module=modulename.rdf destype=screen paramform=yes');


We can use SRW.RUN_REPORT in AFTER REPORT TRIGGER AS FOLLOWS
srw.run_report('module=modulename.rdf destype=screen paramform=yes maximize=yes');

&

u can use srw.run_report as followssrw.run_report('module=modulename.rdf destype=screen paramform=yes');



--------------------------------------------------------------------------------

We can use SRW.RUN_REPORT in AFTER REPORT TRIGGER AS FOLLOWS
srw.run_report('module=modulename.rdf destype=screen paramform=yes maximize=yes');

&

you can use SRW.RUN_REPORT AS FOLLOWS
SRW.RUN_REPORT('MODULE = MODULE NAME.RDF DESTYPE=SCREEN,PARAMFORM=YES,MAXIMIZE=YES');

21.Question :
-------------
What is the meaning of FND in AOL

Answers:
--------
The meaning of FND in Oracle Apps or in AOL(Application Object Library) is system name of core application object library and now it is renamed to Application Technology. The application has $FND_TOP which has all the apps related product files



The meaning of FND in Oracle Apps or in AOL(Application Object Library) is system name of core application object library and now it is renamed to Application Technology. The application has $FND_TOP which has all the apps related product files


22.Question :
-------------
Do you know what is APPLYSYS in Oracle application database schema, what is APPS

Answers:
--------
Applsys is a schema as apps and applsyspub.this schema contains the information about the FND or forndation tables.

23.Question :
-------------
Any work done in Oracle Workflow builder. Did you customize or build a new workflow.

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

24.Question :
-------------
Do you know table based value sets

Answers:
--------
yes i know.

Nav=>application-->validation-->set

we will give set name.

select type as table,"edit information" button will hilight,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.

25.Question :
-------------
Which Flexfields you have customized,

Answers:
--------
Client can customize Descriptive Flex Fields.

26.Question :
-------------
Have you good knowledge on Java.

Answers:
--------
Can anybody give the meaning of this question.

i think answer is: i know java

27.Question :
-------------
Are you familiar with internet architecture of Oracle Apps 11i

Answers:
--------
There are 3 tier of Internet Architechture of Oracle Application 11i.

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

28.Question :
-------------
Were you involved in any data conversion, which one

Answers:
--------
Ya..We have done data conversion for1.Suppliers2.AP Invoices3.Customers4.AR Invoices





3 comments:

  1. hi sir...
    i want details of 3rd highest sal of 20th department
    we have 5 employees in 20th department among them i want 3rd highest sal employee details how to write query for this could u please help me out

    thanks in advance

    ReplyDelete
    Replies
    1. hi anand,please find the below query

      SELECT * FROM
      (SELECT ROWNUM RN,EMPNO,ENAME,SAL,DEPTNO FROM
      (SELECT * FROM EMP WHERE DEPTNO=20 ORDER BY SAL DESC)E1)E2
      WHERE E2.RN=3;

      Delete