How to setup Multi Reporting Currency by SubLedger in Oracle EBS 12.1.3

Hi,
I would like to ask about how to setup (steps) multi reporting currency by Subledger, by Balance in Oracle EBS R12.1.3
Thanks
fn

Hi;
Please see:
Reporting Currency Function With Subledger Option In Release 12 [ID 785385.1]
Hope it helps
Regard
Helios

Similar Messages

  • How to generate a report direct in PDF with oracle developer 6i

    hi all
    Please help me about this issue.
    THAT How to generate a report directly in PDF using oracle developer 6i.
    Regards
    Yousuf Ahmed Siddiqui

    Hi,
    You can create the Report directly in PDF by setting some of the Report Parameters
    i.e. DESTYPE, DESNAME AND DESFORMAT as follows before calling the Report.
    DECLARE
         PL_ID          PARAMLIST;
         PL_NAME     VARCHAR2(10) := 'param_list';
    BEGIN     
         PL_ID := GET_PARAMETER_LIST (PL_NAME);
         IF NOT ID_NULL (PL_ID) THEN
                  Destroy_Parameter_List(PL_ID);
         END IF;
         PL_ID := Create_Parameter_List(PL_NAME);
         Add_Parameter (PL_ID, 'DESTYPE', TEXT_PARAMETER, 'FILE');
         Add_Parameter (PL_ID, 'DESNAME', TEXT_PARAMETER, 'c:\test.pdf');
         Add_Parameter (PL_ID, 'DESFORMAT', TEXT_PARAMETER, 'PDF');
            RUN_PRODUCT (REPORTS, 'REPORT_NAME', ASYNCHRONOUS, RUNTIME, FILESYSTEM, PL_ID, NULL);
    END;Hope this helps.
    Best Regards
    Arif Khadas
    Edited by: Arif Khadas on Apr 22, 2010 9:24 AM

  • How to create multi-reports based on one user parameter - URGENT!

    Hi, can any one help me? I want to create multi-reports at one time and each of the reports should be generated based on a parameter :subid. The db schema is like this:
    table projects(sub_id, project_id, value, builder_code)
    The main query is "select builder_code, sum(value) from projects group by builder_code where sub_id = :subid".
    The subid will be from the same table: select distinct sub_id from projects.
    What i hope to do is to create each report for each sub_id (subscription id) one by one.
    Thanks a lot.

    Hi Sean,
    Yes, bursting was introduced in Oracle9i Reports. For 6i, the only option may be to write a utility, which keeps submitting the same command to run the report, but every time with a new subscription ID. The query inside the report will be the same as you suggested in your first post:
    select builder_code, sum(value) from projects group by builder_code where sub_id = :subid
    You utility will have to fetch all the subid's from the table, and keep submitting the report request with each subid (the report requests with different subid's can be either submitted one by one, or all at the same time).
    Navneet.

  • How to setup and send mails using utl_mail on Oracle E-Biz R12

    Dear All
    There is a new requirement from client to setup and send mails using utl_mail utility on Oracle EBS R12.1.1
    What is utl_mail utility ? what is the difference between Workflow Notification Mailer and this utility/tool?
    What are etiquette's to pursue mail functionality in apps / db?
    - Chetan

    What is utl_mail utility
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_mail.htm
    How to Use the UTL_MAIL Package [ID 269375.1]
    FAQ and Known Issues While Using UTL_SMTP and UTL_MAIL [ID 730746.1]
    Master Note For PL/SQL UTL_SMTP and UTL_MAIL Packages [ID 1137673.1]
    Workflow Notification Mailer:
    you can send email using workflow notification email procedures,These ar built into the system and only need some minor configuration. check Workflow Administrator's Guide, Chapter 2, Section: Setting Up Notification Mailers for more detail.

  • How do I find the jsp code behind an Oracle EBS page

    Hello,
    I have not worked with Oracle EBS in about 3 years and am somewhat new to JSP. I am trying to figure out how it all works and would like to go from the front end Oracle EBS screen to the source code jsp file.
    I was able to find the queries behind the screen by clicking on the about page link. I was aslo able to find plenty of jsp files in the OA_HTML directory on the server but I was not able to line any of them up with an EBS page on the front-end of Oracle apps.
    With Oracle forms it seems much simpler when I just easily get the form name from the screen (Help->About Oracle applications) and then just open up the corresponding fmb with the same name.
    How do I find this corresponding jsp file?
    Thanks

    Credit cards have security codes on them, either on the back on the signature strip or some cards have it on the front : credit card security code. None of the gift cards that I've bought have had a security code on them

  • How to run  multi reports at a time using button

    dear all
    i have a button on form, that call a report abc.rep. when i press the button report is displayed. now i want to show another view of that report when i press button second time. but it doesn't appear. when i close the first report that it gets run.
    how can i run same report multiple time using this button.
    regards.
    Asif iqbal
    Software Engineer
    (Karachi, Pakistan).

    HI
    Call you report using this code then you can run more then 1 report at the same time
    declare
    AppID PLS_INTEGER;
    begin
    AppID := DDE.App_Begin('RWRUN60 module=d:\reports\LEDGER_NEW.Rep userid='||:global.the_username||'/'||:global.the_password||'@'||:global.the_Connect||' maximize=yes user_id='||:global.the_username||' user_password='||:global.the_password||' user_connect='||:global.the_connect, DDE.App_Mode_Maximized);
    end;
    Rizwan
    www.rizwanshafiq.blogspot.com

  • How to setup multi DNS server resolution

    I have a peculiar situation which I think may be applicable to others. I take my Macbook Pro to work. At work I have a Ethernet based LAN connection and a wireless connection.
    The ethernet connection gets me access to company servers, but uses some crude proxies and limits what I can access on the net.
    The wireless was setup by a tech to get around this and has a direct connection to the net, but no access to the company servers.
    The best situation I have currently is to put the wireless connection first in the network setting sand use that unless I need a company server. Then I have to turn wireless off before accessing the server and turn it back on to access anything I cannot get through the company LAN.
    I've been looking into configuring the Mac to enable me to have both on all the time. I've found that if I execute
    route add 161.117.0.0/16 -inteface en0
    Then any company server name I have already resolved will correctly route out through the eithernet rather than the wireless which solves the first part of the puzzle.
    I've also tried to setup multiple DNS resolution by adding a /etc/resolvers/company.com.au file with the contents:
    nameserver 161.117.219.153
    nameserver 161.117.248.113
    search company.com.au
    search_order 1
    I've then checked this with scutil --dns which shows
    DNS configuration
    resolver #1
      search domain[0] : Wireless
      nameserver[0] : 10.0.0.138
    resolver #9
      domain   : company.com.au
      search domain[0] : company.com.au
      nameserver[0] : 161.117.219.153
      nameserver[1] : 161.117.248.113
      order    : 1
    DNS configuration (for scoped queries)
    resolver #1
      search domain[0] : Wireless
      nameserver[0] : 10.0.0.138
      if_index : 5 (en1)
      flags    : Scoped
    resolver #2
      search domain[0] : company.com.au
      nameserver[0] : 161.117.219.153
      nameserver[1] : 161.117.248.113
      if_index : 4 (en0)
      flags    : Scoped
    But I still cannot get DNS resolution working for the company servers. Dig is no help because it's doco says that it only uses the /etc/resolv.conf file. Unfortunately documentation on setting up multi DNS resolution is practically nil and I've not been able to find any examples on the net. Just a few postings saying to use /etc/resolvers and very little doco in man pages.
    Has anyone else managed to get this working?

    Following blogposts will get you started:
    Automatic Provisioning of a Virtual BizTalk Environment
    http://blog.codit.eu/post/2013/06/07/Windows-Azure-IaaS-%E2%80%93-Automatic-provisioning-of-a-virtual-BizTalk-environment.aspx
    One Click BizTalk Multi Server Environment Azure Provisioning
    http://blog.brauwers.nl/2013/07/23/one-click-biztalk-multi-server-environment-azure-provisioning-and-full-configuration/
    Build an Azure IAAS Biztalk Single Server or Domain
    http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2014/06/12/build-an-azure-iaas-biztalk-single-server-or-domain-win-100-or-other-great-prizes.aspx
    Glenn Colpaert - MCTS BizTalk Server - Blog : http://blog.codit.eu

  • How to setup multi node installation

    Hi all,
    I have successfully installed Oracle E-Business Suite 11.5.10 in a single node.
    But, I would like to get some suggestions on How to perform the multinode installation in which all the application tier servers in independent nodes?
    If the nodes are placed in different places geographically, how can I move all these nodes in to a single network? Is this possible?
    Please guide me.
    Thanking in advance
    Rameshkumar

    1. Is it right if I assumed that we must check that
    box if we want to install apps tier in more than one
    server so that if we only want to install apps tier
    in only one server then we don't need to check that
    option? Or we better check it even no matter how many
    server we installed apps tier into? You only need to check that box if you intend to used a shared application tier filesystem for a multi-node installation. If you are only going to have one app tier server, you don't need to check the box. If you plan on multiple apps tiers, each with its own copy of the application tier file system, you also don't need to check that box.
    2. If I still uncheck that option will there be any
    problem such as in backup & restore, clone, testing
    activity, etc?No, should not be any problem at all.
    3. When we created user for each db tier and apps
    tier, what will be better, create the same user for
    both tiers or differentiate user for each db tier and
    apps tier? I'm thinking of using same user for both
    tiers to avoid privilege problem later on.
    I'd recommend the same user for application tier files on all nodes in the system, and a different user for database-tier files. For example, in our system the database software (RDBMS ORACLE_HOME) and database datafiles are owned by 'oracle', and the EBS application files (APPL_TOP, forms and web server, etc) are owned by a user called 'applprod' (though of course you should choose a user name that makes sense in your environment.
    4. Can we start clone process in db tier and apps tier >paralel in multinode environment or still start clone >process in db tier first then apps tier?Still need to do the db tier first, since 'adcfgclone.pl appsTier' will want to talk to a database. :-)
    Regards,
    John P.
    Message was edited by:
    jpiwowar (forgot to answer the 4th question the first time, whoops)

  • How to setup provisioning report rule

    Hello, I can understand that you can get configuration status from SPA2102 using a http//server/somedirectory/file.xml, I have tried that but nothing happening. DO I need to handle the POST from the device (how?) or I can only get it after requesting it?
    The bottom line is I need help on how to monitor whether a device has downloaded the configuration file from my http server.

    I have gone through the guide and manage to make config files and have the devices retrieve them, but the section on report rule is very short and not much is described.
    I read somewhere in the provisioning guide that one can purchase Remote configuration (RC) unit from cisco. Any idea how I can do that?
    Thanks.

  • How to setup SSRS reports to run automatically

    Hi All,
    I am completely new to SSRS.  I am currently using Visual Studio Premium 2013 version to develop my SSRS reports.
    I've been reading many posts in regard to setting up SSRS reports to run automatically.
    I can see on some answered posts that I can use subscription feature of SSRS by going to my report manager-->Select
    your report--> goto properties -->Subscription tab.
    My first dumb question as a newbie to SSRS is; how and where do I locate my report manager.
    Thank you all for your help.

    My first dumb question as a newbie to SSRS is; how and
    where do I locate my report manager.
    Hello,
    The "Report Manager" is a web interface to manage & access SSRS reports; see
    Report Manager (SSRS Native Mode) and
    Tutorial: How to Locate and Start Reporting Services Tools (SSRS)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to setup Multiple report layouts based on parameter selection

    I'm trying to create a report that will be based on the parameter values a user select. There will be 3 different layouts for the report.
    Customer
    Salesperson
    Category
    If the user selects one of the three a different layout will be displayed.
    This is probably a simple solution but my Reports 6i skills are a little rusty.
    Your advise would be appreciated.

    Ok so you have a parameter form, and some parameters. In the data model, you can put your 3 queries. In the layout, as Ino said, put all 3 frames that you could possibly have.
    The way I would use to choose which query to use is below. Others may have other methods, but I like this.
    Ok lets say you have query A,B,C for simplicity. You have one parameter (P_PARAM1) on the form, and the user can choose A,B or C. Based on the parameter, you choose which query to use.
    In query A, you would add this line to the where statement:
    and :P_PARAM1 = 'A' You add the same lines to queries B and C, but change the letter obviously. So if the user enters A, it will only run query A because that was the parameter selected.
    Now for the layout, click on the frame that corresponds with group/query A. You would click F11 or launch the PL/SQL editor, and add the following format trigger (or something similar).
    function F_GRP_A return boolean is
    begin
      IF :P_PARAM1 = 'A' then
        return (TRUE);
      ELSE
        return (FALSE);
      END IF;
    end;Ok - then add that same logic to Frame B and C, and based on the parameter it will hide or show the frame.
    Hope that helps - thats a basic way to do what you're looking for!

  • How to setup multi-platform export ?

    I have a FlashBuilder Burrito project created as a Mobile Flex App, and wondered if there's any quick easy way for it to be exported for mobile, web and desktop app?  One of my biggest trends to learning Flex and play with Burrito was the supposed multi-platform capabaility... although I'm not seeing it in this case.
    Is it, that I have to create a new Flex project, and cross merge my source code, and reapply differing User Interfaces?  Or is it that this kind of feature is not available in the Beta release?
    Apologies if this is sounding like a dumb 'fundamentals' question, but as I say, I'm new to Flex and I've not come across any answer here or Google...
    Any help appreciated. Thanks
    Stu

    Thanks, I knew about the export release build part - but as you mention, it says it will only build to Android.... not web or desktop app as well.
    (I know iOS- phone/pad is not available until release.)
    I was wanting to know if there was anyway to publish to multiple platforms from my existing code at the same time now, but it's looking like it's because Burrito is in Beat dev still (?)

  • How to display the report output from a customized Oracle Form button

    Hi Gurus
    I developed a customized oracle form and one customized report. I want to run report from oracle customized form, for this i use one button to submit concurrent request for request.
    its successfully submitted and i can view output by using View ----> Request --------> Find -------------> Output...
    But problem is that how can i view output by using button not doing all steps to view output.
    Regards,

    Hi Haq Nawaz,
    Refer Here
    Regrads,
    Guru

  • How to print a report in draft mode from oracle ids 9i?

    Hi...
    I m using oracle ids 9i.i want to print the report in draft mode.Is there any option in reports developer or forms developer to print report in draft mode?
    Please anyone help me?
    Regards...
    KSI

    Kaji,
    try the Reports forum: Reports
    Frank

  • How to setup shortcut to insert a command in Oracle sql shell?

    Hi,
    Under sqlplus shell, if i want to frequently insert a long command while
    tuning queries, is there any way I can press a couple of keys to insert the
    command that is pre-prepared.
    For example, I need to frequently insert:
    sqlplus> alter session set events '10053 trace name context forever';
    anyone knows some tips to avoid typing?
    thanks,
    Rick

    user10217806 wrote:
    i mean sqlplus command line input interface under linux.Well, Ivan showed how to just use some sql files to do it .. not exactly pasting your command at the command line, but useful, nevertheless.
    As for actually pasting text at the command prompt, as I said, what you are asking has nothing to do with sqlplus itself and everything to do with the environment in which you are running it. For instance, if I use Putty to connect to my *nix boxes, it is a feature of putty to paste whatever is in the clipboard by simply right-clicking the mouse.  I can do the same thing at a Windows command prompt window if I have the properties set for 'quick edit'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • How do I arrange photos in iPhoto slideshow?

    On my iPad - the album that I created in Photos appears in the iPhoto app as expected. Only now the sequence is out of order in the iPhoto slideshow. It does not match what is in the Photo album. How do I move the slides in the iPhoto app to the corr

  • Safari 2.0.3 won't launch from Mail

    Since the new security update yesterday for OS X4.5, my Safari browser 2.0.3 won't launch from the Mail e-mail program. What do I do now? It was working perfectly before the update. Kathy : (

  • JSF 2.0 and 'Target Unreachable' with nested bean properties

    Hi people, I know that JSF 1.x were not able to created objects for intermediate properties and that it was necessary to create 'y' in 'x.y.z' when 'x' was a managed bean and you wanted to create a new 'y' and set it's 'z'. My question is: does JSF 2

  • Webchannel b2b Accesed from CRM Java multi language best practice?

    Hi, We are accesing Webchannel from CRM Portal and we have the requirement to access Webchannel b2b with the same language as the Portal User. Is there a best practice to do this? I´ve seen creating a URL iView with Spanish and English URL with a par

  • Adobe reader 9 plugin crashes

    Since the replacement of Adobe Reader 8 by Reader 9 the Adobe PDF plugin crashes the browser (Firefox 3 and Internet Explorer 7) after loading the PDF an a new TAB. When I disable the plugin in Firefox, Firefox does not crash any more but the PDFs op