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 instead of trigger in where we will use?

674


In hierarchical structure of a database? we have write query from where we should start?

1701


What are the different components of soa suite?

721


List of all the modules under Manufacturing, Finance and Distribution in oracle applications?

1798


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

659






Tell me how to debug the report?

637


what are the different transaction clauses in AR?

1598


How do you register report in oracle apps?

626


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

672


What are the Standard Reports and Forms in HRMS?

1770


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2591


what are the prerequisites for costing transactions?

2631


What do you understand by soa and what are the benefits of using this architecture?

619


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

3076


What are the benefits of using soa architecture?

707