Forms: Ans: A
Forms: Ans: A
Forms: Ans: A
1)When a form is invoked with CALL_FORM does Oracle forms issues SAVEPOINT ?
a) Yes
b) No
Ans : A
GET_BLOCK property is a
a) Restricted procedure
b) Unrestricted procedure
c) Library function
d) None of the above
Ans : D
2)When a form is invoked with CALL_FORM does Oracle forms issues SAVEPOINT ?
a) Yes
b) No
Ans : A
a) Yes
b) No
Ans : B
a) Library
b) Stored procedure & Function
c) Collection of Subprograms
d) None of the above
Ans : D
a) Poplist
b) Tlist
c) List of values
d) Combo box
Ans : C
Reports
What are the different file extensions that are created by Oracle Reports ?
If two groups are not linked in the data model editor, what is the hierarchy between them?
Ans : C
User exits is used to integrate Oracle reports with Oracle Application Object Library, and run them as
concurrent programs from your forms or through standard request submission.
FND SRWINIT
FND SRWEXIT
BI Publisher
Workflow
1) When will an activity be deferred
a) Activity cost = 0
b) Activity cost < workflow engine threshold
c) Activity cost > workflow engine threshold
Ans : C
a) Routes information
b) Sends notifications
c) Creates audit trails
d) Defines process rules
Ans : A,B,D
Ans : C
4)How will you define the possible results of an activity in order to drive different transitions?
Ans : B
a)Function
b)Process
C)Notification
D)All of the above
Ans : C
Ans : D
7)which work engine api should you use to begin execution of an activigty?
a)CreateProcess
b)StartProcess
c)ResumeProcess
D)BeginActivity
Ans : B
8)Which implementation process group comes before the product family process?
Ans : A
9)what is the proper format for an internal name in the workflow builder component?
A)Uppercase
B)No Spaces
C)Unique within item type
D)All of the aove
Ans : D
Ans : D
PLSQL
Q. PL/SQL stored procedure parameters? or what are the two parameters that are mandatory for pl/sql type
concurrent program?
Procedure/function (ERRBUF OUT RETCODE OUT ………………….)
ERRBUF :- Used to write the error message to log or request file.
RETCODE :- Populate log request file with program submission details info.
Ans : D
Ans : B
Declare
fvar number := null; svar number := 5
Begin
goto >
if fvar is null then
>
svar := svar + 5
end if;
End;
a) Error
b) 10
c) 5
d) None of the above
Ans : A
A Stored Procedure is a
a) Sequence of SQL or PL/SQL statements to perform specific function
b) Stored in compiled form in the database
c) Can be called from all client environmets
d) All of the above
Ans : D
a) Select ? into
b) Update
c) Create
d) Delete
Ans : C
Discoverer
a) Yes
b) No
Ans : A
2)Is it possible to Disable the Parameter form while running the report?
a) Yes
b) No
Ans : A
4)What is the difference between running Gather Stats and “Program – Optimizer[RGOPTM]” in Oracle General
Ledger?
Answer: “Gather Stats” will simply gather the stats against existing tables, indexes etc. However Gather Stats does not
create any new indexes. But “Program – Optimizer[RGOPTM]” can create indexes on GL_CODE_COMBINATIONS,
provided accounting segment has the indexed flag enabled
Answer: “Run Reports”. And why not, the Form Function for this screen has a parameter to which we pass name of the
“Request Group”, hence securing the list of Concurrent Programs that are visible in “Run Request” Form. Just so that you
know, there are over 600 form functions for “Run Reports”
7)How can an end-user be given control to run a script developed by a developer, given that an end user will never have
access to apps password (and rightly so)?
Answer: This script can be attached to a Concurrent Program via a concurrent program executable. The user will then be
given access to this Concurrent Program.
8) But how will the end user or Oracle Apps make this script run every 10hours daily?
Answer: A concurrent program can be scheduled to run at desired intervals. The schedule is defined at the time of
submission.
Answer: Broadly speaking there are three steps when developing a concurrent program in Oracle Apps
Step 3. Make this concurrent program accesible to selected users via their responsibility.
OBIEE
1)OBIEE Application Server helps to work on client components and Oracle provides Oracle10g Application server with
OBIEE suite?
A - True
B - False
ANS : A
2) Designing an OBIEE repository using administration tool is how many layer process?
A-2
B-3
C-4
D-5
Ans:B
3) Physical layer in OBIEE supports single data source in a single repository and you need to create multiple repositories to
use multiple data sources?
A - True
B - False
Ans:A
A - Physical Layer
B - BMM Layer
C - Presentation Layer
5) Which of the following is faster method of creating Logical tables/objects in BMM layer?
C - Both
Ans:A
6) The name of presentation columns are normally different from logical column names in the Business Model and
Mapping layer?
A - True
B - False
Ans:B
Ans:A
A - oc4j
B - Fusion Middleware
C - Weblogic server
D - None of these
Ans:C
A-1
B-2
C-3
D-4
E-5
Ans:B
10) Which of the following Prompts enables you to build very specific value prompts to either stand alone on the dashboard
or analysis or to expand or refine existing dashboard and analysis filters?
A - Named Prompt
B - Inline Prompt
C - Column Prompt
Ans:C
Ans: Processrequest and ProcessForRequest. when the loads first time the ProcessRequest get execute and
when any action fire then ProcessFormrequest get execute.
a. In controller
b. In Application Module
c. In Entity Object
d. In View Object
3) 3Within which method of Controller will you hide that bean/field/button/region programmatically?
1. processRequest
2. processFormRequest
3. Both processRequest and processFormRequest
Answer is 1. - processRequest
4) Tell me the practical steps for extension of a view object, starting from
$JAVA_TOP to jDeveloper
Ans: Get the VO object from java Top which we want to extend and keep it inside
Jdveloper myprojects. Then create a new VO and select the extends option as
the parent vo which is going to be extended. This will be done in JDeveloper
wizard. Now the parent vo sql will be shown in Jdeveloper wizard (sql editor)
and as per our requirement we can modify or can add new attributes.
Once this vo creation is complete we have to right click on project and select
the substitution option.their we have to choose the old vo and new vo.Once it
is done the substitution is complete.we need to compile the project.After
compilation a xml entry will be created in jpx file. the jpx file genrally is the
name of project.So now we need to import the jpx to MDS and have to move
the java and vo xml to java top
Answer
The Jdeveloper 10g is used for r12 and 9i for r11. We can have two jdevelopers
in local. But when starting the Jdeveloper we have to chnage the environment
variable named JDEV_USER_HOME. It should point to jdev folder where all our
source code lies.
Answer :
Model: Application Module, View Objects, View Links, Entity Objects, Entity Associations etc.
Answer :
It is a .dbc file which is specified in the project properties. The location of this file on the server is
$FND_TOP/secure.
Answer :
1. Tokens
eg. vname={@AttributeName}
2. Hash Maps
eg. HashMap variablename=nre HashMap();
variablename.add(“ParameterName”,ParameterValue);
3.ThroughSession
eg. pageContext.putSessionvalue(“ParamterName”,ParameterValue)
Answer: d
Answer: a
What is a trigger
a) A piece of logic written in PL/SQL
b) Executed at the arrival of a SQL*FORMS event
c) Both A & B
d) None of the above
Answer: C
All datafiles related to a Tablespace are removed when the Tablespace is dropped
a) TRUE
b) FALSE
Ans : B
Ans : B
Which of the following does not affect the size of the SGA
a) Database buffer
b) Redolog buffer
c) Stored procedure
d) Shared pool
Ans : C
a) ODBC.INI
b) ODBC.DLL
c) ODBCDRV.INI
d) None of the above
Ans : A
a) Yes
b) No
Ans : B
a) CREATE
b) ALTER
c) ALTER SESSION
Ans : C
Ans : D
If an UNIQUE KEY constraint on DATE column is created, will it accept the rows that are inserted with
SYSDATE ?
a) Will
b) Won?t
Ans : B
Ans : C
Ans : B
a) TRUE
b) FALSE
Ans : B