How to report output like below


supplier name date amount

abc software jan/11 10000 /* jan month total transactions*/
abc software feb/12 30000 /* feb month total transactions*/
dell computers jan/13 45000 /* jan month total transactions*/

Answer Posted / sovan

select supplier_name "supplier name" ,to_char
(trx_date,'mon/yy') "date",amount "amount"||'/*'||to_char(trx_date,'mon')||'
month total transactions */' from <Table_NAME>;

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is pay run id ?

1714


Do you know what are user profiles in apps. Any examples you can give?

667


What is a flexfield? List out its types.

670


Can we create tables in apps schema?

642


What are file in oracle.

1818






Which oracle apps version you are very confident in?

713


Explain oracle apps architecture.

778


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

3092


List the types of flexfield?

615


Can you define an erp system?

684


How is choreography different from orchestration?

663


Do you know what is applysys in oracle application database schema, what is apps?

685


tell my any difficult situtation you solved in your experience in your company?

1873


In support project one ticket alloted which steps follows manualy tell me ?

2227


List the various types of value set.

629