Moving a business component to a business component package URGENT

Hi there,
Aim: I want to use one the attributes from an existing EO, by creating a VO which points to the EO.
Procedure taken: I've downloaded the EO.class and EO.xml file from the database to my local machine. I've opened the EO.class and EO.xml file within jdeveloper and it automatically adds it to my project path (not business component package). I've shown the dependencies of the two files and thus know which business component package (path) they belong to. I've created a business component package which is the same (path) as the one shown through dependency.
Problems: I try to move the EO.class and EO.xml file to business component package created but it won't move. I want to create a VO pointing to the EO but if the EO is within the project path and not a business component package it won't let me refer to it.
Question: How can I add the EO to the business component package?
Thanks in advance

If this is the same issue as this thread, then please follow the discussion there.
Adding an existing Oracle Standard EO to my project
Thanks
Tapash

Similar Messages

  • Changed Business Component Package Error

    I have created a new Business Component Package and moved the objects from another package to the new package using the right click on the class files.
    ie custom.oracle.apps.fnd.budget to custom.oracle.apps.gl.budget .
    compiling each item individually says all ok no errors/warnings etc. However i get errors in relation to objects that I thought I had removed a while ago.
    Error: can't read: C:\jdev9i\jdevhome\jdev\myprojects\custom\oracle\gl\fnd\budget\webui\common\BudgetCTVORowImplMsgBundle.java
    and
    Error: unable to copy to output directory, Audit_Entry_VL.xml not found
    I have no use at all for these files, but the workspace/project does not compile successfully.

    Which option exactly are you using on right click?
    Moreover filename BudgetCTVORowImplMsgBundle.java sounds weird , that too in folder webui\common. Ideally they should be in server folder. Lot of things look wrong on your code setup.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to create "Business Components Package" in the Jdeveloper ?

    Hi,
    I installed and set up "Patch 7523554 10G Jdeveloper With OA Extension ARU for R12 RUP6"
    I have ran out the test_fwktutorial.jsp and test_fwklabsolutions.jsp.
    All links work properly on these pages.
    I created HelloWorld page from "Oracle Application Framework Toolbox Tutorials".
    Its works properly too.
    Then I started to create "Search Page".
    I created "Business Component project" in the toolbox.jws.
    I was trying to perform step 2.1 "Create the BC4J Package for Client (UI) Objects".
    But I didn't find "Business Components Package" in the context menu.
    Could you give me advice how can I create package of this kind ?
    Thanks.

    I created "OA Workspace" and simultaneously with it created "Business Components Package" <yourname>.oracle.apps.ak.employee.
    After this it i necessary to creates one more "Business Components Package" <yourname>.oracle.apps.ak.schema.server
    I failed to create Package of this kind.
    In the "BC4J Tutorial" It seems to me I found similr actions.
    I suppose I may perform next step:
    Figure 6-3 http://download.oracle.com/docs/html/A97671_01/wtgbc4j.htm#BABIAIEI
    Figure 6-4 http://download.oracle.com/docs/html/A97671_01/wtgbc4j.htm#BABJIIII
    But I failed to pass these steps.
    Could you tell me, please, how to do this?
    Thanks.

  • Can not see the menu of New Business Components Package in jdeveloper

    I am just follow the developer guide.
    and when I create the Business Components Package, the guide said that
    ========================================
    In the JDeveloper Navigator, select the OA Project where you want to create your package.
    From the main menu, choose File > New to open the New Object Gallery.
    In the Categories tree, expand the Business Tier node, and select Business Components (BC4J).
    In the Items list, select Business Components Package to open the Business Components Package Wizard. You can also right-click on the OA Project and select New Business Components Package to navigate directly to the Business Components Package Wizard.
    =====================================
    In fact I can not see the menu about Business Components (BC4J) in the File/new/buisness tier/Business Components (BC4J).
    I can only see the File/new/buisness tier/ADF Business Components.
    And can not find the "Business Components Package" under ADF Business Components either.
    I am using the JDev Extension for OA (p5856648_R12_GENERIC.zip) and EBS 12.0.0.
    And I create an OA Workspace and OA Project.
    can anyone help?

    James,
    Use search facility on forum. Chk thread Re: OAF Toolbox Tutorial Help - Search
    --Shiv                                                                                                                                                                                                                                                                       

  • Reusable Component Packaging

    I have successfully packaged a number of custom component 'widgets' in a jar. Some of my widgets are implemented as composite components, and others are implemented as full fledged Java components.
    My problem is that I get repeated errors in my server log similar to *'WARNING: JSF1064: Unable to find or serve resource, jcal.xhtml, from library, comps.'* when a using page includes a Java component.
    The using page renders and acts correctly, it's just the server log message that's an issue. JSF seems to attempt to find the widget using the composite-library-name before seeing (and using)the tag declaration.
    I would like to use the same namespace for all my widgets, regardless of their implementation. Perhaps I can't?
    Mojarra 2.0.4 (FCS b09) deployed in war's WEB-INF/lib to Tomcat 6.0.20 under Java 1.6.0_05
    Following is a snippet of my jar's taglib:
    <facelet-taglib .... version="2.0">
         <namespace>http://dev.jimo.org/jimo</namespace>
         <composite-library-name>comps</composite-library-name>
         <tag>
              <tag-name>jcal</tag-name>
              <component>
         <component-type>jimo.HtmlJCal<;/component-type>
              </component>
         </tag>
    </facelet-taglib>
    Any pointers would be appreciated.
    Thanks,
    Jim

    JimO wrote:
    My first post, so your response is completely valid and appreciated.You don't have to tell me that. Even if you wouldn't agree with what I said or slanted it as completely outrageous, I couldn't care less. Whatever is said is with helpful intentions, even if your initial response is to be offended. That is your own problem that you choose to do that. If you can deal with honest, direct and sometimes intentionally harsh replies, you'll get plenty of use out of these forums.
    I did look through the first 8 or 10 pages of Google hits. All the java.net urls were dead links, the rest were specific to either servers (glassfish/JBoss) or implementations(Ice/Prime/Rich faces), and of those that I dug into, seemed related to css/js resources that were packaging problems or relative URL issues. The java.net links seem to be functional this morning, so I will go through them.Okay. The next time you make a post, be sure to note what you have already tried. Let me put it more plainly: don't post a question for which reading minds / crystal ball reading is required to get all the details.
    Like I said, everything is working, it's just the log warnings that my component consumers are eventually going to be reporting to me...Unfortunately, sometimes warnings are logged when they shouldn't be, usually on the wrong log level (warn in stead of trace for example). Often I have seen messages being logged that were kind of "TODO" reminders to the devs of the API in question :/ The only 'solution' is to filter them out.
    >
    It's my first foray into component packaging, so It's quite possible that I'm breaking a rule or missing a config somewhere, so perhaps I should rephrase my question...
    When developing JSF2 widgets for deployment in a jar, do seperate namespaces have to be defined for Facelet composite versus Java code implemented components?I can't answer that unfortunately, my knowledge of JSF 2 does not extend into custom widgets yet. The only thing I can advise is to grab a copy of the JSF 2 cookbook (of course, make your boss pay ;) ); it contains articles and examples for everything that JSF 2.0 provides, which includes custom JSF2 widgets (chapter 5). Then you can compare your work with what is documented there.

  • Moving only one component value into a register AGAL

    Hi
    Do any of you know if there is any way in AGAL of moving a component value from one register to the other without touching the other components in the register? I notice that the following line...
    mov ft1.a, ft0.a
    ...will also overwrite the rgb components in ft1 with the rgb components from ft0. At least it does on my machine. In other words, specifying components may reorder (swizzle) the components, but doesn't mask them to preserve the value of other components in the destination register. Probably because each register is 128 bits wide, so it's easier for the GPU to just do the operation on all four components anyway. I'm trying to implement the technique described here:
    http://http.developer.nvidia.com/GPUGems/gpugems_ch22.html
    Under "22.2.2 Curves". It requires me to process each color component independently.

    "You can't have an HTML form element map to an Oracle PL/SQL procedure parameter that is defined as a TYPE definition"
    Sorry, but this is just plain wrong. Passing values to associative arrays (TYPE xxx IS TABLE OF xxx INDEXED BY BINARY_INTEGER) has been possible at least since OAS 4.0.8.
    The following simple procedure prints the values passed to it from a form with multiple occurrences of in_val
    CREATE OR REPLACE PROCEDURE test_prc (in_val IN owa_util.ident_arr ) IS
    BEGIN
    for i in in_val.first..in_val.last loop
    htp.p(in_val(i));
    end loop;
    END test_prc;
    (owa_util is a SYS package)
    As to the original question, it is very hard to say what the problem is without more details about the error that occurs after the migration.

  • Moving E-business Suite tables to custom tablespace

    Hi,
    We are planning to move some of the huge oracle e-business suite tables (Audit tables) from its APPS_TS_TX_DATA tablespace to some custom_table space. We are doing this because we want to truncate those tables after we are cloning from production to test instnace and reclaim the space on the disk on the cloned instance.
    We are moving only the audit tables and some custom tables which are independent of the normal functionality of the application.
    Is it advisable to do that ? Can we move the standard tables from e-business suite to a custom tablespace.
    Regards
    Sridhar M

    We are moving only the audit tables and some custom tables which are independent of the normal functionality of the application.
    Is it advisable to do that ? This should be OK -- For audit and custom tables.
    Can we move the standard tables from e-business suite to a custom tablespace.This is not recommended and you better keep the standard tables in the default tablespace.
    Thanks,
    Hussein

  • Cost center assinment to business area  very urgent

    Dear all
    i am doing business area wise balance sheet and profit and loss account assign ment for company code (which is already having existing data ) for this co code
    so for company code is not using busineess ares now they are going to introduse new business areas.
    when i new business area in cost center it is throwing this error
    Field change Business area is not possible (transaction data already exists)
    Message no. KS 134
    Diagnosis
    To ensure the consistency of existing data, you can only change object Business area if no transaction data exists in the change period; that is, neither plan data nor actual data has been posted.
    As transaction data already exists, it is not possible to change objects in this time period.
    Procedure
    If you still want to change the object, select a suitable change interval by choosing "Edit -> Analysis period...".
    arroding to procedure if i  go to Edit /Analysis period the error is
    field change business area is not possible (transaction data already exists )
    please guide me
    regards
    sadiq

    hi karl,
    u are corrct about the KS 134 and  RKACOR06 pogramm. i am not talking about this situation .
    hear the author posted the docu ment thread wher till now ther company is not using business areas . now they created new business area (eventhough till now they are not created thats why TGSB error is coming). for that only i said we can creat new anlysis period  with assiging of business area in cost cenetr master screen .only for new analysis period only
    not for existing transaction data posted period.
    i think my communication may confused u . sorry for that.
    any how
    thank you very much for ur input.
    kaindly inform the author in this way for new analysis period with business area.

  • BUSINESS FLOW ----VERY URGENT

    HI,
       EVERY BODY I NEED INFORMATION ABOUT : <b>BUSINESS FLOW in BW</b>
       it is SD DATA FLOW or  SOURCE SYSTEM to BW FLOW OR WHAT ?
      PLZ SEND ME AT [email protected]

    Hi,
    When it comes to Business flow it is the process in R/3 whether it is SD, MM or FI..
    The business data is captured in BW through the data flow.
    Hope this helps.
    Assign points if useful.
    Regards,
    Kiran

  • Business Content Questions - Urgent

    Can you please help me with the following questions... 
    1. I installed business content for CRM Sales Activities. I was also successful in loading transaction data. There is some master data that also needs to be loaded, but many of the master data datasources are not available when I checked RSA5 in the CRM system. How should I approach this problem?
       2. When installing business content, if "match (X) or copy" is selected and if we select background installation, will the system overwrite the objects or will it leave it in the existing version?
       3. When activating business content reports, I get the error "BEx transport request xx is not suitable or not available". What could this mean?
       4. After development, do I simply gather all the objects and transport them to QA/PRD or do I have to activate business content in QA/PRD systems also?
    Thank You.

    Hi,
    1.The datasources are:
    Opportunity - 0CRM_OPPT_H - Opportunities header
    0CRM_OPPT_I - Opportunities Items
    Activities - 0CRM_SALES_ACT_1 - Activities
    Master data -
    0CRM_OPPT_CYCLE_TEXT
    0CRM_OPPT_PHASE_TEXT
    0CRM_OPPT_TYPE_TEXT
    Business Partner
    0CRM_BPART_ATTR
    0CRM_BPART_TEXT
    Products
    0CRM_PRODSL_ATTR
    0CRM_PROD_ATTR
    0CRM_PROD_HIER
    0CRM_PROD_IDCMP_TEXT
    0CRM_PROD_TEXT
    0CRM_PROD_TYPE_TEXT
    This is not complete list.
    2.Please chk this links:
    Re: Confused on Install Business Content
    http://help.sap.com/saphelp_sem40bw/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/content.htm
    Re: Match (or) Copy
    About Match(X) or Copy in BC
    http://help.sap.com/saphelp_bw33/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    3.Try to get the authorizations if you are transporting from dev to quality or dev to prod.
    pls chk whether you stored in $tmp package.
    4.  yes,you can transport from development --->  Quality --.>production system for the activated  business content objects .
    Regards
    CSM Reddy

  • Business Graphics Problem (Urgent)

    Hi,
    When i deploy an simple series Business Graphics application, I am getting a Graphics Rendering Problem error. Is their any setting that has to be done in IGS.
    Regards,
    Mahesh K.

    Hi Mahesh,
    In Visual Administrator, go to the default property sheet & verify the igs url given there. It should be given in the format http://<server>:<igs port>
    visual admin -server - services - Configuration adapter --- configuration ---webdynpro - sap.com - tcwddispwda -- property sheet default.
    I am not aware of any other configurations that we need to do for running business graphics.
    Hope this helps,
    Best Regards,
    Nibu.

  • Business Area - Reports - Urgent

    Hi,
    I have encountered a problem with business area wise document splitting. I have selected business area wise document splitting after posting values in the cost centers. now I need to assign business area in the cost center master data. Because of the cost center is having values, it is not allowing me to assign business area in the master data. Now i want assign business area in the cost center master.
    Pls help me out in this regard
    Thanks in Advance
    Ravindra

    Hi Raveendra,
    Try to modify your cost center (KS02), and then, press the botton "Other period analisys". Create a new period of vality (Example: Valid From today until 31.12.9999). You can put your Business Area without any problem.
    I hope that´s help you.
    Regards
    Mary Jane

  • Business Objects Presentation - Urgent...!!!

    Hi BOBJ Experts,
    Could anyone please send me Business Objects Presentation? I have to do a presentation tomorrow. I tried other sources but no good.
    This is something urgent. Points will be assigned.
    Thanks in Advance.
    Chandu

    Hi chandu,
    pls refer the below ppt links...
    www.businessobjects.hu/hirek/Sybase-PS82_Konferencia_2006-04-19.ppt
    https://boc.sdn.sap.com/node/2272 - 20k
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63aea398-0e01-0010-6fbb-a4069913d975
    www.ch.businessobjects.com/download/events/archive/2004/040622_cd/040622_peter_busenhart.pdf
    www.ch.businessobjects.com/download/events/archive/2004/040622_cd/040622_stephan_einfeldt.pdf
    www.sap.com/about/investor/presentations/pdf/Kagermann_IR_Conf_Orlando2008.pdf
    www.sap.com/about/investor/presentations/pdf/WB_Cheuveux_Jan2008_FINAL.pdf
    thanks
    karthik
    reward me if usefull

  • Business rules Bucketset urgent

    Hi All,
    I wanna validate a field against list of values in the Oracle Buiness rules.
    How do I do that in OBR?
    Could someone please post any pointers/samples for this?
    Thanks,
    Prasanna

    Please refer to the blogpost below for your answer
    http://beatechnologies.wordpress.com/2011/04/19/using-and-testing-complex-business-rules-in-oracle-soasuite-11g/

  • Business Partner Reconciliation - Urgent

    Hi All,
    I got a statement of account from one off my Business Partner. As the balance is not matching, I want to reconcile the same.
    Request your guidance on how to use Automatic Reconciliation feature provided in SAP Business One.
    Thanks,
    Srikanth

    Under Automatic reconciliation ...
    Use the General/Manual tab since you are doing it for only one customer,
    from drop down select BP...Check Internal radio button
    Click reconcile.. you will see both the debit and credit transactions
    Suda

Maybe you are looking for