Finding Oracle Financial Data Modle

Do you know where i can get a hold of an ERD for Oracle Financial Application? I also need to know what are the key tables when migrating data from a legacy system into Oracle Financial Apps. Thank you for your help. G

For those who did not know:
The Data Diagrams (Data Modle) can be found in Oracle Applications Technical Reference Manual (one for each modules). For example, Data Modle for General Ledger Modules is in chapter 2 of "Oracle General Ledger Applications Technical Reference Manual". Getting a hold of the manual is another story all together.

Similar Messages

  • Where can i find Oracle Financial CD?

    Hi there,
    Would anybody please tell me where can i find the CD for Oracle Financial like Assets, Purchase Order, GL.etc.
    Thanks a lot in advance
    Regards
    Abid

    You can try http://store.oracle.com to buy any Oracle Software.

  • DATE QUERY (Need to find the financial dates)

    **I want to get the first and last financial dates of any year when i enter some date**
    Say, If i enter today's date "07-aug-2012", The query should written me the financial dates are 01-apr-2012 to 31-mar-2013
    And Note : That query should written me the financial dates of any year. (" not only this year alone ")
    Is there any possibility to find query for this?
    Shoot me if possible!!!

    with t as (
               select trunc(add_months(date '&enter_date',-3),'YYYY') fiscal_year from dual
    select to_char(add_months(fiscal_year,3),'DD-MON-YYYY') fiscal_year_start,
           to_char(add_months(fiscal_year,15) - 1,'DD-MON-YYYY') fiscal_year_end
      from t
    / For example:
    SQL> with t as (
      2             select trunc(add_months(date '&enter_date',-3),'YYYY') fiscal_year from dual
      3            )
      4  select to_char(add_months(fiscal_year,3),'DD-MON-YYYY') fiscal_year_start,
      5         to_char(add_months(fiscal_year,15) - 1,'DD-MON-YYYY') fiscal_year_end
      6    from t
      7  /
    Enter value for enter_date: 2012-08-07
    old   2:            select trunc(add_months(date '&enter_date',-3),'YYYY') fiscal_year from dual
    new   2:            select trunc(add_months(date '2012-08-07',-3),'YYYY') fiscal_year from dual
    FISCAL_YEAR FISCAL_YEAR
    01-APR-2012 31-MAR-2013
    SQL> /
    Enter value for enter_date: 2013-03-31
    old   2:            select trunc(add_months(date '&enter_date',-3),'YYYY') fiscal_year from dual
    new   2:            select trunc(add_months(date '2013-03-31',-3),'YYYY') fiscal_year from dual
    FISCAL_YEAR FISCAL_YEAR
    01-APR-2012 31-MAR-2013
    SQL> /
    Enter value for enter_date: 2013-04-01
    old   2:            select trunc(add_months(date '&enter_date',-3),'YYYY') fiscal_year from dual
    new   2:            select trunc(add_months(date '2013-04-01',-3),'YYYY') fiscal_year from dual
    FISCAL_YEAR FISCAL_YEAR
    01-APR-2013 31-MAR-2014
    SQL> SY.

  • Oracle Financial Services Balance Sheet Planning Installables

    Hi Everyone
    Can anyone let me know where can we find Oracle Financial Services Balance Sheet Planning Installables (Software to install)
    I am not able to find in
    Oracle e delivery -> Oracle enterprise management
    Can you please navigate me to that software
    Thanks in advance

    Hi John,
    Thanks for the quick reply
    I have gone through the guide
    BSP will not work in Windows Environment ?
    I have installed and configured Hyperion Planning 11.1..2.3 .500 , But not able to find Hyperion PS3 bundles BSP 6.1 files
    In guide its mentioned like this
    Installation of BSP 6.1 on Hyperion Planning PS3
    Hyperion PS3 bundles BSP 6.1 files. Installing Hyperion will only deploy the
    BSP files. BSP needs to be subsequently “initialized” in order to access it.
    If CAPEX and/or WORKFORCE applications are required, initialize CAPEX and/or
    WORKFORCE after BSP initialization is complete.
    Note: For PS3, sequence of initialization to be BSP, CAPEX, and then
    WORKFORCE.
    Thanks

  • How to find out when data was deleted from table in oracle and Who deleted that

    HI Experts,
    Help me for below query:
    how to find out when data was deleted from table in oracle and Who deleted that ?
    I did that to fidn out some data from dba_tab_modifications, but I m not sure that what timestamp shows, wether it shows for update,insert or delete time ?
    SQL> select TABLE_OWNER,TABLE_NAME,INSERTS,UPDATES,DELETES,TIMESTAMP,DROP_SEGMENTS,TRUNCATED from dba_tab_modifications where TABLE_NAME='F9001';
    TABLE_OWNER                    TABLE_NAME                        INSERTS    UPDATES    DELETES     TIMESTAMP         DROP_SEGMENTS TRU
    PRODCTL                        F9001                                                     1683         46       2171            11-12-13 18:23:39             0                   NO
    Audit is enable in my enviroment?
    customer is facing the issue and data missing in the table and I told him that yes there is a delete at 11-12-13 18:23:39 in table after seeing the DELETS column and timestamp in dba_tab_modifications, but not sure I am right or not
    SQL> show parameter audit
    NAME                                 TYPE        VALUE
    audit_file_dest                      string      /oracle/admin/pbowe/adump
    audit_sys_operations                 boolean     TRUE
    audit_syslog_level                   string
    audit_trail                          string      DB, EXTENDED
    please help
    Thanks
    Sam

    LOGMiner --> Using LogMiner to Analyze Redo Log Files
    AUDIT --> Configuring and Administering Auditing

  • 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.

  • To find last run date of custom concurrent program in oracle apps

    Hello Exports,
    Can you pls tell me how to find last run date of custom concurrent program in oracle apps.( thr Backend query )
    Thanks in advance,
    Edited by: 981527 on Mar 7, 2013 3:01 AM

    try the below:
    select fcp.user_concurrent_program_name
    ,fcr.request_date
    ,fu.user_name
    ,fcr.actual_start_date
    ,fcr.actual_completion_date
    ,fcr.phase_code
    ,fcr.status_code
    ,fcr.argument1
    ,fcr.argument2
    ,fcr.argument3
    from fnd_concurrent_programs_vl fcp
    ,fnd_concurrent_requests fcr
    ,fnd_user fu
    where fcp.user_concurrent_program_name like 'Payroll Run'
    and fcp.concurrent_program_id = fcr.concurrent_program_id
    and fcr.requested_by = fu.user_id
    order by fcr.actual_completion_date desc

  • Oracle Financial , getting external Data

    Hai ,
    We have an oracle financial system running with an inventory module , we need to link the database to an external dataase (text file). The program should upload text formatted (comma separated) data into the respective field and update it.
    Can this be done , this is a part of physical stock taking with a hand held computer..
    pls reply at [email protected] or [email protected]

    You have to load your data into MTL_TRANSACTIONS_INTERFACE table and submit Material Transaction Manager.
    See 'Oracle Manufacturing API's and Open Interfaces manual' for details.
    Regards, Alexey Ivasyuk. ([email protected])
    OA Consultant.

  • I can not find (see) the Data Control Accordion

    Hello all,
    I cannot find (see) the Data Control Accordion, I just installed the Jdeveloper 11g (Oracle JDeveloper 11g (11.1.1.2.0) - November 2009) from this link http://www.oracle.com/technology/software/products/jdev/htdocs/soft11.html
    I started a new ADF BC application, but I cannot find the data control accordion to drag and drop the components I created in the application model. Is there anything I must do after installation (post installation), is there any libraries need to be installed? Please, I need a help to create my application, I’m totally stuck, many thanks for any help.
    Kind regards,
    Nabil

    Shay Shmeltzer wrote:
    Can you post an image of your screen so we can see how it looks like?
    If you delete the JDeveloper\system11.1.1.2.36.55.36 directory - does your IDE get back to the right way of displaying the data control?Hello,
    Many thanks for your reply, kindly find attached screenshots for the two installation of Jdeveloper 11g I have (release 1 & 2), it shows clearly that the “Data Control” is available for release 1, but not available for release 2, even we are talking about the same application!
    Regarding the “JDeveloper\system11.1.1.2.36.55.36”, I’m not sure if I have it (attached a list of directories installed), I was not able to find it under my installation directory, therefore I can’t answer your question, but please advise if it could be the reason, how I may have it, do you think there is something wrong with the installation? I noticed that some persons having the same problem before me, so what was wrong, and how they solve it? I appreciate any help please, many thanks.
    Regards,
    Nabil
    P.S. regarding the attached files, sorry I don't know how to attach files to my reply (you may email me at [email protected] so I can send you the screenshots through email, if you please), any help regarding that too will be appreciated.
    Directory     Location
    o.adf-faces-query-and-lov-dt.11.1.1.2.36.55.36     E:\Oracle11MW\Middleware\jdeveloper\jdev\unit-tests\system11.0.0.0.0
    o.adfdt.swingcore.11.1.1.2.36.55.36     E:\Oracle11MW\Middleware\jdeveloper\jdev\unit-tests\system11.0.0.0.0
    o.adfm.11.1.1.2.36.55.36
    o.adfm.11.1.1.2.36.55.36
    o.BC4J.11.1.1.2.36.55.36
    o.bm.11.1.1.2.36.55.36
    o.css.11.1.1.2.36.55.36
    o.diagram.javadoc.11.1.1.2.36.55.36
    o.dynamic.faces.11.1.1.2.36.55.36
    o.ide.11.1.1.2.36.55.36
    o.j2ee.11.1.1.2.36.55.36
    o.jdeveloper.11.1.1.2.36.55.36
    o.jdeveloper.esdk.11.1.1.2.36.55.36
    o.struts.11.1.1.2.36.55.36
    o.struts.adf.11.1.1.2.36.55.36
    o.xsqldt-ide.11.1.1.2.36.55.36

  • Unable to Find "Oracle BI Publisher" menu in MS-WORD

    Hi,
    I have de-installed oracle bi publisher desktop and re-installed it, i could find the "Insert,Data,Preview" toolbar but couldnot get Oracle BI Publisher menu near help menu in MS-WORD.
    I am using MS-WORD 2003 and have tried re-installing but no luck.
    Regards,
    Sreekanth.

    Hi, got the answer from the following thread:
    http://forums.oracle.com/forums/thread.jspa?messageID=4125595&tstart=0
    Thanks,
    Sreekanth.

  • Need to know the sqluery to find the disabled date from OIM 9.1.0.1

    Hi Experts,
    Need very urgent inputs from you all for the preparation of our audit.
    We are using OIM9.1.0.1
    We need to know the sqlquery for finding the Disabled date in OIM given the user ids, as currently we are unable to get the exact data from Historical Reports Option in OIM.
    I need to give in this format:
    select usr_login, usr_disabled from schemaname.tablename where usr_login in
    ('aaa','bbb'..... etc)
    We have three attributes :USR_DISABLED_BY_PARENT,USR_DISABLED,USR_DEPROVISIONING_DATE,but none of them give the exact date,
    USR_DISABLED gives just a flag as 1 or 0.
    Also there are no other fields in the corresponding usr table.
    So how to fetch the exact Disabled date from OIM system when I input the user ids.
    Your immediate response is appreciated.
    Thanks
    SS

    In the entire thread many experts have given nice queries in different formats...
    The best approach would be to open up the SQL Developer, connect with the OIM Database and experiment with all sorts of SQL queries provided by all the experts..
    Learn some SQL techniques, like Inner Join etc...
    Then you yourself will be able to figure out what you need, in exactly which format, for which users and for whom you have to restrict
    Then not only this question, you would be able to solve dozens of similar such issues yourself...
    And trust me, nothing can match that...
    Just in case, you are not familiar with SQL Developer,
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    Oracle SQL Developer 3.2.1 (3.2.10.09.57)
    September 24, 2012
    The Disabled DATE will be the creation date of that entry in the UPA_FIELDS table when Users.Status changed to Disabled.
    SELECT USR.USR_LOGIN, UPA_FIELDS.CREATE_DATE
    FROM UPA_FIELDS
    WHERE UPA_FIELDS.FIELD_NAME='Users.Status'
    AND UPA_FIELDS.FIELD_NEW_VALUE='Disabled'
    AND UPA_FIELDS.UPA_USR_KEY=USR.USR_KEY
    AND USR.USR_LOGIN NOT IN ('XELSYSADM', 'XELOPERATOR', 'WEBLOGIC');

  • What is the role of Lns process in oracle 10g data guard

    Hi ,
    plz help me out to find out the actual working of lns process in oracle 10g data guard
    when i use SYNC redo transport
    the output of v$managed_stanbdy is like that ..
    PROCESS PID STATUS CLIENT_PROCESS GR# SEQ#
    ARCH 9258 CLOSING ARCH 2 498
    ARCH 9260 CLOSING ARCH 1 499
    ARCH 9262 CLOSING ARCH 2 496
    ARCH 9264 CLOSING ARCH 1 497
    LGWR 9206 CLOSING LGWR 2 482
    its not display any info about lns,thats means lns is not working in SYNC redo transport mode ?
    but if i changed it to ASYNC then the out put of v$managed_stanbdy is like this ..
    PS PID STS CPS GR# SEQ#
    ARCH 9258 CLOSING ARCH 1 509
    ARCH 9260 CLOSING ARCH 2 510
    ARCH 9262 CLOSING ARCH 1 505
    ARCH 9264 CLOSING ARCH 2 508
    LGWR 9206 CLOSING LGWR 1 503
    LNS 10528 CLOSING LNS 2 510
    Now it display all the info about lns process...
    i read in oracle documentation that lns process send redo data from primary,( through network service ) to RFS on standby side.
    but first output means that lns is not working,if not then which process send redo from primary to RFS on standby ?
    i also read in some blog that lgwr use some extra buffer size from primary db SGA ,to write redo in that buffer ,ans lns read redo from that buffer and send it to RFS on stanby side,
    i m totally confused ..can u plz help me with correct logic behind this .
    thanx in advance.

    Hello,
    On the primary database when you run the v$managed_standby, it shows up the LNS process as this process sends redo info to the standby database and on the standby database the RFS process receives the redo information.
    So on the primary database when you query the v$managed_standby, it shows up LNS and on the standby database when you query the v$managed_standby it shows up RFS. Please let us know where you are running the query.
    Refer this http://datadisk.co.uk/html_docs/oracle_dg/architecture.htm
    969752     
    Handle:     969752
    Status Level:     Newbie
    Registered:     Nov 6, 2012
    Total Posts:     9
    Total Questions:     2 (2 unresolved)
    Name     Hemendra Singh
    Location     NoidaPlease consider closing your questions by providing appropriate points and marking it as answered. Please keep the forum clean !

  • Where we can find Short Text data type attachment

    Hi,
    file type attachements are store in fnd_lob.
    Where we can find Short Text data type attachment in oracle apps.
    Regards

    Hi,
    You can find short text data type attachments in FND_DOCUMENTS_SHORT_TEXT table.
    Please also refer link:
    Oracle Apps Gurus: Attachments in Oracle
    Attachments in Oracle Applications
    Hope this helps!!!
    Best Regards,

  • Please help (oracle Financial logon problem)

    any body help me to logon in oracle financial application rel 11 .when i enter username password in his interface he gave me erro INVALID APPLICATION USERNAME .please give its proper solution
    please send me mail or give answer
    thanks

    Hi Shahbaz,
    If you are trying to logon to Applications GUI and system gives you an error 'Invalid Username/Password' that means the Username and Password does not match. Create (In case User Name does not exist)/Reset the password for user you are trying to logon with.
    Else if you are using oracle back end username password to populate some interface tables you need to find out password for "apps" or any other oracle user that you DBA might have created.
    Hope that helps..
    Serbjeet
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by shahbaz kasuri ([email protected]):
    any body help me to logon in oracle financial application rel 11 .when i enter username password in his interface he gave me erro INVALID APPLICATION USERNAME .please give its proper solution
    please send me mail or give answer
    thanks<HR></BLOCKQUOTE>
    null

  • Regarding Oracle Financial Analyzer

    Hi all
    Does oracle Financial Analyzer works with Oracle Apps only or can it be used with Other ERP packages also??
    2)Is there any document on how to get reports regarding EVA,RAROC using the Oracle Financial Analyzer.

    Hi,
    OFA: How is it related to DW. Is it an OLAP tool? if yes How is it different from Express Objects and why two tools like OFA and Oracle Express Analyser/Objects?
    DW usually refers to a larger enterprise solution including multiple solution areas of data consolidated. OFA is an OLAP tool which typically only focuses on one or a few solution areas, such as Finance or Human Resources. OFA is a prepackaged solution much like Office productivity software, where as Express Objects is a complete development environment for OLAP applications. Express Objects is comparable to Oracle JDeveloper or IBM Eclipse, only it's for an OLAP data source (Express Server that is).
    Why two tools, well some people want custom applications developed from scratch because of user requirements and data analysis needs, while others are happy with a predeveloped solution that only needs a little customization such as OFA. OFA does a great job in the Budgeting/Planning/Reporting area.
    Bill

Maybe you are looking for

  • Upload interactive form and access field values in WD component

    Hi Experts, I want to upload a prefilled  interactive adobe form in my webdynpro component and then I want to read the values filled in the form in my webdynpro component. I don't want to display the interactive form in the WD component. Just need to

  • Scheduled for Outbound processing - Sysfail

    I´m trying to build a (Mail-> XI -> File) Scenario and I´m having some problems. The attachment of the mail must be passed to xi bpm and for that I used the module PayloadswapBean (according to /people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-

  • Podcasts with video not working - suggestions?

    Hello, Vids work in itunes but not on the iphone? I watch woodworking pod casts from thewoodwhisperer.com (and several others in itunes. Some are tagged "apple TV HD" but when I sync them on my iphone all I get is sound no video. And an error "was no

  • Where can I buy k530i body

    Hi, I have a sony ericsson k530i phone and I need to buy a new body for it. Can any one please share the link where can I buy it. I am from Bangalore, India Sudheesh P

  • How to link a table cell?

    Hi, What would be the best way to link this table cell? I want the entire cell to be linked rather than just the text inside it. <table width="160" border="0" align="right" cellpadding="5" cellspacing="0" class="backgroundbox-video">