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
Explain what are the tables of auto invoice?
do you know is it possible to run the interface without using oracle apps?
can we get profile values in report without using user exists is it possible how?
where to define interorganization transaction charges and what are the different options?
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
What is oracle soa suite?
is it possible to run the interface without using oracle apps?
What are do's and dont's of Interface?
How is choreography different from orchestration?
what is the difference between request group and request security in oracle apps?
In oracle application how do you debug or trace errors?
Plz anybody send me Technical specification for AP Interface
What is the concept of soa governance?
Do you know what is applysys in oracle application database schema, what is apps?
How do you register report in oracle apps?