in before report trigger SRW.user_exit(FND_Userinit) what
will do

Answer Posted / reddy

It will sumbit user profiles to the server.

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain master-detail relationship with some examples.

586


What is an SQL FORMS ?

2312


What is a canvas in oracle forms?

594


What are the various configuration files that are used by oracle forms?

568


What do you understand by oracle forms and why are they required?

557






In what sequence do triggers get fired by oracle forms?

539


in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory

2494


What is an oracle report? List its various types.

568


from where do u receive the information to develop report

1528


What do we mean by record group in oracle forms?

614


all steps of bitmap report?

1908


in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

1294


how do u compile a form i.e .fmb file in Unix or in dos

4021


i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE

2466


Is it possible to have multiple layouts in a report?

574