In a table their 20 records.I had update 6 records???How
can see and retrieve particular 6 records.i.e.,Latest
updated.

Answer Posted / vijaya

select * from aa,fnd_sessions ses
where ses.effective_date between aa.effective_start_date
and aa.effective_end_date

or

select * from aa
where sysdate between aa.effective_start_date and
aa.effective_end_date

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me where we find the status of order information?

669


How to move the one file from one instance to another instance? And your scripts also?

617


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

638


Can u give the Documentation of Custom.pll in oracle apps

2998


Can you explain the difference between architecture followed in 10g & 11g?

665






How do you register report in oracle apps?

635


Which oracle apps version you are very confident in?

707


please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in

3084


Can you define an erp system?

682


Tell me how to find the custom directory in front end?

666


What does appl_top directory contain?

650


how do you describe O2C along with tables

2313


How can we import the data into a database using sql * loader?

682


What is a value set? List its various types.

652


do you know is it possible to run the interface without using oracle apps?

655