Oracle Newbie [message #325791] |
Sun, 08 June 2008 21:03 |
NYRON
Messages: 2 Registered: June 2008 Location: Jamaica
|
Junior Member |
|
|
Hey guys I am a newbie to the oracle development world, so you have to bare with me please. I just started my job last week where I do work mostly with oracle Forms and Reports to be use in oracle financial(AP). My first assignment was to create a report to collect supplier transaction output to a text file to be send to the bank electronically. I was found a site that give a general overview of what to do, also I have received a sample report, that basically seem to have all the data requirements( format and all) but when I try to test it I don't seem to be able to run the report after doing some debugging I realize that soem of the table names where different in the queries, I have since fixed those but seem to be having trouble with FND_Currency. I think its some sort of built in library, what can I do to make this work from my machine.
Any help will be greatly appreciated
Thanks.
Nyron Williams
|
|
|
|
Re: Oracle Newbie [message #328883 is a reply to message #325791] |
Mon, 23 June 2008 04:14 |
cjack
Messages: 22 Registered: June 2008
|
Junior Member |
|
|
Hi,
FND_Currency is a oracle standard userexit, so we only can run the report through oracle ebs, if not impact the function, you can comment the statment. Good luck
|
|
|