Global Instance of HCM

My customer is a HR services provider for a very large company. What is the consensus on a single HCM system for a worldwide implementation. To put it another way the customer want to know if they should have multiple HR systems for this customer as they have to maintain the customer worldwide or have a single system. The customer will be in 50 plus countries, ECC 5.0 Unicode all the way. EP,BI,CRM, and XI.

Hi,
You have to do the <u><b>Cost and Benefit anal</b></u>ysis before making any decision. I’ve seen the single HCM system with 3-4 countries. 
Here are the pros and cons of single instance vs. multi system
Single instance
Pros: One place for configuration,
Cons: Complex environment, Shared codes would be difficult to handle, support would be difficult
Multi-system
Pros: Support would be easy to handle
Cons: Separate configuration for each country
You have to understand that you are dealing with complex environment and you need to analyze your situation very carefully.  Also, check with <u><b>SAP</b></u> as they might have better recommendation based upon your situation.
Hope this would help.

Similar Messages

  • Time Zone issues in Global Instance

    Hi,
    Can someone give best practice in addressing issues in Global instance due to change in date & time.
    Say
    1) A user is in America and system time zone is GMT
    2) Order screen: sched ship date shown based on user preference as GMT-5hrs. Say it is 30-Jun-2008 7:30 pm
    3) However, in the back end the data is stored as 1-Jul-2008 12:30 AM
    4) This certainly seems to have an impact to standard date fields.
    5) This also seems to have impact on effectivity dates which don't have timestamp. Eg, pricelist effectivity end date = 30-Jun-2008. The pricelist becomes ineffective at 7 PM EST because of system time zone being GMT.
    Any pointers to address such issues, would be of great help.
    Thanks.
    -bs

    Hi,
    below is an answer from Oracle on similar issue regarding timezones:
    Oracle E-Business Suite version 11i10 or higher
    1 Oracle RDBMS 9i or higher
    2 The database must be configured to use the time zone file
    'timezlrg.dat' rather than the 'timezone.dat' file
    3 The database must be started in the standard corporate time zone
    4 Profile 'Server Timezone' (SERVER_TIMEZONE_ID) must be set at the Site
    level, and must be set to the same standard corporate time zone as the
    database
    5 Profile 'Client Timezone' (CLIENT_TIMEZONE_ID) must be set at the user
    level
    6 Profile 'Enable Timezone Conversions' (ENABLE_TIMEZONE_CONVERSIONS)
    must be set to 'Yes' ('Y') at the Site level.
    7 Profile 'Concurrent: Multiple Time Zones' (CONC_MULTI_TZ) should be
    set to 'No' (N) at the Site level
    8 Environment variable FORMS60_APPSLIBS must be set in the Forms tier
    (this has always been a requirement for 11i)
    9 Forms must be launched through the Personal Home Page or Navigate portlet
    Additionally check these notes:
    Note 330075.1
    Note:188059.1
    malin

  • Global instance variables

    is it possible to have instance variables, in this particular case a vector, that is globally accessible by all classes in the program? am i being totally blind or am i barking up the wrong tree?

    is it possible to have instance variables, in this
    particular case a vector, that is globally accessible
    by all classes in the program? am i being totally
    blind or am i barking up the wrong tree?As previously stated you can always have a class that has a public static Vector (it should probably also be final.) If you need a Vector that is shared or any other object for that matter, it is usually better to make the static member provate so that you can limit access to the instance. Your class would then contain the methods that are needed to udpate ad retrieve from the Vector without exposing it to every class.
    Also if you do this, you can use ArrayList instead. Vector is synchronized whether you need it or not. This can be slow so you can use ArrayList which does the same thing and synchronize only the methods in your class that need to have synchronization. If you are using mutliple threads (if you use Swing or AWT you do) you need synchronization.

  • CS4 : AS3 : How do I access a Global Instance?

    When I created a Symbol in a Scene, I gave it an Instance Name.  How do I access it later on from within an objected added to the Scene.  The only stuff I've found is for AS2.0
    Thanks

    OK.  So I must have left something out.  I just tried the code and I recieve back a null reference.
    The Code :
       var avatar:MovieClip = MovieClip(stage.getChildByName("s"));
    s is a symbol that was added through the symbol definition.  I was assuming that it was attached to the stage.
    Where am i going wrong?
    thanks

  • Oracle R12 HCM to SCM Key Integration Points Best Practice Documentation

    My client is implementing Oracle R12 HCM and SCM modules on a Single Global Instance and would like to know if there are any key integration points or best practice documentation.
    Impacted Scenario’s include:
    1.     Multiple Business Groups
    2.     Retiree Business Groups
    3.     Ex-Pats
    4.     Return to Workers (Payroll vs Pension)
    Thank you,
    Steve

    My client is implementing Oracle R12 HCM and SCM modules on a Single Global Instance and would like to know if there are any key integration points or best practice documentation.
    Impacted Scenario’s include:
    1.     Multiple Business Groups
    2.     Retiree Business Groups
    3.     Ex-Pats
    4.     Return to Workers (Payroll vs Pension)
    Thank you,
    Steve

  • Do I need to use a semaphore when reading/writing a functional global from reentrant VIs?

    I have a program that spawns multiple reentrant VIs running simultaneously.  These VIs write their status to a functional global.  The VI that monitors them periodically polls this global to check out how they're doing and takes action based on their collective status.  (BTW, I'll mention that this monitoring VI is NOT the parent that spawned the reentrants, just in case this might affect memory management as it pertains to my question.)
    Anyway, 90% of the time, stuff goes off without a hitch.  However, once in a while the whole thing hangs.  I'm wondering if there's any chance that I've overlooked something and that some kind of collision is occurring at the global.  If that's the case, then should I be setting a semaphore for the global read/writes?
    And, if this is a problem, then there is something deep about functional globals that I don't yet understand.  My notion of them is that they should negate the need for a semaphore, since there is only one global instance, which cannot be simultaneously called by the various reentrants.  Indeed, this is arguably THE WHOLE POINT about functional globals, is it not?  Or am I missing something?
    Thanks,
    Nick 
    "You keep using that word. I do not think it means what you think it means." - Inigo Montoya

    Thanks Uwe,
    This is a good hunch.  However, functional globals typically run at "subroutine" priority.  With this priority, it is not possible to select a specific execution system; it is always "same as caller."
    I will try your suggestion by switching to "time-critical" priority.  However, I do not know if this could lead to a different set of issues (non-determinism?).  It will probably take a little while to hear back from my guys on whether this makes a difference or not, because the error is sporadic, and sometimes doesn't come along for quite a while.
    While probing all of this, I looked at the execution settings for my reentrant VI.  It has standard settings: "normal" priority, running in the "same as caller" execution system.  My impression has always been that LV creates the clones with unique names.  This allows the clones to be in the same execution system with no problem, and the fact that the execution dialog allows me to choose "same as caller" for a reentrant VI supports this assertion.  This is logical, since there could potentially be many more clones than available execution systems.  "Preallocate clone for each instance" is selected, which is what I want, I think, though I don't know if it matters in my application.
    In summary, I am trying out your suggestion, but with skepticism.  Any other suggestions from anyone out there?  Any misunderstandings on my part that need clarification?
    Thanks,
    Nick 
    "You keep using that word. I do not think it means what you think it means." - Inigo Montoya

  • Global/Universal Time display

    Hi
    I have a question on how the time field gets displayed in a global instance:
    When we have multiple Timezones typically in global implementations, are custom OAF form date time fields aware of their local time?
    Do the OAF forms automatically show time in local time zone or their corporate time zone
    Or do we need to code logic to ensure they show in local time?
    If we need to create custom logic, how can we do that?

    Oracle Apps is timezone aware. Pl see these MOS Docs for more details.
    402650.1 - User-Preferred Time Zone Support in Oracle E-Business Suite Release 12
    554063.1 - Timezone Profiles For Inventory Transactions - Client Timezone, Enable Timezone Conversions
    HTH
    Srini

  • Return value of inferred entity instance from relationship in SOAP Determinations

    Hey,
    I had an original thread open which indicates the problem I was trying to solve (Multiple Conclusion based on input values ). My rule base now behaves as expected and I can test it in the debugger as expected, only now I can't get the actual identifying values back I want using the determinations web service.
    I get a whole bunch of inferred entity instances back from an inferred relationship the same as the situation/screen shot at the bottom of the "Investigate an inferred relationship" page on the Oracle Policy Automation Cloud Service User Guide, but in my SOAP response I only get the instances with hashed IDs. I want the actual identifying value of the entity.
    e.g. Currently get this:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/11.0/rulebase/assess/types">
       <SOAP-ENV:Header>
          <i18n:international>
             <i18n:locale>en_GB</i18n:locale>
             <i18n:tz>GMT-0500</i18n:tz>
          </i18n:international>
       </SOAP-ENV:Header>
       <SOAP-ENV:Body>
          <typ:assess-response>
             <typ:global-instance>
                <typ:attribute id="course_code" type="text">
                   <typ:text-val>AHPY</typ:text-val>
                </typ:attribute>
                <typ:entity id="the_supplementary_documents" inferred="true">
                   <typ:instance id="0x608c2dc220e15d8c"></typ:instance>
                   <typ:instance id="0x5b7e2d02e8780325"></typ:instance>
                </typ:entity>
                <typ:entity id="the_informational_documents" inferred="true">
                   <typ:instance id="0x19387621439a43c7"></typ:instance>
                </typ:entity>
             </typ:global-instance>
          </typ:assess-response>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    But I want something like below and I'm having a lot of trouble figuring out how to actually do this. Also is there anywhere that defines the meaning of errors you get from OPA? I have tried to modify my rulebase and I got a few OPA-EXXXXX errors but apart from the description you get in OPM, I can't find anywhere that gives more detail on these and explains what they mean/how to fix it.
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/11.0/rulebase/assess/types">
       <SOAP-ENV:Header>
          <i18n:international>
             <i18n:locale>en_GB</i18n:locale>
             <i18n:tz>GMT-0500</i18n:tz>
          </i18n:international>
       </SOAP-ENV:Header>
       <SOAP-ENV:Body>
          <typ:assess-response>
             <typ:global-instance>
                <typ:attribute id="course_code" type="text">
                   <typ:text-val>AHPY</typ:text-val>
                </typ:attribute>
                <typ:entity id="the_supplementary_documents" inferred="true">
                   <typ:instance id="http://mydomain.com/mydocument.pdf">
                   </typ:instance>
                   <typ:instance id="http://mydomain.com/mydocument.pdf"></typ:instance>
                </typ:entity>
                <typ:entity id="the_informational_documents" inferred="true">
                   <typ:instance id="http://mydomain.com/mydocument.pdf"></typ:instance>
                </typ:entity>
             </typ:global-instance>
          </typ:assess-response>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    I managed to get this working by referring to this thread: Inferred Entity Instances IDs in output response
    I had tried something similar but not quite the same. In the end my request looked something like this:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/11.0/rulebase/assess/types">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:assess-request>
             <typ:config>
               <typ:outcome>
              <typ:entity id="the_supplementary_documents">
                <typ:attribute-outcome id="supplementary_documents" outcome-style="value-only"/>
              </typ:entity>
              <typ:entity id="the_informational_documents">
                <typ:attribute-outcome id="informational_documents" outcome-style="value-only"/>
              </typ:entity>
           </typ:outcome>
             </typ:config>
             <typ:global-instance>
                <typ:attribute id="course_code">
                <typ:text-val>AHPY</typ:text-val>
       </typ:attribute>
              </typ:global-instance>
          </typ:assess-request>
       </soapenv:Body>
    </soapenv:Envelope>

  • On PDF report I need Photo copy box on the right hand side

    When I generate Pdf report then on the right hand side I need the Photo copy box for attaching the photo.
    This is the my xsl file.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:fn="http://www.w3.org/2005/xpath-functions">
    <xsl:output method="xml" indent="yes" encoding="utf-8" omit-xml-declaration = "yes" />
    <xsl:template match="/">
    <fo:root>
    <fo:layout-master-set>
         <fo:simple-page-master master-name="my-page">
              <fo:region-body margin="1in"/>
              <fo:region-before extent="1in" background-color="silver" />
         </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="my-page">
         <fo:static-content flow-name="xsl-region-before">
              <fo:block height="150px" width="1024px" background-color="#003366" >
              <fo:external-graphic width="340px" src="http://localhost:9000/web-determinations9000/images/logo.png"/>
              </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
              <fo:block>
              <xsl:apply-templates mode="dump" select="/session/entity[@name='global']/instance[@label='global']"/>
              </fo:block>
         </fo:flow>
    </fo:page-sequence>
    </fo:root>
    </xsl:template>
    <xsl:template match="/session/entity[@name='global']/instance[@label='global']" mode="dump" priority="100">
         <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="">
              Student ID : <xsl:value-of select="attribute[@id='StudentId']/number-val"/>
         </fo:block>
         <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="">
              First Name : <xsl:value-of select="attribute[@id='StudentName']/text-val"/>
         </fo:block>
         <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="">
              Last Name : <xsl:value-of select="attribute[@id='p3@Properties_studentProps_xsrc']/text-val"/>
         </fo:block>
    </xsl:template>
    </xsl:stylesheet>
    Thanks.
    Edited by: 848231 on Apr 13, 2011 4:40 AM

    Unfortunately, there aren't any XSL-FO gurus tracking this forum. You might have better luck posting to a forum dedicated to that type of discussion.
    Kind regards,
    Davin.

  • OPM gives error when trying to use XSLT stylesheet

    Hi,
    I am trying use a simple XSLT stylesheet into an OPM project and see the result in the web determination screen.But when ever i am clicking on the link that is created when i compile the project with the XSL file, i am getting the error
    "An error occurred trying to process your request.
    This error has been logged and is available in the application logs.
    For support and assistance please contact [email protected]"
    I have kept the XSL file inside the "templates" folder in "include" folder.
    I am using a very simple one i.e
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    version="1.0" >
    <xsl:output method="html"/>
    </xsl:stylesheet>
    How do I find what the error is and what do I need to do to solve this?
    Thanks and regards
    Sagnik

    Yes, now that above issue is solved and now when I click on the "HTML" or "PDF" link, I think some file is being generated but not properly.
    For HTML, I am getting blank page error and for PDF I am getting "file is damaged" error.May be, the xslt stylesheet that I am using is wrong, but I am absolutley stuck with this. I have tried many different formats of xlst stylesheets, but none seem to be working.
    pasting the two xslts below:
    *<?xml version="1.0" encoding="UTF-8" ?>*
    *<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">*
    *<xsl:output method="html"/>*
    *<xsl:template match="/">*
    *<xsl:apply-templates/>*
    *</xsl:template>*
    *<html>*
    *<body>*
    *<xsl:template match="session">*
    *<session><xsl:apply-templates/></session>*
    *</xsl:template>*
    *<xsl:template match="entity name">*
    *<entity-name align="center"><xsl:apply-templates/></entity-name>*
    *</xsl:template>*
    *<xsl:template match="instance label">*
    *<instance-label align="center"><xsl:apply-templates/></instance-label>*
    *</xsl:template>*
    *<xsl:template match="attribute id">*
    *<attribute-id><xsl:apply-templates/></attribute-id>*
    *</xsl:template>*
    *<xsl:template match="date-val">*
    *<date-val><xsl:apply-templates/></date-val>*
    *</xsl:template>*
    *<xsl:template match="text-val">*
    *<text-val><xsl:apply-templates/></text-val>*
    *</xsl:template>*
    *<xsl:template match="unknown-val">*
    *<unknown-val><xsl:apply-templates/></unknown-val>*
    *</html>*
    *</body>*
    *</xsl:template>*
    *</xsl:stylesheet>*
    and
    *<?xml version="1.0" encoding="UTF-8" ?>*
    *<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">*
    *<xsl:output method="html"/>*
    *<xsl:template match="/">*
    *<html>*
    *<body>*
    *<xsl:template match="session">*
    *<session><xsl:apply-templates/></session>*
    *</xsl:template>*
    *<enityName>*
    *<xsl:for-each select="entity name">*
    *<instancelabel>*
    *<xsl:for-each select="instance label">*
    *<attribute-id>*
    *<xsl:for-each select="attribute id">*
    *<text-val>*
    *<xsl:value-of select="text-val"/>*
    *</text-val>*
    *<date-val>*
    *<xsl:value-of select="date-val"/>*
    *</date-val>*
    *</xsl:for-each>*
    *</attribute-id>*
    *</xsl:for-each>*
    *</instancelabel>*
    *</xsl:for-each>*
    *</enityName>*
    *</body>*
    *</html>*
    *</xsl:template>*
    *</xsl:stylesheet>*
    also pasting the source xml file I am trying to convert.
    - <session xmlns="http://oracle.com/determinations/engine/relational/sessiondata/10.0" sessionDateTime="2010-12-17T11:34:08" locale="en-US" rulebase="Barclay_2910" rulebase-build="2010-12-17 06:04:02Z">
    - <entity name="global">
    - <instance label="global">
    - <attribute id="S_Other_Type_of_Business1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Nature_of_Business">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Desired_Review_Period">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_I_Confirm">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_new_investors_ID_Vd">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Total_Amount_of_Capital_Invested">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_State_Business_use_Trading_name1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Correspondence_Postcode">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Country">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_BTA_Code1">
    *<text-val>Central Government</text-val>*
    *</attribute>*
    - <attribute id="S_Correspondence_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Total_Amount_Capital_Invested_non_Corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_Organisation">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_State_Business_use_Trading_name">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_Organisation1">
    *<text-val>1</text-val>*
    *</attribute>*
    - <attribute id="S_Date_Established1">
    *<date-val>2010-01-01</date-val>*
    *</attribute>*
    - <attribute id="S_Telephone_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Date_of_Incorporation1">
    *<uncertain-val />*
    *</attribute>*
    - <attribute id="S_Date_of_Incorporation">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Postcode">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Start_Up_Type_Non_Corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_registered_names">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Other_Investments_non_corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="b8@Properties_PropBkACC_xsrc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Number1">
    *<text-val />*
    *</attribute>*
    - <attribute id="b6@Properties_PropBkACC_xsrc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_use_Trading_name1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Registered_address_Main_Trading">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_select_the_high_risk_industry_operated1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Start_Up_Type">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Priority1">
    *<text-val>Standard</text-val>*
    *</attribute>*
    - <attribute id="S_Correspondence_address_same_Main_Trading">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Additional_Source_Capital">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_Sort_Code">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Source_of_funds">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Choose_Start_Up1">
    *<text-val>Start Up/New Entity/Businesses</text-val>*
    *</attribute>*
    - <attribute id="S_Registered_Country">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Fax_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Contributer">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_business_organisations_annual_turnover1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_Account_number_Roll_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Previous_registered_names1">
    *<text-val />*
    *</attribute>*
    - <attribute id="b9@Rules_startuprule_doc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_CIS_Record1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Employees_Members1">
    *<text-val>1-9</text-val>*
    *</attribute>*
    - <attribute id="S_shareholders_Contributors">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Business_operate_high_risk_industry">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="b7@Properties_PropBkACC_xsrc">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_select_the_high_risk_industry_operated">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_business_organisations_annual_turnover">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Postcode">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Nature_of_Business1">
    *<text-val />*
    *</attribute>*
    - <attribute id="S_Country_of_Incorporation1">
    *<text-val>1</text-val>*
    *</attribute>*
    - <attribute id="N_issued_share_capital_company">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Correspondence_Country">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Type_of_Business1">
    *<text-val>Sole Trader</text-val>*
    *</attribute>*
    - <attribute id="S_Web_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registration_Number1">
    *<text-val />*
    *</attribute>*
    - <attribute id="S_Business_operate_high_risk_industry1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Additional_Source_Capital1">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="Source_of_funds_non_Corporate">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Country_of_Incorporation">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_if_registered_address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Date_Established">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registration_Number">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_ID_VD">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_I_confirm_form_287">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Other_Investments">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_I_Confirm1">
    *<text-val>Yes</text-val>*
    *</attribute>*
    - <attribute id="S_Date_Form_Lodged">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Registered_Address">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="S_Other_Type_of_Business">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_start_up_capital_business">
    *<unknown-val />*
    *</attribute>*
    - <attribute id="N_Approx_transferring_balance">
    *<unknown-val />*
    *</attribute>*
    *</instance>*
    *</entity>*
    *</session>*
    Edited by: Sagnik on Dec 21, 2010 12:06 AM

  • Multiple Conclusion based on input values

    Hello,
    I think I have a similar request to this one: https://forums.oracle.com/message/9208952#9208952
    Basically I have a requirement to return a list of required documents someone must upload based on their application. The plan is to invoke the Determinations Server via the web service interface to get a list of the Documents (these would be URLs)  required based on some fields. I'm not quite sure how to approach the rules and web service call so that I would get a list of documents back. I want to complete it in Excel and would like the URL as the conclusion with the attributes as the entry fields.
    e.g. write rules like:
    the value of field1
    the value of field2
    document requiring upload
    X
    Y
    http://mysite.com/mydocument1.pdf
    X
    Z
    X
    Y
    http://mysite.com/mydocument2.pdf
    and when I invoke the determinations service with values X and Y the response would be something like:
    <typ:attribute id="document_to_upload" type="string" inferred="true">
         <typ:boolean-val>http://mysite.com/mydocument1.pdf</typ:boolean-val>
    </typ:attribute>
    <typ:attribute id="document_to_upload" type="string" inferred="true">
         <typ:boolean-val>http://mysite.com/mydocument2.pdf</typ:boolean-val>
    </typ:attribute>
    Can I do like above and how do I structure the rules and webservice calls to get a list of documents back? Or do I have to write a table of rules for each type of document and request an outcome/conclusion for each one to get the URL as the conclusion? Does one of the example projects that comes with the installation cover (or go close) a scenario like this?
    Thanks,
    Ross

    Thanks @ChaseVoid and @PaulFowler
    I have written up my rules and I have tested them in the debugger, all working as expected. Now I'm trying to get them via the web service and I can't seem to get the value back, only the instance. My request is as below:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/11.0/rulebase/assess/types">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:assess-request>
             <typ:config>
             <typ:show-properties>true</typ:show-properties>
             </typ:config>
             <typ:global-instance>
                <typ:attribute id="bin_code">
                <typ:text-val>CHNY</typ:text-val>
       </typ:attribute>
       <typ:entity id="the_supplementary_documents" inferred="true">
                   <typ:instance id="x">
                    <typ:attribute id="supplementary_documents" outcome-style="value-only" />
                   </typ:instance>
                </typ:entity>
              </typ:global-instance>
          </typ:assess-request>
       </soapenv:Body>
    </soapenv:Envelope>
    The code given as an attribute input should return two supplementary documents and one informational document, which it looks like it finds but I'm not getting the value out of the instance. The response is below:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/11.0/rulebase/assess/types">
       <SOAP-ENV:Header>
          <i18n:international>
             <i18n:locale>en_GB</i18n:locale>
             <i18n:tz>GMT-0500</i18n:tz>
          </i18n:international>
       </SOAP-ENV:Header>
       <SOAP-ENV:Body>
          <typ:assess-response>
             <typ:global-instance>
                <typ:attribute id="bin_code" type="text">
                   <typ:text-val>CHNY</typ:text-val>
                </typ:attribute>
                <typ:entity id="the_supplementary_documents" inferred="true">
                   <typ:instance id="0x74d5b205a0612b60"></typ:instance>
                   <typ:instance id="0x9163835e55979771"></typ:instance>
                </typ:entity>
                <typ:entity id="the_informational_documents" inferred="true">
                   <typ:instance id="0xc8730b5ed088cbce"></typ:instance>
                </typ:entity>
             </typ:global-instance>
          </typ:assess-response>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I'm sure it's a matter of passing a new element or adding an attribute to an element there but I can't work out which one. Any ideas?
    Thanks

  • How can I get a dynamic list of Classes Loaded

    I assume this may need to use some sort of reflection. Does
    anyone have code or ideas where I can:
    a) I can get a list of all Classes loaded and their
    properties. This would probably be all instances of Class
    b) A list of all
    global instance variables. (This may not even be possible. I
    know it can be done in other languages)
    I assume this may need to use some sort of reflection.
    Thank you

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    mx.controls.List (Flex 3):
    If the data is incorrect, you can call the preventDefault()
    method to stop Flex from passing the new data back to the list
    control and from closing the
    Link:
    http://livedocs.adobe.com/flex/3/langref/mx/controls/List.html
    Displaying icons in a Flex List control at Flex Examples:
    http://blog.flexexamples.com/2007/08/17/displaying-icons-in-a-flex-list-control/
    --> <mx:Application xmlns:mx=&quot;
    http://www.adobe.com/2006/mxml&quot;
    Link:
    http://blog.flexexamples.com/2007/08/17/displaying-icons-in-a-flex-list-control/
    Populate the list -- Flex 2.01:
    You populate a list-based form control with the
    <mx:dataProvider> child tag. The <mx:dataProvider> tag
    lets you specify list items in several ways.
    Link:
    http://livedocs.adobe.com/flex/201/html/tutorial_controls_019_4.html
    Smooth Scroll for Horizontal List - Flex India Community |
    Google:
    I have created image gallery with Horizontal List[Flex 2.0].
    Just as below ref site. My Problem is i need a smooth scroll for
    Horizontal List. where images
    Link:
    http://groups.google.com/group/flex_india/browse_thread/thread/a12441143b98d32c?hide_quote s=no
    Creating a List control -- Flex 2.01:
    The following example code adds a handler for a change event
    to the List control. Flex broadcasts a mx.ListEvent.CHANGE event
    when the value of the control
    Link:
    http://livedocs.adobe.com/flex/201/html/dpcontrols_062_03.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Template creation in BI Publisher

    I have an issue while creating template document in OPM. I have exported the schema (xsd) and created a new rtf document template in OPM. I edit the template to add some attributes (public) into it. I clicked on 'XML Schema' in BI Publisher tab and chose the exported xsd file which has all the attributes in it. I got the message box that says 'Data Loaded Successfully' followed by a window with all the attributes list.
    Now the problem starts. When I click on 'ab|Field' tab to add some attributes to my page, it opens up a window but no attributes are listed in it. Anyone got some idea what is happening here?
    My xsd is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="global-instance">
    <xs:complexType>
    <xs:all>
    <xs:element name="a1_value" type="xs:string" />
    <xs:element name="a1_text" type="xs:string" />
    </xs:all>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    And the filed window has the following fields
    Schema
    @xs
    Element
    @name
    Complextype
    All
    Element
    @name
    @type

    Thanks Kevin for your reply.
    I unstalled 11.1.1.6.0 version of BI Publisher and installed the version 11.1.1.5.0 and now when I click on 'XML Schema' in BI Publisher tab, nothing is happening. I can see the ab|Field tab is enabled even before loading some schema. But when I click on it, says 'Automation Error Unspecified error'.
    Any idea what is happening?

  • Migration project: FI/CO/SD/MM/PS/RE (4.6c R/3 - ERP6 with unicode)

    Hi,
    Before getting to my question I have for you let me explain you some background:
    As project manager, I am involved in a pre-study of a project for migrating an existing non-hrm solution (FI/CO/SD/MM/PS/RE/Workflow) from a local 4.6c R/3 landscape towards a global ERP6 (UC) instance. The existing non-hrm solution is integrated with HR mainly for Payroll postings. The 4.6c feeds a BW3.1, the ERP6 feeds a BI7.0.
    The project consists of 5 major deliverables:
    1) technical migration of applicative/reporting layer (Programs, DDIC, BW reports ...)
    2) adaptation interfacing (integration points HR-Non-HRM will be handled through standard ALE
    3) process integration (non-hrm will get integrated with existing global processes such as Global Organizational management, Global Personal administration)
    4) reporting integration (non-hrm reportings will get integrated with existing global reportings)
    5) data migration (all non-hrm data pass from 4.6c to ERP6)
    As you can read this project is about a carve-out of existing processes and the migration/integration of them into a global platform. Main driver for this project is the globalization of non-hrm processes.
    Now my question is a rather technical one, concerning point 5 "Data migration": the project approach would be to use a standard ALE initial/LSMW load for migrating the FI/CO/MM/SD/PS data from 4.6c to ERP6. Now, after discussion with SAP Basis team, it was issued that such a direct data migration is impossible due to the fact that there is a difference
    - in SAP version (4.6c vs ERP6)
    - in database character set (NUC in 4.6c vs UC in ERP6)
    (I personally doubt that this is an issue since ALE is able to cope with different SAP versions)
    So the SAP Basis team propose to do such a project in 3 steps (in stead of one):
    1) split non-hrm and bring in to a new 4.6c instance
    2) upgrade that new 4.6c with non-hrm to ERP6 (local instance)
    3) migrate non-hrm from ERP6 (local instance) to the other ERP6 (global instance)
    Can someone share some experience and/or confirm the best data migration approach for such a project?
    Thanks
    Bert Caryn
    Edited by: Bert Caryn on Jan 18, 2008 3:00 PM
    Edited by: Bert Caryn on Jan 18, 2008 3:01 PM

    This is a really BIG project
    > Query
    >
    > 1)     What is the possibility of merging this two system
    > of SAP to one single system of SAP as 4.7 or Ecc6.0?
    > 2)     If merging is possible
    > a) What are all the points we should take care since
    > both are in different platform?
    I suggest the following:
    Read Note 481938 - System Landscape Optimization Services
    and
    http://service.sap.com/slo
    There is a group @ SAP named "System Landscape Optimization", who does those kind of things:
              o Delete, merge, split or rename company codes, controlling areas etc.
              o Harmonize customizing and master data like chart of accounts or vendors
              o Reorganize System Landscape (merge systems, move business areas)
    Since you environment is pretty complex, I suggest opening an OSS call on XX-SER-CS, describe just what you wrote here and you will get contacted.
    I would NOT do such a merge on my own without involvement of SAP and the corresponding people who know the underlying data model.
    Markus

  • Change of Material Valuation Class - What Approach to Consider?

    Dear SAP Expert ...
    In OSS notes # 160970, it mentions that starting from release 4.6B we
    can use Customizing Transaction OMT4 (Change System Message) to change
    corresponding check from error to warning.  With this function, the
    system won't check if there are existing document (e.g. = PO, SO,
    etc.) for respective materials (which we want to change the valuation
    class from), thus we only deals with stock on-hand.
    However, the same notes also recommend the customer need to ensure that from
    organizational point of view there are no inconsistency occured after the change of valuation class.
    We're doing investigation of the automatic account determination which
    is driven by some valuation class and ensure that it won't introduce
    any inconsistency in Financial Statement (Balance Sheet and Income
    Statement). 
    Basically there are 2 (two) aspects we need to adjust:
    (1) Make sure there are no stock available for respective materials during the change
    (2) Adjust the error to warning message for system message using OMT4, thus the system won't check any existing document (so we don't have to delete thousands of existing document)
    We'd like to clarify with you (if similar experience available before) if the following approach we take has been according to the standard practise and NO
    inconsistency will ever occur in the future.
    The approach we take is as follows:
    (1) Identify the FROM valuation class and TO valuation class
    (2) Identify automatic account determination from each FROM an TO
    valuation class (IMG path = OMWB)
    (3) Determine the G/L account used when the changes happen, e.g. :
        Consignment Expense/Revenu (AKO)
        Expense/Revenue from Stock Transfer (AUM)
        Change in Inventory Account (BSV)
        Materials Management Small Difference (DIF)
        External Activities (FRL)
        Incidental Cost of External Activities (FRN)
        Purchase Offsetting Account (FKG)
        Purchasing Freight Account (FRE)
        Materials Management Exchange Rate Diff (KDM)
        MM exchange rate rounding differences (KDR)
        Gain/Loss from Revaluation (UMB)
    (4) Determine the implication of (different) G/L account posting to the Balance
    Sheet & Income Statement reporting
    We'd like to say huge thanks in advance for any input or advise.
    Regards,
    Alvon Sibarani

    Gopala ...
    That's an interesting approach you provided below.  Really appreciate for the input.
    Just for your background:
    1. Our company is also using global instance system (located in US), where all business unit around the globe connects to.
    2. With global instance, we have to standardize majority of the system setting & configuration into a common design.
    3. The common design includes the valuation grouping code, which we use single code (e.g. = ABCD)
    4.  I supposed the single valuation grouping code is introduced for ease in corporate reporting tree.
    5.  The issues we experience on the valuation class is basically happen for only 1 business unit (in China)
    6.  Adjusting the valuation grouping code might solve the 1 business unit issue, while on the other hand we must also consult with the global finance group on the implication to the corporate reporting tree with introduction of the new valuation grouping code (e.g. = WZYX)
    Again that's a valueable input we have here and we'd like to discuss it first with the finance group on the implication.  I personnaly doubt the global finance will agree with such approach, not to mention it approaching the year end thus no "major" modification be introduce.
    Regards,
    Alvon Sibarani

Maybe you are looking for

  • Strange network freezes when wrong time is set (with transmission-gtk)

    Hi! After transmission-gtk running for a while, the network doesn't work any more, not even the connection to the router. Even after closing transmission-gtk, the problem persists until I disconnect from the network (using wicd / wpa atm) - or wicd f

  • J2EE 1.4 beta 2, W2K and Petstore hopeless

    Hello I can deploy the petstore application in J2EE 1.4 beta 2. It works, but only once. After a manual restart of the app server, the I get status 404. I recognized a message in the deploy process. reconfig:      [echo] Reconfiguring server server [

  • Urgent: CLIENT_OLE2.CREATE_OBJ('Excel.Application') get error

    My OS is Window server 2003, Office 2003, Oracle Form 10G I have installed Webutil successfully. Before using webutil I had tried this command: OLE2.Create_Obj('Excel.Application'). It had worked fine but when I using webutil. I replace above command

  • Cache configuration overrides

    So i have a cache config with several caches and schemes defined, the below is a snippet for one cache. What i'd like to do is override the high/low units setting in a an environment specific way. Eg, One prod installation might get a different value

  • Which browser is better firefox or safari

    I am going to graduate school and they recommend chrome or firefox for MAC which is better?