How to be come an oracle financial Consultant

Hi
I am a qualified accounatant and will like to try my hands on Oracle Financial. Can someone please advice on how on how to become one and what it entails, where the best training can be obtained in London, United Kingdom.
I want to do the training but will like to know where to get it. I prefer the tutor led training with real case study not just books alone.
Thanks
My email is [email protected]

I had the same problem. My specific requirements were to convert it to double. But the standard ADO.NET numeric should also work. Here is how I've done it in managed C++. This code is trying to be provider independent, hence using dynamic invocation:
System::Object* pObjValue = pTypeCmd->InvokeMember( "GetOracleDecimal",
                    static_cast<BindingFlags>(
                    BindingFlags::Instance
                    | BindingFlags::Public
                    | BindingFlags::InvokeMethod ),
                    NULL,
                    pDataRec,
                    objParams );
DebugAssert( NULL != pObjValue, "NULL != pObjValue" );
System::Double dValue;
if (NULL != pObjValue)
     System::String* pStrVal = pObjValue->ToString();
     if (NULL != pStrVal)
          dValue = Convert::ToDouble( pStrVal );

Similar Messages

  • How to become Oracle Financial Consultant

    Kindly I need you help. How to become an Oracle Financial
    Consultant. I would be wait your reply.
    [email protected]

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by LIke funncy user ():
    Anyone can suggest me how to become a Oracle Financials Consultant. Can any one give me list of question asked to potential candidate, with answers so that I can mimik and become consultant<HR></BLOCKQUOTE>
    Pls send me any info u have on this topic.
    ([email protected])
    null

  • Job opening for oracle financial consultant

    job opening oracle financials consultant - permanent postion

    hi,guy this site igsky.com it is about online game's web,we offer the news and important cheats,The main we sell wow gold,if u want to buy wow gold,u need buy wow gold from this site,it is cheapest,right,u want buy world of warcraft gold,cheap wow gold,plz click here: wow gold,it is cool,isn't it?everyone who play world of warcraft and want buy world of warcraft gold can get some help from our.We have mass available stock of wow gold on most of the servers, so that we can do a really instant way of buy wow gold delivery. We know what our buyers need so we offer an instant way of cheap world of warcraft gold, the cheap wow gold delivery Sell WoW Gold and Sell FFxi Gil.lol…

  • Oracle financial free CD (Trial Version)

    Hi
    How can I get an Oracle financial CD for testing purpose?
    Regards
    Lakmal

    Ganga,
    The version that is out on OTN is an unlimited trial release. I don't know the exact wording of the agreement, but basically you can use it free of charge until you would want to use it in a production environment. Your case I would say qualifies as a research project, so you can use it as long as you want, free of charge. There is no licence key or anything that could even potentially screw up your project.
    Please go ahead, download and start using the product.
    Thanks,
    Mark.

  • What is the required educational background to have a career an oracle financial functional consultant ?

    which university degree is better to start as an oracle financials functional consultant ? Accounting or computer scince

    Hi
    You need to gain knowledge on Oracle Financial Application functional aspects, which Oracle provides. Link is
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=3
    Shanks

  • How to do this in Oracle discoverer for OLAP

    I have two dimensions like commodity ( having 3 levels) and organisation ( having 8 levels) and Time ( Year- Quarter-Month) . The measure is Gross spend in USD. I have calculated 4 measures on this.
    When I make the report in discoverer plus I have created the reports as organisation as page Items at level 1. Commodity is another dimension which i have put in left hand of the report.I want to compare specific month calcualtion to prior or future month selection with out having drill downs,because when we drill on year, it contains 3 quarters and contains 4 months.. the report is becoming very big and the calculations are getting for each year.how to avoid this
    ytd of dec 05 ytd of dec 06 % h % L Percentage

    There is a Year to Date calculation template that will allow you to do this.
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • Oracle Financial ???

    I'm presently reviewing my hardware requirements for Oracle Financial DB(asset,cm,gl,payable,recv,global consolid). I was interested in knowing if anyone has built a similar environment and how much space was allocated for the database? How large of a company? Thanks...

    I've been a Oracle Financials consultant for over 5 years. I could answer some of your questions. [email protected]

  • Does Oracle OLAP comes with Oracle Database 10g ?

    1.Does Oracle OLAP comes with Oracle Database 10g or do we need seperate software to have this ?.
    2.If I create a Cube with Analytic work space manager the cube is going to be stored in the Database ( meaning the in the table space where OLAP is Stored).
    3. What is the difference between Analtyic work space manager and discoverer For Olap.
    Help is higly appreciated ..
    Thanks, Prasad

    One thing to point out : The OLAP option is a costed database option, so while this is automatically installed and part of your database you do have to purchase additional licenses to use this feature. You will need to check with your Oracle account manager to see if you are actually licensed to use this feature.
    If you have existing 9i OLAP cubes these can be quickly and easily migrated to 10g OLAP and the documentation explains how to do this. However, there are many new features that are part of 10g OLAP that will improve the performance of your data model that will not be enabled as part of a migration process. Based on my experiences it would be quicker and easier (depending on the size of your existing 9i OLAP cubes) to consider rebuilding your data model using these new 10g features. You should be able to export all the dimensions to XML templates from 9i OLAP and import the templates into the 10g schema and reload your dimensions.
    For the cubes you will probably want to consider using partitioning, composites and compression to provide maximum flexibility and performance for your new data model. There is more information on these features within the OLAP documentation and in the many whitepapers and presentations on the OLAP home page on OTN.
    For moving data from SQL Server to 10g OLAP much depends on the nature of the data transfer. If it is a one-off bulk data load then you could consider using the normal MS command line tools to dump the data out and transfer it to Oracle. Alternatively, you could consider using Oracle Data Integrator to manage the extraction of the SQL Server data and the data load process into Oracle 10g relational tables. If you decide to use Data Integrator this will require additional licenses.
    If you can extract the data from SQL Server to flat files you can use Oracle Warehouse Builder (basic ETL is free as part of the 10g database license) to load that flat file data via external tables. Warehouse Builder can also be used to define your OLAP data model (think of Warehouse Builder as a more powerful version of Analytic Workspace Manager) and provides tools to load the data directly into your OLAP dimensions and cubes. You can get more information on managing OLAP data models with Warehouse Builder the Warehouse Builder home page on OTN.
    There are no facilities to modify Discoverer Viewer to add customisations. You can add company logos, modify certain colors and/or hide certain features but it is not possible to add additional features. You may want to consider using BI Beans to provide this type of environment. BI Beans is the development framework used to create Discoverer Viewer. You can create customised JSP pages that look identical to Discoverer Viewer pages with the added benefit of providing your own specific features. You can get more information on the BI Beans home page on OTN.
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • How to extract data from oracle database directly in to bi7.0 (net weaver)

    how to extract data from oracle database directly in to bi7.0 (net weaver)? is it something do with EDI? can anybody explain me in detail?
    Thanks
    York

    You can use UDConnect to get from Oracle database in to BW
    <b>Data Transfer with UD Connect -</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/content.htm
    <b>Prerequisites</b>
    You have installed the SAP WAS J2EE Engine with BI Java components.  You can find more information on this in the SAP BW installation guide on the SAP Service Marketplace at service.sap.com/instguides.
    Hope it Helps
    Chetan
    @CP..

  • How to pass values to Oracle store procedure in Crystal Report

    Hi all,
    I am newbie on passing values to stored procedure parameters. I created a Crystal Report using the Crystal Report wiward with PULL method and data come from Oracle stored procedure. In an ASP.NET page, I have stored two values in Session and need to pass them as input parameters to Oracle stored procedure to print the report. In Crystal reports 2010 once you connect to a stored-procedure as data source, it automatically creates the parameter fields with Crytal Report Viewer. Please show me how I pass values to store procedure at runtime automatically.
            'Set the parametter value
            myReport.SetParameterValue("@P_COURSE", "CoursetNo")
            myReport.SetParameterValue("@P_CLASS", "ClassNo")
        End Sub
    I tried to apply above codes from Brian Bischof book but display the error from the following lines:
            myReport.SetParameterValue("@P_COURSE", "CoursetNo")
            myReport.SetParameterValue("@P_CLASS", "ClassNo")
    I also enclosed my code. Any experts, please let me know anything wrongs on my code . I tried several methods that searching via google, but did not solve my issues. Thanks.
    Edited by: avt2K7 on Mar 15, 2011 7:02 AM

    Hi,
    Thank you for your response. Here are the detailed code and error as following:
    Please show what I am missing in my below VB.NET codes:
    ===========================================================================================
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            LogonToTables("username", "password", "servername", "")
        End Sub
        Private Sub LogonToTables(ByVal myUserId As String, ByVal myPassword As String, ByVal myServerName As String, ByVal myDataBaseName As String)
            Dim Course, Class As String
            Course = Session.Item("CourseNumber"))
            Class = Session.Item("ClassNumber"))
            Dim myReport As New CrystalDecisions.CrystalReports.Engine.ReportDocument
            myReport.Load(Server.MapPath("CrystalReport1.rpt"))
            Dim myTableLogonInfo As CrystalDecisions.Shared.TableLogOnInfo
            'Set the database properties and security credentials
            Dim myConnectionInfo As New CrystalDecisions.Shared.ConnectionInfo
            myConnectionInfo.ServerName = "servername"
            myConnectionInfo.DatabaseName = ""
            myConnectionInfo.UserID = "username"
            myConnectionInfo.Password = "password"
            'Apply the ConnectionInfo to the report tables
            Dim myTables = myReport.Database.Tables
            For Each myTable As CrystalDecisions.CrystalReports.Engine.Table In myTables
                myTableLogonInfo = myTable.LogOnInfo
                myTableLogonInfo.ConnectionInfo = myConnectionInfo
                myTable.ApplyLogOnInfo(myTableLogonInfo)
            Next
            'Set the parametter value to Crystal Report parameter named P_COURSE and P_CLASS
            myReport.SetParameterValue("@P_COURSE", "Course")
            myReport.SetParameterValue("@P_CLASS", "Class")
        End Sub
    =================================================================================
    I put a break point to debug but display the error at the following lines:
            myReport.SetParameterValue("@P_COURSE", "Course")
            myReport.SetParameterValue("@P_CLASS", "Class")
    Eventhough, if I set a specific value to Course=1000 and Class = math and still receive the error:
    Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
    I tried several sources from Google search but it is not working. I really appreciate any detailed code either in C# or VB.NET to solve my issues. Thanks in advance.

  • Where can I find Documentation for Oracle financial installation

    Hi
    Where can I find Documentation for Oracle financial
    installation as which all modules to be downloaded for linuk server etc
    here is what I have found
    ===================================
    Oracle9i Application Server, Version 1.0.2.2.2 CD Pack for Linux x86 [Act as Server][to be installed on main linux server]
    ===================================
    Oracle® Applications 11i Release 9 CD Pack for Linux x86     [Act as client][to be installed on client sean,AJ,Vinod]
    ===================================
    Internet Developer Suite (1.0.2.4.1) CD Pack (with iAS Pack) for Microsoft Windows (32-bit)
    ===================================

    user11872870 wrote:
    Hi Tubby,
    http://www.quest.com/documents/list.aspx?SearchOff=true&ContentTypeID=20&prod=1
    This link has many pdf files but none has the useful information. Those pdf's are just 2 or 3 pages each.Sad Christmas for you then i suppose.
    Perhaps you could contact the vendor (quest) and get them to help you in your search for whatever it is you're looking for. An Oracle SQL and PL/SQL forum is not the venue for this, please mark the question as answered, and good luck in your search.

  • How to implement this in Oracle Apps 11i

    Hello Friends
    I am working as a consultant for a manufacturing company.
    They have a format for charging Excise and Sales tax on their products (example below). I dont know how to implement this using oracle apps. Please help me ASAP.
    eg.
    Product A:
    MRP = Rs. 100
    Assessable Value (i.e. the value at which I have contract with the Government to pay Excise Duty) = 60% of MRP = Rs. 60 in this case.
    Excise Duty = 16% of AV =0.16*60 = Rs. 9.6
    Now, let’s suppose I am selling my product to a dealer at 30% discount.
    Therefore, Sale Price = 70% of MRP = Rs. 70
    Sales Tax = 4% of Sale Price = 0.04*70 = 2.8
    Therefore, total revenue from the deal = 70-9.6-2.8 = Rs. 57.6

    you can use Advance Pricing or creating discount or attiribute while calculating.
    this is not much complex, possible even with Advance Pricing too. Thanks
    Shiv

  • How to enable SSL in oracle 11i

    HI
    1)How to enable SSL in oracle 11i
    2)How do I make an oralce 11i instance available on the internet
    can some one suggest the procedure and the metalink doc or forums that can be referred to for better understanding and using the applcaitons
    Regrads

    Refer to the following notes:
    Note: 123718.1 - 11i: A Guide to Understanding and Implementing SSL for Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=123718.1
    Note: 217368.1 - Advanced Configurations and Topologies for Enterprise Deployments of E-Business Suite 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=217368.1
    Note: 229335.1 - Best Practices For Securing Oracle E-Business Suite 11i For Internet Access
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=229335.1

  • How to attach report in oracle apps

    I have good experince in oracle reports but now new in EBS 12. And very soon new reports will be developed. i am studying documentation of EBS since last week but still not able to know about
    1)How to attach report in oracle apps.
    2)How prameters should be defined
    3)What are the limitation for developing new reports for oracle apps

    could u post this in apps forum
    For stand alone reports check this
    http://www.alexyscorp.com/send_report_email.zip
    Message was edited by:
    Alex(AlexysCorp)

  • How necessary is for an ORACLE developer to learn JDeveloper

    How necessary is for an ORACLE designer/developer to learn
    JDeveloper/SQLJ/JAVA to develope an enterprise level internet
    application?
    null

    Asad Iqbal (guest) wrote:
    : How necessary is for an ORACLE designer/developer to learn
    : JDeveloper/SQLJ/JAVA to develope an enterprise level internet
    : application?
    As you know, the business and programming community has
    adopted Java in an unprecedented manner.
    Java will be the lifeblood in the infrastructure of many
    future (enterprise level) applications and future platforms.
    So, I believe it is vital to understand Java!
    To develop an enterprise level application without Java,
    would be a difficult propositio to sell!
    Ofcourse, significant technical expertise in
    Designer and Developer, PL/SQL, etc
    will continue to be valued for many years to come.
    But this is just my personal opinion.
    null

Maybe you are looking for

  • How do i stop duplicate requests in Struts

    Hi I am working on a project and i am kinda stuck on this one issue, Our Test Engineer found this great bug;) Man he clicks the sumbit button more than once and wants the job done only once. How do i handle duplicate requests in struts, i found some

  • Does iPhoto read APS cassette # on Kodak Picture CD

    I've loaded pictures into iPhoto from a Kodak Picture CD from APS film. The photos load as well as the date and time of day that the picture was taken. There is a cassette # on the film cartrige and Picture CD. Is there a way to get this info automat

  • As3 and label childs

    hi, how to make what every child could have its own tag, but not the last one in xml? here is my code: <?xml version="1.0" encoding="utf-8"?> <mx:Module xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:tagfiles="*" layout="absolute" width="630" height

  • Really need application help

    OK, so I need to create an application that calculates and displays a monthly mortgage payment, and also displays the loan balance, principle applied, and interest applied for each payment over the course of the loan. The loan amount will be determin

  • Customizing the masthead in portal

    Hi Experts,   how to customize the branding image area in masthead... i need to flash the images one after the other in masthead area how to make it as possible plz help me in this ... waiting for u r responses .... Regards, Shilpa. Edited by: pasuma