Sie sind auf Seite 1von 9

Which is the most commonly used package in apps that uses Autonomous Transaction?

FND_LOG, this is used for debugging. This has a procedure named string, which does a commit.
Hence your debug messages are not ost in the e!ent of robac" during unhanded e#ception.


What is one of the limitations of Forms Personalization?
You can not display interactive messages as you can using fnd_message


Ho to use Fle!fields in reports ?
Ans " $ost common way is to use FND user e#its pro!ided by orace appications.
Other way is to directy use the D% !iews &TabeName '' (_)F*+ or +_DF*+, created by apps, and use the
concatenated_segments coumn which hods the concatenated segments of the "ey or descripti!e fe#fieds.



What are Autonomous transactions ? #ive a scenario here you have used Autonomous transaction in
your reports ?
Ans" -n autonomous transaction is an independent transaction started by another transaction, the main
transaction. -utonomous transactions et you suspend the main transaction, do ./L operations, commit or
ro bac" those operations, then resume the main transaction.
Once started, an autonomous transaction is fuy independent. 0t shares no oc"s, resources, or commit1
dependencies with the main transaction. .o, you can og e!ents, increment retry counters, and so on, e!en if
the main transaction ros bac".

$ore important, autonomous transactions hep you buid moduar, reusabe software components. For
e#ampe, stored procedures can start and finish autonomous transactions on their own. - caing appication
need not "now about a procedure2s autonomous operations, and the procedure need not "now about the
appication2s transaction conte#t. That ma"es autonomous transactions ess error1prone than reguar
transactions and easier to use.

Furthermore, autonomous transactions ha!e a the functionaity of reguar transactions. They aow parae
3ueries, distributed processing, and a the transaction contro statements incuding .4T T5-N.-6T0ON.

$cenario " 7ou can use autonomous transaction in your report for writing error messages in your database
tabes.



What is record group ?
Ans" 5ecord group are used with LO*s to hod s3 3uery for your ist of !aues. The record group can
contain static data as we it can access data from database tabes thru s3 3ueries.


What is a Fle!Field ? What are %escriptive and &ey Fle!fields ?
Ans" -n Orace -ppications fied made up of segments. 4ach segment has an assigned name and a set of
!aid !aues. Orace -ppications uses fe#fieds to capture information about your organi8ation.



What are different report triggers and hat is their firing se'uence ?
Ans( " There are fi!e report trigger 9
%efore 5eport
-fter 5eport
%efore :arameter Form
-fter :arameter Form
%etween :ages

The Firing se3uence for report triggers is
%efore :arameter Form ; -fter :arameter Form ; %efore 5eport ; %etween :ages ; -fter 5eport.



What is the use of cursors in P)*$+) ? What is ,-F .ursor ?
Ans( " The cursor are used to hande mutipe row 3uery in :L<./L. Orace uses impicit cursors to hande
a it+s 3ueries. Orace uses unnamed memory spaces to store data used in impicit cursors, with 54F cursors
you can define a cursor !ariabe which wi point to that memory space and can be used i"e pointers in our
=GLs.


Ho to attach reports in /racle Applications ?
Ans" The steps are as foows 9
Design your report in D>)
Generate the e#ecutabe fie of the report as .rdf.
$o!e the e#ecutabe as we as source fie to the appropriate product+s foder.
5egister the report as concurrent e#ecutabe.
Define the concurrent program for the e#ecutabe registered.
-dd the concurrent program to the re3uest group of the responsibiity.



What is the use of triggers in Forms ?
Ans " Triggers are used in forms for e!ent handing. 7ou can write :L<./L code in triggers to respond to a
particuar e!ent occurred in your forms i"e when user presses a button or when he commits the form.
The different type of triggers a!aiabe in forms are 9
)ey1triggers
Na!igationa1triggers
Transaction1triggers
$essage1triggers
4rror1triggers
/uery based1triggers


What is the use of Temp ta0les in 1nterface programs ?
Ans " Temporary tabes are used in 0nterface programs to hod the intermediate data. The data is oaded into
temporary tabes first and then, after !aidating through the :L<./L programs, the data is oaded into the
interface tabes.


What are the steps to register concurrent programs in Apps ?
Ans " The steps to register concurrent programs in apps are as foows 9
5egister the program as concurrent e#ecutabe.
Define the concurrent program for the e#ecutabe registered.
-dd the concurrent program to the re3uest group of the responsibiity


Ho to pass parameters to a report ? do you have to register them ith A/) ?
Ans" 7ou can define parameters in the define concurrent program form. There is no need to register the
parameters with -OL. %ut you may ha!e to register the !aue sets for those parameters.


%o you have to register feeder programs of interface to A/) ?
Ans " 7es ? you ha!e to register the feeder programs as concurrent programs to -pps.


What are forms customization steps ?
Ans" The steps are as foows 9
6opy the tempate.fmb and -ppstand.fmb from -@_TO:<forms<us.:ut it in custom directory. The
ibraries &FND./F, -::6O54, -::D-7:), GLO%4, 6@.TO$, A4, A-, AL, *45T, are automaticay
attached .
6reate or open new Forms. Then customi8e.
.a!e this Form in 6orresponding $odues.



What is &ey and %escriptive Fle!field(
Ans " &ey Fle!field9 Buni3ue identifier, storing "ey information
B @sed for entering and dispaying "ey information.
For e#ampe Orace Genera uses a "ey Fe#fied caed -ccounting
Fe#fied to uni3uey identifies a genera account.

%escriptive Fle!field" 2 To 6apture additiona information.
B to pro!ide e#pansion space on your form
Cith the hep of DE . DE 5epresents descripti!e
Fe#fied.
%ifference 0eteen &ey and %escriptive Fle!field?
Ans "
&ey Fle!field %escriptive Flefield
F. @ni3ue 0dentifier F.To capture e#tra information
>. )ey Fe#fied are stored in segment >..tored in attributes
=.For "ey fe#fied there are fe#fied
/uaifier and segment /uaifier
=. 6onte#t1sensiti!e fe#fied is a feature
of DFF. &descripti!e fe#fied,



What are the steps in .ustomer 1nterface ?
Ans"

Ho to handle errors in .ustomer interface ?
Ans"

What as your role in .ustomer 1nterface?
Ans"

What is the use of .3$T/4 )i0rary in /racle Apps?
Ans"

.an you call APP./,- li0rary in .3$T/4 li0rary ?
Ans " you cannot attach the -::6O54 ibrary to 6@.TO$ because it woud cause a recursion probem
&because 6@.TO$ is attached to -::6O54,. -s of Orace -ppications 5eease FFi, you may
attach the -::6O54> ibrary to 6@.TO$. The -::6O54> ibrary dupicates most -::6O54
routines with the foowing pac"ages9
-::_0T4$_:5O:45T7>
-::_D-T4>
-::_.:460-L>
These pac"ages contain the same routines as the corresponding
-::6O54 pac"ages. Foow the documentation for the corresponding
-::6O54 routines, but add a > to the pac"age names.

.an you use ,-F cursors in .3$T/4 li0rary?
Ans"


What is Fle!Field?
Ans" Orace -ppication uses Fe#fied to capture information about
7our organi8ation. Fe#fied ha!e fe#ibe structure for storing "ey information.
Li"e 6ompany, 6ost 6enter, and -ccount. They aso gi!e u highy adaptabe
.tructure for storing customi8ed information in orace -ppications.


Ho many Fle!fields are there in A, and hat are they ?
Ans"



What are 3ser -!its and hat are different types of 3ser -!its in /racle Apps ?
Ans"


What is 4,. and hat are it5s use?
Ans" The $uti 5eporting 6urrency Feature aows you to report and maintain records at the transaction
e!e in more than one functiona currency. 7ou can do by defining one or more set of boo"s in addition to
primary set of boo"s.


Ho many reporting currencies can 0e attached to Primary $et /f 6ooks ?
Ans"

What are the ne features in ,elease 771 ?
Ans"


What are ad8hoc reports ?
Ans" -d1hoc 5eport is made to meet one1time reporting needs. 6oncerned with or formed for a particuar
purpose. For e#ampe, ad hoc ta# codes or an ad hoc database 3uery


What is F$# and hat is it5s use ?
Ans" F.G is a powerfu and fe#ibe too you can use to buid your own custom reports without
programming. F.G is ony a!aiabe with GL.


What are different types of transactions in A, ?
Ans"


What are value sets ?
Ans"

What do you mean 0y H9_ in customer ta0les ?
Ans"


Ho can you handle multiple ros ithout using loops in P)*$+) ?
Ans"


What are the different types of files used in $+) )oader ?
Ans"



What are 1nterface ta0le in AP: A,:#) ?
-ns9 AP 1;T-,FA.- TA6)-9 F,. -:_0NT45F-64_6ONT5OL..
>,. -:_0NT45F-64_54A46T0ON.
=,. -:_0N*O064_0NT45F-64
G,. -:_0N*O064_L0N4._0NT45F-64.
A, 1;T-,FA.- TA6)-"
F,. -5_:-7$4NT._0NT45F-64_-LL
>,. -5_T-H_0NT45F-64
=,. HI_:-5T7_0NT45F-64
G,. HI_:-5T7_0NT45F-64_455O5.
J,. 5-_6@.TO$45._0NT45F-64_-LL
K,. 5-_0NT45F-64_D0.T50%@T0ON._-LL
L,. 5-_0NT45F-64_455O5._-LL
M,. 5-_0NT45F-64_L0N4._-LL
N,. 5-_0NT45F-64_.-L4.654D0T._-LL
#)1;T-,FA.- TA6)-"
F,. GL_%@DG4T_0NT45F-64
>,. GL_D-0L7_5-T4._0NT45F-64
=,. GL_04-_0NT45F-64
G,. GL_interface
J,. GL_0NT45F-64_6ONT5OL
K,. GL_0NT45F-64_H0.TO57


What are different period types ?
Ans"


What are different types of <ournal entries ?
Ans"


What are the setup steps for testing ?
Ans"


What are 3ser -!its ?
Ans"


What is an 1nvoice ? Ho many types of invoices are there in AP and A, ?
Ans"



What is recurring invoices ?
Ans"


1f the valueset if of type =TA6)- then ho many ta0les can e attach in the valueset ?

Ans"


.an you add a descriptive Fle!Field to a ta0le hich already have data in it ?
Ans"

1f any conflict occurs in F$# the ho ill override .olumn $et or ,o $et ?
Ans"


Ho to take care of null values in $+) )oader ?
Ans"



What is $et of 6ooks ? What are the four conditions hen you change your $/6s?
Ans"


What is 4ultiple /rganization technical architecture?
Ans"


What can e find T-4P)AT-(F46 file ?
Ans"


What are the li0raries attached to T-4P)AT- form ?
Ans"


What is the difference 0eteen cross8validation rules and security8rules?
Ans"


1n ho many ays can you enter a >ournal in #)?
Ans"


What are the setup steps for AP: A,: #)?
Ans"


Ho to register ta0les and columns in A/)?
Ans"


What is the difference 0eteen discounts and ad>ustments?
Ans"


What are different types of invoices and hat is a recurring invoice?
Ans"

What are cycles of #): AP: and A,?
Ans"


What are $ummary Accounts and ,ollup groups ?

Das könnte Ihnen auch gefallen