Set up Oracle Customer Standard (R12) in JDeveloper

We need to add some extensions to the Customer Standard > Site Details OAF screen. I am trying to get it up and running on my local client PC in JDeveloper but i am missing the parameters needed to launch it directly. I can launch the Customer Standard > Search form, search for a user, and click on the results to get to the customer overview screen. When I click on a specific address details icon I get an error so I'm hoping to jump direct to the site details screen if possible.
### Steps to Reproduce ###
Set up Oracle Customer Standard (R12) in JDeveloper. Rebuild and run the oracle.apps.ar.cusstd.srch.webui.ArPrtySrchPG.xml. Search for a user (person). Select the user to go to the overview screen. Scroll down and click a details link for an address. The following error is displayed.
The OA passivation framework coding standard has been violated. Web bean properties cannot be modified in the controller processFormData or processFormRequest method. Web bean properties should be modified in the processRequest method only. An attempt to modify a web bean has been made in the following call stack: java.lang.Throwable at oracle.apps.fnd.framework.OACommonUtils.getCallStack...

I have not modified any code yet or added any extensions. I have now turned of the OADiagnostic run option but still get the same error.
Error
Please make sure you have passed all the events and parameters required for the component.
HzPuiAccountSiteMode,

Similar Messages

  • How to work on response set using Oracle Alerts in R12

    Hi,
    I got a requirment, if we create Periodic Alert then how can we use response sets so that we can reply back to emails that we got in inbox.
    Please let me know.
    Thanks,

    Hi Hussein,
    I tried as per the document and getting mail and i dont know how the response mail will stored and the functionality behind that.
    Please let me know the possibility and if u worked on that can you please let me know.
    Thanks,

  • Code for setting KM Folder properties(standard & custom)

    Hi,
    How do I programatically set the KM Folder properties(standard as well as custom defined) ?
    Also, how do I programatically set KM Document properties(standard & custom) and its Permissions ?
    (I have NWDS setup to do the development)
    Any API references or code samples or documentation would be of great help
    thanks
    Ashish

    You could do something like this...
    path is the location of the resource in KM.
    namespace is the namespace of the property you would like to set.
    name is the id of the property you would like to set.
    value is what you want to set it to.
    public static boolean setPropertyValueOfResource(String path, String namespace, String name, String value)
            try
              RID file = RID.getRID(path);
              IUser user = WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");
              IResourceContext rContext = new ResourceContext(user);
              IResource fileResource = ResourceFactory.getInstance().getResource(file, rContext);
              IPropertyName pName = new PropertyName(namespace, name);
              IProperty prop = new Property(pName, value);
              fileResource.setProperty(prop);
              return true;
         catch(NullPointerException E)
         catch(UserManagementException e)
         catch(ResourceException e)
    You can also get the property value of a resource.
    public static String getPropertyValueOfResource(String path, String namespace, String name)
         try
              RID file = RID.getRID(path);
              IUser user = WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");
              IResourceContext rContext = new ResourceContext(user);
              IResource fileResource = ResourceFactory.getInstance().getResource(file, rContext);
              IPropertyName pName = new PropertyName(namespace, name);
              IProperty property = fileResource.getProperty(pName);
              return property.getValueAsString();
         catch(NullPointerException E)
         catch(UserManagementException e)
         catch(ResourceException e)
    You can also get the available values for the property
    public static String[] getAllowedPropertyValues(String propertyId, String namespace)
         try
              IPropertyConfigurationService propConfigService =(IPropertyConfigurationService)ResourceFactory.getInstance().getServiceFactory().getService("PropertyConfigurationService");
              IMetaModel metaModel = propConfigService.getMetaModel();
              IPropertyName propertyName = new PropertyName(namespace, propertyId);
              IMetaName metaName = metaModel.searchByPropertyName(propertyName);
              IMetaValueListIterator iterator = metaName.allowedValueIterator();
              String values = "";
              while(iterator.hasNext())
                   IMetaValue m = iterator.next();
                   values += m.getValue() + ";";
              return values.split(";");
         catch (ResourceException e)
         catch (PropertyConfigurationServiceException e)

  • How do you set up a custom color for the standard screen mode

    This new colour scheme has not enough contrast for it to be readable, so I was pleased to find custom screen mode. However, there seems to be no way of setting up a custom color for this. In addition, the icons are so small they are unreadable. Is there any way of making them bigger. I have a 20" and a 22" monitor working together, but they are still not clear enough to use.

    Hi there
    Are you referring to the tool icons in Photoshop CS6? There are a few options you can change to help make the interface more readable, but unfortunately, there is not an option to enlarge the tool icons.
    It sounds like you may have discovered this already, but if you go to Photoshop > Preferences > Interface, you can change the color of the Photoshop CS6 interface.
    You can also enlarge the UI text size in this same window, in the Text preferences box.
    You can also make the size of your layers thumbnails larger. You can do this by clicking on the small menu in the upper right hand corner of the Layers Panel and selecting Panel Options.
    Here you can change the size of the layers thumbnails.
    I hope this helps you out a bit!

  • Upgrading from Oracle 10G standard edition to Oracle 10G enterprise edition

    Hi
    I want to upgrade from Oracle 10G standard edition to Oracle 10G enterprise edition. Is there any script provided by oracle which I can run on existing Oracle 10G standard edition to upgrade to enterprise edition after completing the licensing formalities or do I need to install Oracle 10g Enterprise edition from scratch and then migrate my data.
    Ramanbir S

    You will not need to perform any data migration to upgrade to EE. The diffetence between standard en enerprise editions are the features offered. When you upgrade you can use the same set of files you used to install standard edition and just add the enterprise edition features you want to use in the 'Custom' section of the Universal Installer.

  • Oracle Customer Hub - where do I find the product to download?

    I know this sounds dumb.... but I've searched the OTN Downloads, and Edelivery but where can I go to download a trial version of Oracle Customer Hub (OCH) and Oracle Product Hub (OPH)?

    Hello,
    You can only find the Customer Data Hub (CDH) & Product Information Management (PIM) in Oracle supplied patches. Try to login to metalink and find the relevant information. Following are some information on CDH & PIM installation. Hope this helps:
    Customer Data Hub Installation
    The Customer Data Hub solution is a composite of core Trading Community Architecture (TCA) functionality as well as the Oracle Customers Online (OCO) and Customer Data Librarian (CDL) applications. In order to gain the most benefits out of the Customer Data Hub, it is recommended that implementing organizations install the 11i10 Financials Family Pack G as well as the latest TCA and Oracle Customers Online/Oracle Customer Data Librarian patch sets. These releases have been optimized for the Customer Data Hub.
    The following two sections outline the optimal and minimum baselines for implementing the Customer Data Hub. Note that as CDH functionality is continually enhanced throughout future releases, the recommended baseline will be modified to reflect the latest in CDH patch set levels.
    11i10 Financials Family Pack G Baseline
    This document assumes the following baseline, and refers to the features available at this level:
    11i10 Financials Family Pack G – 11i.FIN_PF.G (3653484)
    HZ.N (3618299)
    IMC.M (4017594)
    Oracle 10g Database
    Minimum Baseline
    The following is the minimum baseline for a Customer Data Hub(for more information, see the appropriate Oracle Customer Data Hub Implementation Concepts and Strategies document version):
    11i9 Financials Family Pack D – 11i.FIN_PF.D (3016445)
    HZ L (3036401) + 12.0.2 consolidated roll up (3295400) + Bulk Import Consolidated Patch (3597225)
    IMC K (3161885)
    Oracle 9i Database
    Product Data Hub
    There is no comparable list for Product Information Management Data Hub (PIMDH), because that entity is only a license mechanism to gain the right to install PIM DL on a non E-Business Suite (EBS) instance. You do not install anything under a license of PIM DH,
    you install only PIM DL.
    You will need to install PLM family pack 'E' (Patchset 11i.PLM_PF.E - 4203793) on top of the 11.5.10 installation (11.5.10 contains family pack 'C'), for DNA to show up in the License Manager, and for you to 'activate' it for your install.
    The following Metalink Note has the details of the pre- and post- install instructions.
    Note *309187.1* About the Oracle Product Lifecycle Management Family (Family Pack E)
    R12 Patches
    Oracle Product Information Management Feature Pack Release 12.0 (Patch 6474795)
    Cheers,
    ND

  • 11i Customer - Standard Form : display the bill_to adresses first

    Dear all,
    I'm using Oracle eBS standard Customer -> Standard form
    I would like a mean to display bill_to address first in this form because we have some big customers with many addresses ...
    Procedure:
    Choose AR - Admin responsibility
    Menu : Customers -> Standard (Form Name : ARXCUDCI)
    Query a customer by its number or any other criteria -> use the "Find" button
    A list of places are displayed in the window named "Match Results (Organization) ..."
    -> In this window I would like to have the bill_to address first (even the principal one if possible)
    I'm able to set up Forms Perso code but not to modify the standard screen
    Any help is welcome,
    Thanx,
    Xavier

    sorry I did not get you,
    I am doing it using forms personalization, but my lead is asking me to do using profile options, are there any?
    Do you have any idea how to disable a push button using forms personalization?
    For some resp, I have to take out the privilege to create new customer.
    Thanks,
    Midhun

  • Creation of a Marketing Profile Set based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset thru the WebUI Segment Builder

    Objective: Creation of a Marketing Profile Set based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset thru the WebUI Segment Builder.
    Problems: Standard CRM_MKTTG_BP_BIRTHDATE Infoset DOES NEVER RETURN ANY RESULTS on the segmentation builder of the WebUI client (no matter the filter you specify).
    Other cases:  However if we create a new Data source with data "Extraction from Query" (transaction RS02) based on this standard CRM_MKTTG_BP_BIRTHDATE Infoset and we test the functionality using transaction RSA3, IT DOES RETURN RESULTS (using the same filters as in the segmentation builder)! Of course the segmentation builder works with other attribute lists.
    NEW: IF WE DON’T ESPECIFY ANY SEGMENTATION BASE IN THE PROFILE GROUP, IT DOES RETURN RESULTS!!! (GO TO THE END OF THE DOCUMENT FOR DETAILS)
    Steps followed:
    Review Standard Infoset CRM_MKTTG_BP_BIRTHDATE (Transaction SQ02).Review Data Reading Program code: do we have to change the standard code? We have only remove the "BREAK-POINT" statement.
    Creation of a Data source based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset (Transaction CRMD_MKTDS).
    Creation of an Attribute List based on that standard Data source and selection the Birth date as a filter in the Attribute list (Transaction CRMD_MKTDS).
    On the segment builder of the WebUI set any filter (Example: “TODAY”).
    Steps in detail:
    Review Standard Infoset CRM_MKTTG_BP_BIRTHDATE
    SQ02.
    (Image deleted)
    Review Data Reading Program code (Code attached)
    (Image deleted)
    Creation of a Data source based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset
    Data source: Transaction: SPRO – Customer Relationship Management - Marketing – Segmentation - Maintain Data Sources and Attribute Lists: CRMD_MKTDS
    Create Data Source
    (Image deleted)
    Infoset: CRM_MKTTG_BP_BIRTHDATE.
    Business Partner Field: CRMT_MKTTG_IS_BIRTHDATE-PARTNER_GUID
    (Image deleted)
    Result:
    (Image deleted)
    Attribute List
    Creation of the Attribute List
    (Image deleted)
    Assign Data Source:
    (Image deleted)
    Selection of the Birth date as a filter in the Attribute list:
    (Image deleted)
    Result:
    (Image deleted)
    Segment builder of the WebUI:
    Access to WebUI with marketing role.
    Create Segment:
    Creation of Profile Set
    Graphical modeler
    Create Filter: We have already tried many different filters (we already seen notes referring to this matter).
    Example1: “today”
    Count target group. Here I would like to stand out that once you click on the “Count” option, immediately it shows 0 results. In other words, it doesn’t process any information. With other attribute lists it takes some time to process, no matter the filter or the attribute list you use. However if we create a new Data source with data "Extraction from Query" (transaction RS02) based on this standard CRM_MKTTG_BP_BIRTHDATE Infoset and we test the functionality using transaction RSA3, IT DOES RETURN RESULTS (with “today” filter and other)! So it seems that the problem has to do with the segment builder, not the Infoset.
    Result: it never return any results no matter the filter you specify.
    Other cases:
    Creation of a new Data source with data "Extraction from Query" where you enter the name of your new query
    Creation of a Data source based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset
    Standard Infoset CRM_MKTTG_BP_BIRTHDATE:
    We fill the form and select “Extraction from Query”:
    Press SAVE and define which fields will be available for selection and which of them will be visible.
    RSA3: Extractor checker in order to test the Data source:
    We specify the Data source:
    IT DOES RETURN RESULTS:
    ALV Grid:
    NEW: It seems that it has to do with the Segmentation Basis selected in the creation of a Profile Set, because if we do not select any, it does return results. But we need to create this Profile Set based on a particular Segmentation Basis called BS Usuarios Registrados.
    Segment builder – Profile Set of the WebUISegmentation Basis: we leave it in blanc.
    Graphical modeler
    Create Filter: We have already tried many different filters (we already seen notes referring to this matter).
    Example1: “today”
    Count target group.
    Result: IT DOES RETURN RESULTS!!! àConclusion: the problem is the Segmentation Basis
    Define Segmentation Basis:
    Transaction: SPRO – Customer Relationship Management - Marketing – Segmentation – Classic Segmentation - Define Segmentation Basis.BS Usuarios Registrados:
    Define Reports for Creating Segmentation Bases
    Transaction: SPRO – Customer Relationship Management - Marketing – Segmentation – Classic Segmentation - Define Reports for Creating Segmentation BasesZMK_UTL_MGR_SITES_UREG
    Define Usage for Segments:
    Transacción: SPRO – Customer Relationship Management - Marketing – Segmentation – General Settings - Define Usage for Segments.ZBS_UR à02 Segmentatión Basis
    Attribute List:Category:
    There is no Category 02 Segmentatión Basis!!! Why?? Why is not posible to select Category 02 Segmentation Basis in the creation of the Attribute List???
    Usage ID
    NEW: It seems that it has to do with the Segmentation Basis selected in the creation of a Profile Set, because if we do not select any, it does return results. But we need to create this Profile Set based on a particular Segmentation Basis called BS Usuarios Registrados. Why is not posible to select Category 02 Segmentation Basis in the creation of the Attribute List???

    It seems that the standard Infoset doesn’t work by itself with Segmentation Basis. Two SAP notes have been applied and a new Field Group has been added to the Infoset (in order to distint the Segmentation Base).
    CRMT_MKTTG_IS_BIRTHDATE-MGRGUID
    1966298: MGR_GUID is not populated correctly to infoset read program
    2007687:Segmentation InfoSet queries saved with incorrect Master Group
    For that reason we had to create a new Infoset based on the standard CRMT_MKTTG_IS_BIRTHDATE, but adding this new Field MGRGUID to the Group Fields.
    Issue solved

  • Service Desk Unable to set status to Customer Action and Proposed Solution

    Hi Everyone,
    We are unable to set a service desk issue to the status Customer Action or Proposed solution.
    I have someone create a new issue in the bakend system and when I receive the issue I assign it to myself as the processor. When I try to set teh status to Customer action it is grayed out.
    I have checked the following:
    1. As a test I assigned My user with sap_all profile so does not appear to be authroisation related
    2. The status profile has all six standard values (New, customer action, In Process, Sent to SAP, Proposed Solution, Confirmed).
    3. The transaction types have been defined using the standard profiles for Text Det. Procedure, Partnet Determination Procedure, Status Profile. The Partner Function ORG is set to Sold-To-Party , The date profile is a SRV_SLA_ITEM and the Action profile is set to SLFN0001_ADVANCED. The Org Data Prof is set to a customer defined one: ZSSC000000001.
    4. I have checked transaction ppoma_crm and the org structure and my user is assigned to a team lead position.
    Your assistance is greatly appreciated.
    Michael

    Hi Michael,
    please check your status profile for the "lowest status no." and "highest status no." values of the status values as Alex mentioned!
    You can find this in SPRO under "SAP Solution Manager> Scenario-Specific Settings>Service Desk>Service Desk>Status Profile".
    If the "high" value of the status "New" is lower than the status number of status "Customer Action" than you can not set the message from "New" to "Customer Action"!
    Hope this helps,
    Christoph

  • Migrating menues from oracle 11i to R12

    Hi all,
    I have to migrate Menus from Oracle 11i to R12, this can be done using FND_LOAD, but we have to migrate it using API's. Please suggest me the API name and approach. Currently I am investigating on fnd_menus_pkg.load_row and fnd_menu_entries_pkg.load_row . Please let mw know if these are the correct API's to migrate Menus. Any help is appreciated.

    If the version of $FND_TOP/patch/115/import/afsload.lct and the table structure is identical on both instances, you may use FNDLOAD for your custom menus. However, I would not recommend using FNDLOAD or any API between different application releases.
    How To Download a Parent Menu and Submenus [ID 369421.1]
    Replicating Custom Menu [ID 839879.1]
    Thanks,
    Hussein

  • Internal Error in reading a Table of Oracle custom-defined objects.

    Hi,
    We are running into an Oracle internal error when trying to extract data from an OUT parameter of a stored procedure. The OUT parameter is of the type TABLE of Oracle custom-defined OBJECT.
    Any help on this issue will be greatly appreciated.
    Thanks, in advance,
    OraNew
    Program:
    package test;
    import java.sql.CallableStatement;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Types;
    import java.util.ArrayList;
    import java.util.List;
    import oracle.sql.ARRAY;
    import oracle.sql.STRUCT;
    import src.vo.ProfileBank;
    public class TestOracle {
    * @param args
    public static void main(String[] args) {
    try{
    Connection con = getConnection();
    ResultSet rsBalance = null;
    CallableStatement cs =
    con.prepareCall("{ CALL acr_profiles.get_profile_bank( ?, ?, ?)}");
    cs.setLong(1, new Long(133).longValue());
    cs.setLong(2, new Long(29032).longValue());
    cs.registerOutParameter(3,Types.ARRAY,"ACR_USER." + "ACR_PROF_BANK_TAB");
    cs.execute();
    ARRAY array = (oracle.sql.ARRAY) cs.getObject(3);
    System.out.println("length: "+ array.length());
    System.out.println("isConvertible: " + array.isConvertibleTo(Object.class));
    System.out.println("isInline: " + array.isInline());
    rsBalance = array.getResultSet();
    showResultSet(rsBalance);
    } catch (Exception sql){
    System.out.println("Exception "+ sql);
    public static void showResultSet (ResultSet rs) throws SQLException
    System.out.println("ResultSet = "+ rs.toString());
    List profileBanks = new ArrayList();
    while (rs != null && rs.next()) {
    STRUCT struct = (STRUCT)rs.getObject (2); //getting the Internal Error on this line.
    Object[] attribs = struct.getAttributes();
    System.out.println("Bank Alias Id"+ (java.math.BigDecimal) attribs[0]);
    System.out.println("Bank Name"+ (String)attribs[1]);
    System.out.println("Bank set flag "+ (String) attribs[2]);
    ProfileBank pBank = new ProfileBank();
    pBank.setBankAliasId(new Integer(((java.math.BigDecimal) attribs[0]).intValue()));
    pBank.setBankName((String) attribs[1]);
    pBank.setSelBankFlag((String) attribs[2]);
    profileBanks.add(pBank);
    public static Connection getConnection() throws ClassNotFoundException, SQLException {
    Class.forName("oracle.jdbc.driver.OracleDriver");
    System.out.println("Driver loaded");
    // establish a connection
    Connection conn = DriverManager
    .getConnection(
    "jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.3.11.201)(Port=1521)) (CONNECT_DATA=(SERVICE_NAME= aada.a.al)))",
    "acr_user", "acr_user");
    System.out.println("Database connected");
    return conn;
    Console Output:
    Driver loaded
    Database connected
    length: 2
    isConvertible: false
    isInline: true
    ResultSet = oracle.jdbc.driver.ArrayDataResultSet@1f3aa07
    Exception java.sql.SQLException: Internal Error
    Partial Stacktrace obtained from the Eclipse Debug window:
    oracle.jdbc.driver.DatabaseError.throwSqlException(int) line: 292
    oracle.jdbc.oracore.OracleTypeCOLLECTION.initCollElemTypeName() line: 1192
    oracle.jdbc.oracore.OracleTypeCOLLECTION.getAttributeType(int) line: 1225
    oracle.jdbc.oracore.OracleTypeADT(oracle.jdbc.oracore.OracleNamedType).getFullName(boolean) line: 119
    oracle.jdbc.oracore.OracleTypeADT(oracle.jdbc.oracore.OracleNamedType).getFullName() line: 93
    oracle.sql.StructDescriptor(oracle.sql.TypeDescriptor).initSQLName() line: 497
    oracle.sql.StructDescriptor(oracle.sql.TypeDescriptor).getName() line: 392
    oracle.sql.StructDescriptor.getClass(java.util.Map) line: 2003
    oracle.sql.STRUCT.toJdbc(java.util.Map) line: 983
    oracle.jdbc.driver.ArrayDataResultSet.getObject(int, java.util.Map) line: 1379
    oracle.jdbc.driver.ArrayDataResultSet.getObject(int) line: 1198
    test.TestOracle.showResultSet(java.sql.ResultSet) line: 53
    test.TestOracle.main(java.lang.String[]) line: 38
    Environment:
    Database: Oracle 10g (10.2.0.3)
    JDBC Drivers: version 10.2.0.3 (ojdbc14, orai18n)
    Database Server: HP-UX
    Client machine: Windows XP
    <end of thread>

    hi Thom,
    most error relating to table DOKTL are caused by misconfigured network card.
    if this is a "home" system, install a loopback adapter from Microsoft and use IP address 127.0.0.1 and also check "hosts" file for inconsistency. do not use the IP adddress provided by your ISP as it may change.

  • Error while running Oracle 11i OA page in JDeveloper 10g.

    Hi All,
    I have to do some customization in isupplier page. The page is working well in Oracle 11i instance. Now we are upgrading the Oracle 11i to R12. So I check out the entire project (i copied whole myprojects folder) and try to run the same project in Jdeveloper10g (I use proper jdeveloper patch). While compiling the project I got following error. Seems to be some class files are missing. But I don’t know how to fix it. Any help pls?
    •     Error(24,47): RowProvider not found in class oracle.jbo.server.ViewRowServiceImpl in class oracle.jbo.server.OAJboViewRowImpl in class oracle.apps.fnd.framework.server.OAViewRowImpl in class oracle.apps.pos.isp.server.NonPoInvSummaryVORowImpl
    •     Error(39,37): DataProcessorService not found in class oracle.jbo.server.ApplicationModuleServiceImpl in class oracle.jbo.server.OAJboApplicationModuleImpl in class oracle.apps.fnd.framework.server.OAApplicationModuleImpl in class oracle.apps.pos.isp.server.NonPoInvAMImpl
    •     Error(39,37): ServiceProvider not found in class oracle.jbo.server.ApplicationModuleServiceImpl in class oracle.jbo.server.OAJboApplicationModuleImpl in class oracle.apps.fnd.framework.server.OAApplicationModuleImpl in class oracle.apps.pos.isp.server.NonPoInvAMImpl
    •     Error(75,5): DataCriteria not found in class oracle.apps.pos.schema.server.NonPoInvLineExpert
    •     Error(49,12): method initQuery(java.lang.String, java.lang.String, java.lang.String) not found in class oracle.apps.pos.schema.server.NonPoInvNumUnqVVOImpl
    Thanks
    Chandra

    Chandra,
    May be you can ask Oracle to provide for the R12 patch for iSupplier Portal module. And then do the customizations/extensions therein.
    Regards
    Sumit

  • Getting error while trying to create a new customer in R12

    I am getting the following error on top of the web window when trying to create a new customer using Solution beacon - R12 instance. Below is my navigation
    OM Super User --> Customer --> Standard.
    And when the web screen opens and I click on 'Create' it gives the below 3 error message and not displaying the proper fields. Can someone help me how to fix this?
    Error
    The descriptive flexfield with application name Receivables (AR) and name Party Information (HZ_PARTIES) is not frozen. Please contact your system administrator.
    The descriptive flexfield with application name Receivables (AR) and name Customer Information (RA_CUSTOMERS_HZ) is not frozen. Please contact your system administrator.
    The descriptive flexfield with application name Receivables (AR) and name Address (Remit Address HZ) is not compiled. Please contact your system administrator.

    Please see the solution in (The Descriptive Flexfield With Application Name Receivables (AR) and Name Party Site Information (HZ_PARTY_SITES) Is Not Frozen [ID 743262.1]).
    Thanks,
    Hussein

  • Customer Standard page is behaving differently in two different instances Y

    HI Guru's,
    I am querying the data in one Customer standard page in support6 instance for eg: 27868 is a Acccount Number we are searching for this and we are getting the Data in this instance here the thing is the Account is Inactive and we can view even Inactive customers in this.
    Now we are seraching for the Customer Number(Acct. Number) same : 27868 in Support 3 instance now here the magic thing i found is i am unable to get the Data in this intance here this one also in backend it is Inactive Customer and this is also a Standard page there is no customization for this.
    Why these two instances are behaving like this if i search for a Same Account Number in Customer search page its a oracle standard page there is no customization.
    Support 6 -- Is Multi node having 2 nodes
    Support 3 -- Is Multi node having 3 nodes .
    Previously we have perform one customization we have changed the query in both the instances same query then also it is behaving like previous one, So we plan to remove the complete customization to both of the instances and tried so we are facing this Issue.
    Note : Support 6 having some Oracle Patches is different from Support 3 Patches means some patches is not applied in Support 3 instances.
    So, is there any issue of those patches and these are not OAF Patches its some Apps Patches.
    Please it's a High Priority issue for me so OAF Guru's update me your valuable answers to me so that i can check out why it is behaving like this.

    Hi
    I have removed my personalizations and customizations in all nodes like this,
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO');
    end;
    Commit ;
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults');
    end;
    Commit ;
    Next i have run jdr_utils.printdocument also in all the instances so i got these output
    Error: Could not find document /oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO
    Error: Could not find document /oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults
    in all the instances same , so now its a standard functionality right because i have reverted back my customizations.
    i have these two scripts because 1. this is for Vo substitution removed and 2. this is for two new attributes that i added before that was removed.
    Even i have checked the "About this page" link and then we tried to see the query and we got the standrad query only.
    Yes DBA bounced all the 3 nodes for Support 3 and in Support 6 also he bounced 2 nodes.
    The Database has only 1 common node and 1 $java_Top which is shared for all the 3 nodes for support 3 instance and for Support 6 instance that is diffrent $Java_Top .
    Edited by: Kiran Paspulate on Nov 16, 2012 1:43 PM

  • Oracle ERP & Oracle customer care and billing approximate price

    I am doing a research about Oracle as a company as part of my BSc study , so I want to know approximately how much does it cost an organization (the number of employees are 4000 employees )to buy
    •     Oracle ERP systems license including the standard modules (financial, HCM, SCM ).
    •     Oracle customer care and billing license.
    Secondly; i need to knwo if the folloiwng affects the price for both the above modules:-
    - number of employees
    - any other factors.
    Best Regards

    The prices very drastically by client.
    The price is determined by different criteria for different modules.
    e.g. For ASCP, it is by COGS.
    For Order Mgmt, it is by number of lines.
    For mfg, it is by named users.
    And then sometimes client can negotiate a enterprise wide agreement with flat pricing.
    Check
    http://www.oracle.com/ocom/groups/public/@ocom/documents/webcontent/071347.pdf
    http://www.oracle.com/us/corporate/pricing/index.html
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for