we have clients in different countries, we can run report
in different places, if i want to display particular
language,country,currency everything displays for that
country how?
Answer / umapathi
WE have to go for profile values ,in before report trigger
we have to specify fnd_profile.value(org_id)
and fnd_profile.get('set of bks name) and org_name.
| Is This Answer Correct ? | 6 Yes | 1 No |
what could be the problem if invoice_id is same in ap_invoices_all and ap_invoices_interface. while the Ord_id , invoice_num, and other things is diffrent .
we are inserting,update and delete the data we can do simultaniously, but it will show error in updation? what to do?
what is the standard program for blanket po to process data from interface table to bace table
What do you understand by soa?
What is Summary columns?
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*/
What is sca and how is it useful?
What are the requests groups?
which parameters passed in report in oracle developer how to pass
what are external tables? how can we use external table instead of sql * loader to load data from flat file to staging table?
why do we validate the records while developing interface?
In custom.pll what are the events we can Not write.