Vous êtes sur la page 1sur 6

5.

MRO in purchasing stands for


a. a) Maintenance Repair & Operations
10. Supplier management is part of procure to pay life cycle
a. a) TRUE
b. b) False
14. Identify the valid DBMS packages
a. a) DBMS_SQL
b. b) DBMS_JAVA
c. c) Both A and B
d. d) DBMS_UTILITILITIES
15. Which API is used to register custom tables to be used in Oracle Alerts and Flexfields with Oracle
Applications
a. a) FND_PROGRAM.REGISTER
b. b) AD_DD.REGISTER
c. c) FND_PROGRAM.ENABLE_PROGRAM
d. d) Both A and C
21. Instead of Triggers are written for
a. a) Tables, Views
b. b) PL/SQL Tables only
c. c) Views
d. d) Materialized Views only
23. SQL*Loader ______ in WHEN Clause
a. a) Does not allow the use of OR in the WHEN clause
b. b) Allows the use of AND in the WHEN clause
c. c) Both A & B
d. d) None of the above
27. At run time you can write code to close a window whose Modal property is set to 'Yes'
a. a) True
b. b) FALSE
28. When-Validate-Item trigger allows to use restricted procedures
a. a) True
b. b) FALSE

33. In XML Publisher (XMLP) All type of Template Files are stored in Which Table?
a. a) XML_TEMP_LOBS
b. b) XDO_LOBS
c. c) XDO_BLOBS
d. d) XDO_TEMP_BLOBS
36. FNDMDCMF utility is used to generate message file (usaeng.msb)?
a. a) TRUE
b. b) False
41. What is the profile option which enables users to use Help > Tools > Examine
a. a) Utilities: Diagnostics
b. b) OM: Diagnostics
c. c) GL: Diagnostics
d. d) FND: Diagnostics

45. APP_NAVIGATE.EXECUTE and FND_FUNCTION.EXECUTE functions are similar except that the
latter allows to reuse an instance of the same form that has already been opened
a. a) True
b. b) FALSE
46. Which of the following are correct about the interfaces in Oracle Applications?
a. a) Interfaces represent both incoming and outgoing data
b. b) Incoming interfaces are like one-time legacy data conversions
c. c) outgoing interfaces are like reports with a data format
d. d) All the above
48. Which window allows to register an application form with Oracle Applications
a. a) Function Window
b. b) Menu Window
c. c) Data Group Window
d. d) Forms Window

Oracle General Ledger Accounting Flexfield GL#

Oracle Inventory Account Aliases MDSP

Oracle Inventory Item Catalogs MICG

Oracle Inventory Item Categories MCAT

Oracle Inventory Sales Orders MKTS

Oracle Inventory Stock Locators MTLL

Oracle Inventory Oracle Service Item Flexfield SERV

Oracle Inventory System Items MSTK

Oracle Receivables Sales Tax Location Flexfield RLOC

Oracle Receivables Territory Flexfield CT#

5. What is mutating table error?


a. a) Occurs when a trigger is disabled
b. b) This occurs when a table is updated
c. c) Occurs when a view is deleted
d. d) This occurs when a trigger tries to update a row it is currently using
7. Sub queries can be used in FOR clause instead of a cursor name?
a. a) TRUE
b. b) FALSE
15. Query Governer can be used to limit the maximum number of rows of data returned.
a. a) True
b. b) False
36. Which among the below bill of material type, lists options and option classes?
a. a) model
b. b) standard
c. c) phantom bill
d. d) product family
43. Profile/s used to enable personalization ------
a. a) Create Seeded Personalizations
b. b) Personalize Self-Service Defn
c. c) FND: Personalization Seeding Mode
d. d) All of the above

46. If Oracle changes the original SQL statement ( in the original View Object), then will those changes
be reflected in extended View Object?
a. a) TRUE
b. b) FALSE

49. Configuration Properties of the XMLP can be set at which levels


a. a) Site
b. b) data definition
c. c) template
d. d) All of the above

2) Select the Sequence of triggers that fire for a Text Item

1) When-New-Item----------2

2) When-Validate----------4

3) Key-Next-----------3

4) Pre-Text--------1

 1,2,3,4
 4,1,3,2
 4,1,2,3
 3,2,1,4
5) Can we use GO-BLOCK package in a pre-field trigger?

o Yes
o No
10)Can you change the default value of the radio button group at run time?

 Yes
 No

11) What is not the type of windows?

 Root window
 Find_ Window
 None of the above
1. Which of the following is not a oracle Package
a. DBMS_OUT
b. DBMS_PIPE
c. DBMS_JOB
d. UTL_FILE
2. Which of the following shows the data base versions
a. DBA_OBJECTS
b. V$parameter
c. V$database
d. V$session

5.Stock locators are stored in


a)org_organization_definitions
b)mtl_secondary_inventories
c)hr_operating_units
d)mtl_item_locations

10.Credit memo can have


a)positive amount
b)negative amount
c)both

Note: In AP, both CM(Credit Memo) and DM(Debit Memo) are negative

In AR, CM is negative and DM is positive

11.Can we call flex fields from forms using FND_FLEX.EVENT ?


a)true b)false

24.COPY and NAME_IN built in programs(How will you assign the value for an item using built
in(select two check box)
a. copy item built in
b.new item buit in
c. excute the trigger to assign the value

25.To find the DB version


a)v$session
b)v$parameter
c)dba_objects
d)v$database

32. Sub inventories are stored in which table


a.hr_operating_units
b.org_organization_definitions
c.mtl_secondary_inventories
d. none

28. You created a query in Record Group at design time. Which built-in can you use to execute the
query defined in the Record Group object?

a. a) ADD_GROUP_ROW
b. b) POPULATE_GROUP
c. c) CREATE_GROUP_FROM_QUERY
d. d) POPULATE_GROUP_WITH_QUERY

33. You have been asked to define a data block based on a query that is dependent on SQL only. The
data will not be updated by the user. Selection of the tables to be queried will be decided by the user
at run time. How should you define the appropriate data source?

a. a) Define a data block based on Ref Cursor.


b. b) Define a data block based on a From Clause query.
c. c) Define a data block based on a combination of a Ref Cursor and a Table of Records.
d. d) Define a data block based on a From Clause query and define Transactional triggers for
controlling DML statements

43. How many Types of Concurrent Libraries can be defined

a. a) 2
b. b) 1
c. c) 3
d. d) 4

5. Which of the following database design features is most important to SQL performance?

a) Removal of data redundancy


b) The introduction of data redundancy
c) The introduction of non-first normal form relations
d) The introduction of SQL*Plus
19. OCI stands for

a. A) Open Call Interface


b. B) Oracle Call Interface
c. C) Oracle Communication Interface
d. D) Oracle Connection Interface

28) Which two dictionary views track dependencies? (Choose two)


A. USER_SOURCE
B. UTL_DEPTREE
C. USER_OBJECTS
D. DEPTREE_TEMPTAB
E. USER_DEPENDENCIES
F. DBA_DEPENDENT_OBJECTS

5 how many ways the data can be displayed in the work sheet
1.1 2)2 3)3 4) 4

Vous aimerez peut-être aussi