Customer Password Migration Oracle ATG Commerce

Hello,
Is it possible to migrate all customer passwords from 9.1 to 10.1? If so, how is it accomplished?

While upgrading to 10.1, if you have existing user profiles whose passwords were hashed with the older DigestPasswordHasher then those existing users will not be able to login because of mismatch in the new hash value and the old one. You would either have to force customers to change their passwords or revert to the old (pre-10.1) settings. To revert to the older settings, you can start your application with the md5 configuration layer. You can enable this configuration layer by including the -layer md5 flag to the runAssembler command while assembling your application.

Similar Messages

  • Migrating a Forms 6i custom application to Oracle Apps R12 custom bolt on

    Hi,
    I need to migrate an oracle forms custom application built in 6i to sit within oracle apps R12 (Forms 10g) and use Oracle Apps user authentication and session. It could become a custom bolt on to Oracle Apps and might be accessed from a custom responsibility in oracle applications.
    a) How easy/difficult is this?
    b) What are the challenges or things to look for to do this migration?
    Thanks,
    Ayyappa

    979379 wrote:
    Hi,
    We have two node architecture for R12.1.1 on windows 2008 32 Bit. One node for Database and the other node for application.
    As we are facing a lot of memory issues, we are planning to go for 64 Bit.
    I Have already read the document
    Migrating Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]
    The doc says in place OS upgrades are not supported....
    So my question is...
    While keeping the production, how can i migrate using the same servers. Coz my company does not want to buy new servers..
    Please suggest.Complete all the steps in the doc for Rapid Clone and other steps, then take a backup of the files after you run preclone and create a trace file for the database. Once you have the backup ready, install a 64-bit version of the OS and install 11gR2 software and restore the files from the backup and complete the migration.
    Thanks,
    Hussein

  • JumpServlet issue in migration to ATG 10.1

    Hi all,
    I am doing migration from ATG 10.0.3 to 10.1 version. I am using JumpServlet component to convert some URLs, like browse/category.jsp, to other friendly URLs.
    In version 10.0.3 it was working fine, but in 10.1 it is not loading any page with the friendly URL. See my log:
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Start of Jump Servlet service method
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Inbound URL=</store/home-accents/cat10016/>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Number of templates is <4>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     forward url is <null>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     forward url is <null>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     forward url is <%2Fbrowse%2Fdepartment.jsp?categoryId=cat10016&itemType=department>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Got first matching URL
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Template supports the browser type
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Using exact match URL <%2Fbrowse%2Fdepartment.jsp?categoryId=cat10016&itemType=department>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Forwarding to URL <%2Fbrowse%2Fdepartment.jsp?categoryId=cat10016&itemType=department>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Start of Jump Servlet service method
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Inbound URL=</store/home-accents/cat10016/%2Fbrowse%2Fdepartment.jsp>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Number of templates is <4>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     forward url is <null>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     forward url is </index.jsp?categoryId=%252Fbrowse%252Fdepartment.jsp&itemType=category>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Got first matching URL
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Template supports the browser type
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Using exact match URL </index.jsp?categoryId=%252Fbrowse%252Fdepartment.jsp&itemType=category>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     Forwarding to URL </index.jsp?categoryId=%252Fbrowse%252Fdepartment.jsp&itemType=category>
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     End of Jump Servlet service method
    **** debug     /atg/dynamo/servlet/dafpipeline/JumpServlet     End of Jump Servlet service methodIt seems like the component is putting some code, like %2F, instead of / signal, and this is making problem in the URLs. But I don't have any idea to solve this issue.
    Anyone can help me?
    Thanks a lot

    Hi Gautam Singh,
    My DepartmentIndirectTemplate.properties file is:
    $class=atg.repository.seo.IndirectUrlTemplate
    # Url template format
    urlTemplateFormat=/store/{item.friendlyURL}/{item.id}/
    # Regex that matches above format
    indirectRegex=.*/store/[^/]*?/([^$].*?)(/$|\\?.*$|$)
    # Regex elements
    regexElementList=\
              item | id | /atg/commerce/catalog/ProductCatalog:category,\
              | |
    # Forward Url template
    forwardUrlTemplateFormat={item.template.url}?categoryId\={item.id}&itemType\=department
    # Web App registry
    defaultWebApp=/atg/registry/webappregistry/ATGCommerceReferenceStore
    # Supported Browser Types
    supportedBrowserTypes=\
         robot,\
         background-image,\
         bad-cacher,\
         checker,\
         cookie,\
         euc,\
         Emacs-W3,\
         file-upload,\
         font-sizer,\
         frames,\
         HotJava,\
         indexer,\
         inlinejpeg,\
         java,\
         javascript,\
         Lynx,\
         MSIE,\
         MSIE4,\
         MSIE5,\
         MSIE6,\
         MacOS,\
         Mosaic,\
         Mozilla,\
         Netscape,\
         Netscape4,\
         NonFunctionalXDC,\
         ssl,\
         server-push,\
         slurper,\
         tables,\
         Unix,\
         WML,\
         WebTV,\
         Win3X,\
         Win95,\
         WinNT,\
         Windows,\
         X11Any suggestion?
    Thanks a lot

  • Oracle ATG 10.1 issue in CSC

    Hi all,
    I am doing CSC migration, from 10.0.3 to 10.1 version.
    But when I try to access agent UI, I am getting this error:
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework     Error finding framework instance     CONTAINER:atg.svc.repository.service.exception.ObjectNotFoundException: null. id=null, item-desciptor=null; SOURCE:javax.ejb.FinderException: The framework object could not be found with the given key MultiPartCacheKey-workspace:researchTab
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.svc.repository.service.UIService.getNewFrameworkInstance(UIService.java:713)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.svc.repository.service.UIService.getNewFrameworkInstance(UIService.java:616)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.svc.framework.FrameworkImpl.getFrameworkInstance(FrameworkImpl.java:898)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.svc.framework.FrameworkImpl.handleRequest(FrameworkImpl.java:965)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.svc.framework.FrameworkServlet.service(FrameworkServlet.java:197)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.svc.agent.crmintegration.CRMServiceAgentAccessServlet.service(CRMServiceAgentAccessServlet.java:487)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    **** Error     Thu Jan 31 17:28:44 BRST 2013     1359660524099     /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-3/atg/svc/framework/Framework          at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:696)Because of this error, I can't do nothing on CSC.
    Does someone can help me?
    Thanks in advance
    Edited by: Grando on Feb 4, 2013 10:51 AM

    Hi all,
    I am also doing CSC migration, from 10.0.3 to 10.1.2 version.
    But when I try to access agent UI, I am also facing similar issue. When I hit the http://hostname:port/agent, its getting redirected to http://hostname:port/agent/login.jsp?sessioninvalid=false&_windowid=0
    with the webpage showing
    Error occurred serving page
    An error has occurred processing this page.  Please try resubmitting your
    request and if the error persists, contact the site administrator for this site.
    as seen in Agent server Log, its :
    ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/agent].[jsp]] (http-0.0.0.0-8030-1) Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
            at atg.svc.repository.service.UIService.getNewFrameworkInstance(UIService.java:630)
            at atg.svc.repository.service.UIService.getNewFrameworkInstance(UIService.java:616)
            at atg.svc.framework.FrameworkImpl.getFrameworkInstance(FrameworkImpl.java:898)
            at atg.svc.framework.FrameworkImpl.handleRequest(FrameworkImpl.java:965)
            at atg.svc.framework.FrameworkServlet.service(FrameworkServlet.java:197)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:150)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
            at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:213)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    Please help me if any one has a resolution
    Thanks in Advance
    Grando, if you already found any solution.Please let me know.

  • Is versioned repository part of Oracle ATG Web Com 10 Impl cert topic?

    All, Does anyone know if the 'versioned repository' is part of the "Oracle ATG Web Commerce 10 Implementation Developer Essentials" topics ? Oracle University website says that its is part of the certification (http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=13&lang=HR&p_exam_id=1Z0_510) however the Partner website doesn't talk about the 'versioned repository' repository. (http://www.oracle.com/partners/en/knowledge-zone/applications/atg-web-commerce-implement-exam-1529925.html)
    Thanks,
    Sanju

    +1 with Gurvinder. It is mentioned in Oracle ATG Web Commerce 10 Implementation Developer Essentials - Exam Study Guide
    http://www.oracle.com/partners/en/knowledge-zone/applications/atg-impl-dev-st-guide-1532521.pdf
    Check out Topic 11: Advanced Repository Concepts. The second sample question mentioned there is itself from versioned repository.

  • Migrating Oracle Discoverer Workbooks to OBIEE 11g

    Hello,
    Can you tell me how can we migrate Oracle Discoverer workbooks in to OBIEE 11g , I have heard that there is a tool which is released in last summer for this migration can anyone provide me details on this one.
    Thanks a lot.

    Hello
    I'm afraid Oracle has had no success in converting Discoverer workbooks into OBIEE. It is still on the radar but as yet they have nothing.
    For some of my clients this is a huge setback. I have a client who has more than 32,000 Discoverer workbooks and adding more at the rate of about 5,000 a year. Obviously a customer of this size is a potential customer for OBIEE. The only thing they can do right now is to rewrite all of the reports.
    To do this would be a mammoth task and I did some mathematics for them. Let's say you can rewrite one report every 15 minutes, allowing for testing and parallel runs. Thus you could convert 4 in an hour or 32 in a full day. Diviiding 32 into 32,000 means they would need to allocate 1,000 man days to the task. Bearing in mind that on average a person works about 220 days in a year and you are looking at around 5 man years, not including potentially 1000s of new Discoverer workbooks that have been created in that time. Needless to say my client is not happy with Oracle and refuse to go down this path sticking with Discoverer.
    I know for a fact this company is not alone and I personally implore Oracle to allocate resources to correctly converting Discoverer workbooks. I know part of the problem is that there are things that Discoverer takes in its stride which OBIEE either cannot do or has great difficulty with. Until OBIEE can do everything Discoverer can do I don't see how customers can convert.
    Thoughts anyone?
    Michael

  • Migrate Oracle Apps Forms to J2EE

    Hi,
    I need to migrate Oracle Apps(11i) Forms to J2EE.
    I went through Oracle Partners who provide these migration tools but none provides trial version to test/use.
    How do I migrate forms.
    Or is there any way so that I can replace forms with my custom screens?
    Need your help.

    Its probably too long an answer to write here but I always like to start with the WHY?
    The one thing that is fact is that this will cost you considerable time and effort so you have to be very clear on your reasons. Furthermore, there is no "magic bullet". There is no tool or solution that can "with one click" migrate your application - unless your application is Emp/Dept of course ;o)
    You also have to seriously consider the need (infact I would say REQUIREMENT) that any migration MUST rearchitect. A Forms app and a J2EE app are very different, if you don't re-architect then you are re-implementing Forms in Java (in which case, why bother).
    If you go to http://otn.oracle.com/goto/formsmodernize there is information that we in Oracle see as the most likely approach to succeed - which is retain an investment in Forms while you build up skills/services/functionality in your new system
    I'd suggest spending a couple of hours reading this information and then if you have further questions you can come back to us.
    Regards
    Grant

  • Oracle ATG - Login/Registration on Third Party

    Hi,
    I have a requirement where when a user comes on my Oracle ATG site i redirect him to third part web application for  the Login/Registration( third party web application screen).
    How do i login/register him in ATG without storing his password in ATG database ?
    Thanks in advance

    Hi,
    Try with below steps.
    1. Send user to third party login page with return URL(your application home page), In your application login link should be like http://thirdPartyDomain/login/?returnURL=yourAppHomePage
    2. Third party application redirect to returnURL after authentication with a cookie in a request which tells authentication is successful/failure.
    3. Create a pipeline component which include a JSP(login.jsp) using  RequestDispatcher rd = request.getRequestDispatcher("login.jsp"); rd.include(request, response);
    4. login.jsp call a handleLoginWithThirdParty(req, res) of ProfileFormHandler by <dsp:setvalue bean="ProfileFormHandler.loginWithThirdParty" value="submit" />
    5. handleLoginWithThirdParty call third party web service to get user data and update user profile with third party response and call handleLogin also.
    Hope this will help you.
    Thanks,

  • Oracle E-Commerce Gateway - 11i

    Hello,
    This is on 11.5.10.2
    I have a need to setup trading partner groups and trading partners for roughly about 120,000 customers and EDI sites. As you can see, manually entering these many sites in Oracle E-Commerce Trading partner group is a hugely laborious effort and a time consuming one.
    Therefore, I am looking for an API to select customer and site info from TCA tables and pro grammatically create Trading Partners in Oracle ECommerce gateway.
    Is there any such Standard API that exists out of box Oracle ?
    Thanks,
    D

    Hi
    You can try to insert directly into Trading Partner tables. They are ece_tp_group, ece_tp_headers, ece_tp_details etd

  • How to Migrate Oracle Portal 10g on Linux to Oracle Webcenter Portal 11g (11.1.1.6)

    Hello friends,
                            I am a new on this topic. I want to migrate Oracle portal pages on 10g to Oracle webcenter portal 11g (platform is also different linux to windows)
    Action i have already taken---  On new box i have installed Oracle webcenter 11g (Weblogic+Oracle Forms +Oracle Reports). Oracle Forms and Oracle Reports are also customer requirement. Thease stuffs are working fine.
    Need to be done--  I need to migrate production portal pages to 11g new environment for testing
    Please give me the suggestion, how to procced on this.
    Regards,
    Vivek

    Hello Vinay,
                        Thanks for the update. Actually my scenario is ---
    1) Oracle Portal 10.1.2 is running in prod. (Prod is linux environment and new environment is windows)
    2) Customer requirement is they want to run this oracle portal on Portal 11g (Webcenter)
    3) Database migration is not required, they will connect to prod database from new new Oracle 11g Portal.
    4) They want only migrate the Oracle 10g portal pages to Oracle 11g Portal
    As i am new on that, so please suggest me solution, how to do this. How i can put oracle 10g pages to Oracle 11g Portal (As tnsentry will work to connect prod database)
    Please suggest me solution step be step if you have.
    Thanks in advance
    Regards,
    Vivek

  • Oracle ATG certification retake

    Does Exam Oracle ATG 10 webcommerce(1Z0-510) have one free retake?

    No.
    Please check the below link for the complete details
    http://www.oracle.com/partners/en/knowledge-zone/applications/atg-web-commerce-implement-exam-1529925.html
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=58#4
    Thanks,
    Gopinath Ramasamy

  • ATG Commerce Reference Store 10.0.3 Installation & Configuration Guide..?

    Hi All,
    Where can i find ATG Commerce Reference Store 10.0.3 Installation & Configuration Guide..? Please give the links..?
    Thanks in Advance,
    VishnuVardhan & Nithin Kayithi
    Edited by: VishnuVardhan B on Nov 13, 2012 9:42 PM

    "The Oracle ATG Web Commerce 10.0.3 release does not have a separate documentation set. For this
    release, please use the manuals in the Oracle ATG Web Commerce 10.0.2 Online Documentation Library,
    which can be viewed or downloaded from the Oracle Technology Network.
    Almost all the information in the 10.0.2 documentation library applies to the 10.0.3 release".
    http://docs.oracle.com/cd/E22630_01/CRS.1002/index.html
    Praveer

  • Where can i find ATG Commerce Reference Store 10.0.1..?

    Where can i find ATG Commerce Reference Store for 10.0.1..? Please give me the download link..? And also for installation procedure.?
    Thanks in Advance,
    Vishnu

    CRS 10.0.1 is no longer available as only the versions corresponding to ATG releases (9.4/10.0.3/10.1.1) are made available for download. Try contacting Oracle Support if you really need CRS 10.0.1. You can find CRS documentation at
    http://docs.oracle.com/cd/E22630_01/CRS.1002/index.html

  • Migrate Oracle EBS 12.1.3 from Microsoft Windows 2003 32-Bit to Linux

    Hi
    We are currently using Oracle EBS 12.1.3 on Microsoft Windows 2003 32-Bit. We are planning to migrate to linux. I have gone through the certification matrix and the following versions certified with Oracle EBS 12.1.3
    1. Linux x86 Oracle Linux 5
    2. Linux x86 Oracle Linux 4
    3. Linux x86 Red Hat Enterprise Linux 5
    4. Linux x86 SLES 10
    Question #
    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to Linux

    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3No.
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to LinuxApplication Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    To migrate the database you can use export/import or transportable tablespaces -- Refer to these docs for details:
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Thanks,
    Hussein

  • Issue in BI Publisher when migrating oracle report RDF to BI Publisher

    Hi, I am migrating Oracle RDF report to BI Publisher while migrating this report I am facing problem in viewing data as per my report requirement
    I want my department Name should be my HEADER and all projects of department should display under it.
    for that according to me I should get XML data like this
    <dept1>
    <project1></project1>
    <project2></project2>
    <project3></project3>
    </dept1>
    for some nodes I am getting this expected result but for many node it is giving me result like
    <dept2>
    <project1></project1>
    </dept2>
    <dept2>
    <project2></project2>
    </dept2>
    because of this i could not able to see data in required format for some department.
    may be Order by is not working in Q_Expenditure
    Here is my data template
    <dataTemplate dataSourceRef="PTTrng" name="XXPA4049093f" defaultPackage="XXPA4049093f">
    <properties>
    <property name="xml_tag_case" value="upper"/>
    </properties>
    <parameters>
    <parameter name="P_PROJECT" dataType="character" defaultValue="%"/>
    <parameter name="P_PROJECT_ROLLUP" dataType="character"/>
    <parameter name="P_PROJECT_ROLLUP_YEAR" dataType="character"/>
    <parameter name="P_ORDER_BY" dataType="character" defaultValue="1"/>
    <parameter name="P_REMAIN_BALANCE" dataType="number" defaultValue="-9999999999"/>
    <parameter name="P_FUND" dataType="character" defaultValue="%"/>
    </parameters>
    <lexicals>
    </lexicals>
    <dataQuery>
    <sqlStatement name="Q_Expenditure">
    select TRIM(a.NAME)NAME ,upper(a.id2) ID2,a."Project",a.start_date,a.completion_date,a.organization_id,a.origbud, a.budget,a.commitment,a.visa,a.labor,a.remaining_funds,a.board_rollup,a.description,a.class_code,
    a.class_category,a.fund,
    nvl(b.po_oblig_prior_yr,0) po_oblig_prior_yr2,
    nvl(c.ap_prior_yr_oblig,0) ap_prior_yr_oblig2,
    ( nvl(a.remaining_funds,0) + nvl(b.po_oblig_prior_yr,0) + nvl(c.ap_prior_yr_oblig,0) ) Remaining_funds_Order,
    XXPA4049093f.cf_dept_pct_obligformula(:CS_dept_total_costs, :CS_dept_bud) CF_dept_pct_oblig,
    XXPA4049093f.cf_dept_pct_unobligformula(:CS_dept_remain_funds, :CS_dept_bud) CF_dept_pct_unoblig,
    XXPA4049093f.cf_remain_laborformula(:CS_labor_budget, apps.a.LABOR) CF_remain_labor,
    XXPA4049093f.cf_nonlabor_budgetformula(apps.a.BUDGET, :CS_labor_budget) CF_nonlabor_budget,
    XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) CF_nonlabor_costs,
    XXPA4049093f.cf_remain_nonlaborformula(XXPA4049093f.cf_nonlabor_budgetformula(apps.a.BUDGET, :CS_labor_budget) ,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) CF_remain_nonlabor,
    XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) CF_total_costs,
    XXPA4049093f.cf_remain_fundsformula(apps.a.BUDGET,XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) ) CF_remain_funds,
    XXPA4049093f.cf_proj_pct_obligformula(XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) , apps.a.BUDGET) CF_proj_pct_oblig,
    XXPA4049093f.cf_proj_pct_unobligformula(XXPA4049093f.cf_remain_fundsformula(apps.a.BUDGET,XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) ) , apps.a.BUDGET) CF_proj_pct_unoblig
    from apps.xxpa_project_status_fund_cy_2 a, xxpa_prior_yr_oblig2_cy b, xxpa_ap_prior_yr_oblig2_cy c
    where
    a.class_category = :P_Project_Rollup
    and a.class_code = :P_Project_Rollup_Year
    and a.id2 like upper(:P_Project)
    and a.remaining_funds >= :P_remain_balance
    and a.id2 = b.id2
    and a.id2 = c.id2
    and a.class_code = b.class_code
    and a.class_code = c.class_code
    and a.fund like :P_Fund
    order by 1
    </sqlStatement><sqlStatement name="Q_1">
    select upper(f.class_code) ID2, sum(d.labor_budget) Labor_budget
    from apps.xxpa_labor_budget_v2006 d,
    pa.pa_project_classes e,
    pa.pa_class_codes f,
    ( select *
    from pa_project_classes
    where class_category = 'Fiscal Year'
    and substr(class_code,-4,4) =
    (select ( segment5 )
    from FINANCIALS_SYSTEM_PARAMS_ALL a, gl_code_combinations b
    where set_of_books_id = 2
    and a.accts_pay_code_combination_id = b.code_combination_id)
    ) ppc
    where d.project_id = e.project_id
    and e.class_category = f.class_category
    and e.class_code = f.class_code
    and e.class_category = 'Project Rollups'
    and d.project_id = ppc.project_id
    and d.project_id in (select project_id
    from pa.pa_project_classes a, xxpa_project_rollups_org b
    where a.class_category = 'Project Rollups'
    and a.class_code = b.class_code
    and b.org_count <= 1)
    and upper ( id2 )like upper(:P_Project)
    group by upper(f.class_code)
    </sqlStatement>
    <link name="Q_LINK" parentQuery="Q_Expenditure" parentColumn="ID2" childQuery="Q_1" childColumn="ID2" condition="="/>
    </dataQuery>
    <dataTrigger name="afterParameterFormTrigger" source="XXPA4049093f.afterpform"/>
    <dataTrigger name="beforeReportTrigger" source="XXPA4049093f.beforereport"/>
    <dataStructure>
    <group name="G_NAME1" dataType="varchar2" source="Q_Expenditure">
    <element name="NAME" dataType="varchar2" value="NAME"/>
    <element name="CS_dept_orig_bud" function="sum" dataType="number" value="G_segment1.ORIGBUD"/>
    <element name="CS_dept_bud" function="sum" dataType="number" value="G_segment1.BUDGET"/>
    <element name="CS_dept_labor_bud" function="sum" dataType="number" value="G_segment1.CS_labor_budget"/>
    <element name="CS_dept_labor" function="sum" dataType="number" value="G_segment1.LABOR"/>
    <element name="CS_dept_labor_remain" function="sum" dataType="number" value="G_segment1.CF_remain_labor"/>
    <element name="CS_dept_nonlabor_bud" function="sum" dataType="number" value="G_segment1.CF_nonlabor_budget"/>
    <element name="CS_dept_nonlabor_costs" function="sum" dataType="number" value="G_segment1.CF_nonlabor_costs"/>
    <element name="CS_dept_nonlabor_remain" function="sum" dataType="number" value="G_segment1.CF_remain_nonlabor"/>
    <element name="CS_dept_total_costs" function="sum" dataType="number" value="G_segment1.CF_total_costs"/>
    <element name="CS_dept_remain_funds" function="sum" dataType="number" value="G_segment1.CF_remain_funds"/>
    <element name="CF_dept_pct_oblig" dataType="number" value="CF_dept_pct_oblig"/>
    <element name="CF_dept_pct_unoblig" dataType="number" value="CF_dept_pct_unoblig"/>
    <group name="G_segment1" dataType="varchar2" source="Q_Expenditure">
    <element name="FUND" dataType="varchar2" value="FUND"/>
    <element name="po_oblig_prior_yr2" dataType="number" value="PO_OBLIG_PRIOR_YR2"/>
    <element name="ap_prior_yr_oblig2" dataType="number" value="AP_PRIOR_YR_OBLIG2"/>
    <element name="Remaining_funds_Order" dataType="number" value="REMAINING_FUNDS_ORDER"/>
    <element name="Project" dataType="varchar2" value="Project"/>
    <element name="ORIGBUD" dataType="number" value="ORIGBUD"/>
    <element name="BUDGET" dataType="number" value="BUDGET"/>
    <element name="COMMITMENT" dataType="number" value="COMMITMENT"/>
    <element name="LABOR" dataType="number" value="LABOR"/>
    <element name="CLASS_CODE" dataType="varchar2" value="CLASS_CODE"/>
    <element name="CLASS_CATEGORY" dataType="varchar2" value="CLASS_CATEGORY"/>
    <element name="REMAINING_FUNDS" dataType="number" value="REMAINING_FUNDS"/>
    <element name="ID2" dataType="varchar2" value="ID2"/>
    <element name="START_DATE" dataType="date" value="START_DATE"/>
    <element name="COMPLETION_DATE" dataType="date" value="COMPLETION_DATE"/>
    <element name="ORGANIZATION_ID" dataType="number" value="ORGANIZATION_ID"/>
    <element name="VISA" dataType="number" value="VISA"/>
    <element name="BOARD_ROLLUP" dataType="varchar2" value="BOARD_ROLLUP"/>
    <element name="DESCRIPTION" dataType="varchar2" value="DESCRIPTION"/>
    <element name="CS_labor_budget" function="sum" dataType="number" value="G_1.LABOR_BUDGET"/>
    <element name="CF_remain_labor" dataType="number" value="CF_remain_labor"/>
    <element name="CF_nonlabor_budget" dataType="number" value="CF_nonlabor_budget"/>
    <element name="CF_nonlabor_costs" dataType="number" value="CF_nonlabor_costs"/>
    <element name="CF_remain_nonlabor" dataType="number" value="CF_remain_nonlabor"/>
    <element name="CF_total_costs" dataType="number" value="CF_total_costs"/>
    <element name="CF_remain_funds" dataType="number" value="CF_remain_funds"/>
    <element name="CF_proj_pct_oblig" dataType="number" value="CF_proj_pct_oblig"/>
    <element name="CF_proj_pct_unoblig" dataType="number" value="CF_proj_pct_unoblig"/>
    <group name="G_1" dataType="varchar2" source="Q_1">
    <element name="LABOR_BUDGET" dataType="number" value="LABOR_BUDGET"/>
    <element name="ID2" dataType="varchar2" value="ID2"/>
    </group>
    </group>
    </group>
    <element name="CS_ORIG_BUDGET" function="sum" dataType="number" value="G_segment1.ORIGBUD"/>
    <element name="CS_APPROVED_BUDGET" function="sum" dataType="number" value="G_segment1.BUDGET"/>
    <element name="CS_LABOR_BUDGET_TOTAL" function="sum" dataType="number" value="G_segment1.CS_labor_budget"/>
    <element name="CS_LABOR_COSTS" function="sum" dataType="number" value="G_segment1.LABOR"/>
    <element name="CS_REMAIN_LABOR" function="sum" dataType="number" value="G_segment1.CF_remain_labor"/>
    <element name="CS_NONLABOR_BUDGET" function="sum" dataType="number" value="G_segment1.CF_nonlabor_budget"/>
    <element name="CS_NONLABOR_COSTS" function="sum" dataType="number" value="G_segment1.CF_nonlabor_costs"/>
    <element name="CS_REMAINING_NONLABOR" function="sum" dataType="number" value="G_segment1.CF_remain_nonlabor"/>
    <element name="CF_pct_oblig" dataType="number" value="XXPA4049093f.cf_pct_obligformula(:CS_TOTAL_COSTS, :CS_APPROVED_BUDGET)"/>
    <element name="CS_TOTAL_COSTS" function="sum" dataType="number" value="G_segment1.CF_total_costs"/>
    <element name="CS_REMAIN_FUNDS" function="sum" dataType="number" value="G_segment1.CF_remain_funds"/>
    <element name="CF_PCT_UNOBLIG" dataType="number" value="XXPA4049093f.cf_pct_unobligformula(:CS_REMAIN_FUNDS, :CS_APPROVED_BUDGET)"/>
    <element name="rp_order_by" dataType="varchar2" value="XXPA4049093f.rp_order_by_p"/>
    </dataStructure>
    </dataTemplate>

    I had to go to my data template and move my groups around.
    Copy Data Template into something like Wordpad, so you can see the hierarchy and cut and paste your groups. Watch your indentions.

Maybe you are looking for

  • Query help Multiple values in condition

    Hi, I am trying to do something like this SELECT clave_grupo FROM SS_TTABLAS WHERE CLAVE_GRUPO IN CASE WHEN (condition) THEN 'v1' ELSE ('v1','v2',v3') end This is the error msg: ORA-00907: missing right parenthesis just before ,'v2',v3') Is it possib

  • STO Frieght values redetermination in MM

    Hi Please let me the procedure to redetermine the Frieght/Tax values based on Delivery date in STO. Scenario, Tax amount from plant to non excisable plant, excise duty should be loaded to material cost. But excise duties are chaged on daily basis as

  • Match, drag and drop game

    Hello, My name is Nikola and I'm newbie with AS. Here's the thing: With the help of some tutorial I've created a 'game', where user selects objects, drags it, and drops it on correct shape/color/object. Tutorial is "1 to 1" based, so you can match on

  • 1920x816 circles

    Hi- I have a motion project that's 1920x816 with some circles that originate from a Photoshop file. When I import this into FCP in a sequence it looks fine. I then send it to Compressor using the custom 16:9 setting under frame size, and when I enter

  • Imac primary acount browser does not read pdf

    Hello,Hi My problem, on my imac 3 acounts ,in primary acount i use  browser safari  90% of the time ,imposible to read pdf files.whiteout or greyout pages, shubert pdf plugin  instaled ,firefox or chrome same problem no pdf. on guest or root acount s