Case project

i really did not understand the following case
In previous chapter, we have created procedures, functions, and packages to support the rental process. As application modifications are made in the future, we need to be able to identify all object dependencies to test our changes. Use the data dictionary and/or the dependency tree utility to complete a list of dependencies for all the more movies database objects.Do so in the format table
the dependency type should be listed as direct or indirect
Here is the table format
Object name d ependent object dependency type

Thank you Vivek. Here is what i did
SQL> select name,referenced_name, dependency_type from user_dependencies;
NAME REFERENCED_NAME DEPE
MM_RENTALS_PKG STANDARD HARD
MM_RENTALS_PKG STANDARD HARD
STATUS_SP STANDARD HARD
SUB_CALC_SF STANDARD HARD
MOVIE_RETURN_SP STANDARD HARD
MOVIE_STOCK_INFO STANDARD HARD
SHIP_CALC3_SF STANDARD HARD
ORDER_INFO_PKG STANDARD HARD
PHONE_FMT_SP STANDARD HARD
STOCK_CK_SP STANDARD HARD
ORDER_TOTAL_SP2 STANDARD HARD
NAME REFERENCED_NAME DEPE
CONTACT_OT STANDARD HARD
BB_CONTACT STANDARD HARD
CONTACT_OT STANDARD HARD
BB_AUDIT_TRG STANDARD HARD
ORDER_INFO_PKG STANDARD HARD
RUN_NOCOPY_SP STANDARD HARD
TEST_NOCOPY_SP STANDARD HARD
PROMO_TEST_SP STANDARD HARD
BASK_CALC_SP STANDARD HARD
TAX_CALC2_SF STANDARD HARD
LOGIN2_SP STANDARD HARD
NAME REFERENCED_NAME DEPE
LOGIN_SP STANDARD HARD
DEPTREE_FILL STANDARD HARD
ORDER_TOTAL_SP STANDARD HARD
TOT_PURCH_SF STANDARD HARD
SHOP_QUERY_PKG STANDARD HARD
TAX_COST_SP STANDARD HARD
PROD_ADD_SP STANDARD HARD
SHOP_QUERY_PKG STANDARD HARD
MOVIE_RENT_SP STANDARD HARD
MEMBER_CK_SP STANDARD HARD
ORD_SHIP_SF STANDARD HARD
NAME REFERENCED_NAME DEPE
SHIP_COST_SP STANDARD HARD
STOCK_CK_SP DBMS_STANDARD HARD
DEPTREE_FILL DBMS_STANDARD HARD
IDEPTREE XML_SCHEMA_NAME_PRESENT HARD
DEPTREE XML_SCHEMA_NAME_PRESENT HARD
DEPTREE_FILL ALL_OBJECTS HARD
DEPTREE ALL_OBJECTS HARD
DEPTREE_FILL PUBLIC_DEPENDENCY HARD
STATUS_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
STOCK_CK_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
SUB_CALC_SF SYS_STUB_FOR_PURITY_ANALYSIS HARD
NAME REFERENCED_NAME DEPE
TAX_CALC2_SF SYS_STUB_FOR_PURITY_ANALYSIS HARD
SHIP_CALC3_SF SYS_STUB_FOR_PURITY_ANALYSIS HARD
MOVIE_RETURN_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
MOVIE_RENT_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
MOVIE_STOCK_INFO SYS_STUB_FOR_PURITY_ANALYSIS HARD
ORDER_TOTAL_SP2 SYS_STUB_FOR_PURITY_ANALYSIS HARD
ORDER_TOTAL_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
TC_TEST_SP1 SYS_STUB_FOR_PURITY_ANALYSIS HARD
RUN_NOCOPY_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
TC_TEST_SP2 SYS_STUB_FOR_PURITY_ANALYSIS HARD
PROMO_TEST_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
NAME REFERENCED_NAME DEPE
BASK_CALC_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
MEMBER_CK_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
DEPTREE_FILL SYS_STUB_FOR_PURITY_ANALYSIS HARD
TOT_PURCH_SF SYS_STUB_FOR_PURITY_ANALYSIS HARD
PROD_ADD_SP SYS_STUB_FOR_PURITY_ANALYSIS HARD
ORD_SHIP_SF SYS_STUB_FOR_PURITY_ANALYSIS HARD
MM_RENTALS_PKG DBMS_OUTPUT HARD
MOVIE_RETURN_SP DBMS_OUTPUT HARD
MOVIE_RENT_SP DBMS_OUTPUT HARD
STOCK_CK_SP DBMS_OUTPUT HARD
ORDER_INFO_PKG DBMS_OUTPUT HARD
NAME REFERENCED_NAME DEPE
RUN_NOCOPY_SP DBMS_OUTPUT HARD
DEPTREE_FILL DEPTREE_SEQ HARD
DEPTREE ALL_OBJECTS HARD
DEPTREE_FILL ALL_OBJECTS HARD
BB_CONTACT CONTACT_OT HARD
CONTACT_OT CONTACT_OT HARD
DEPTREE_FILL PUBLIC_DEPENDENCY HARD
DEPTREE_FILL DEPTREE_TEMPTAB HARD
DEPTREE DEPTREE_TEMPTAB HARD
IDEPTREE DEPTREE HARD
ORDER_TOTAL_SP SHIP_COST_SP HARD
NAME REFERENCED_NAME DEPE
MM_RENTALS_PKG DBMS_OUTPUT HARD
MOVIE_RETURN_SP DBMS_OUTPUT HARD
MOVIE_RENT_SP DBMS_OUTPUT HARD
STOCK_CK_SP DBMS_OUTPUT HARD
ORDER_INFO_PKG DBMS_OUTPUT HARD
RUN_NOCOPY_SP DBMS_OUTPUT HARD
LOGIN_SP MEMFMT1_SF HARD
LOGIN2_SP MEMFMT1_SF HARD
LOGIN_SP MEMFMT1_SF HARD
LOGIN2_SP MEMFMT1_SF HARD
RUN_NOCOPY_SP TEST_NOCOPY_SP HARD
NAME REFERENCED_NAME DEPE
BASK_CALC_SP SHIP_CALC3_SF HARD
BASK_CALC_SP TAX_CALC2_SF HARD
BASK_CALC_SP SUB_CALC_SF HARD
TC_TEST_SP1 TC_TEST_SP2 HARD
ORDER_INFO_PKG ORDER_INFO_PKG HARD
MM_RENTALS_PKG MM_MOVIE HARD
MOVIE_RETURN_SP MM_MOVIE HARD
MOVIE_RENT_SP MM_MOVIE HARD
MOVIE_STOCK_INFO MM_MOVIE HARD
MM_RENTALS_PKG MM_RENTAL HARD
MOVIE_RETURN_SP MM_RENTAL HARD
NAME REFERENCED_NAME DEPE
MOVIE_RENT_SP MM_RENTAL HARD
MM_RENTALS_PKG MM_RENTAL_SEQ HARD
MOVIE_RENT_SP MM_RENTAL_SEQ HARD
MM_RENTALS_PKG MM_RENTALS_PKG HARD
STOCK_CK_SP BB_PRODUCT HARD
BB_AUDIT_TRG BB_PRODUCT HARD
LOGIN_SP BB_SHOPPER HARD
LOGIN2_SP BB_SHOPPER HARD
MEMBER_CK_SP BB_SHOPPER HARD
ORDER_INFO_PKG BB_BASKET HARD
PROMO_TEST_SP BB_BASKET HARD
NAME REFERENCED_NAME DEPE
STATUS_SP BB_BASKET HARD
BASK_CALC_SP BB_BASKET HARD
TAX_CALC2_SF BB_BASKET HARD
BB_SHIP_VU BB_BASKET HARD
SUB_CALC_SF BB_BASKETITEM HARD
SHIP_CALC3_SF BB_BASKETITEM HARD
ORDER_TOTAL_SP2 BB_BASKETITEM HARD
ORDER_TOTAL_SP BB_BASKETITEM HARD
BB_BASKETITEM_VU BB_BASKETITEM HARD
TAX_CALC2_SF BB_TAX HARD
STATUS_SP BB_BASKETSTATUS HARD
NAME REFERENCED_NAME DEPE
BB_SHIP_VU BB_BASKETSTATUS HARD
PROMO_TEST_SP BB_PROMOLIST HARD
TC_TEST_SP1 BB_TEST1 HARD
TC_TEST_SP2 BB_TEST1 HARD
BB_AUDIT_TRG BB_PRODCHG_AUDIT HARD
PROD_ADD_SP BB_PRODID_SEQ HARD
SHOP_QUERY_PKG SHOP_QUERY_PKG HARD
As you can see the query execute all the table i have in my database. how about if i want just the movie tables. and also the user_dependencies
will extract just the direct dependencies not the indirect.
is there away to do it with deptree
Thank you so much

Similar Messages

  • Creating development component projects(CAS)

    Hi All,
    we are on CAF.While creating a CAS project, it is asking for a vendor.As you know the default value is com.sap.So far we have used the default one only.But,now we want to use our own one.Can you plz give me some suggestions and standards about vendor field?.
    Thanks
    Sampath.G

    Hi Sampath
    This vendor is a very important thing in the development. It can be related with the package name. If you are Business Partner with the SAP than you can get this free.
    Whenever you are enhancing any SAP components or building your own, this name space i.e. vendor plays the key role. You can deploy your component in the world without the fear of the name space conflict so please reserve the name space with contacting the SAP.
    Like you mentioned that your company name is 'abc' than you can put anything whcich represents that this is made by the 'abc' company. For eg you can use 'com.abc', 'abc.com' or anything that you want.
    When you are developing components locally than very less importnace of vendo name but at the time of implementing at the client side it plays a key role.
    Go to service.sap.com/namespaces here you will find lot of information and the process to get that, also, you can refer to Note 84282 - Development namespaces for customers and partners.

  • How to use a CAS in web dynpro with NWDS 7.0

    Hi, all.
            I implemented a cas project (some entity services and application services). Now I want to use it in a web dynpro project.
    I know how to do that with NWDS 7.1, but it seems  something differernt with NWDS 7.0.
    Can  anyone give me a hand?  Thanks.

    hi
    CAF Core project comes with a sub-project WebDynpro.
    You can implement business logic using CAF Core Service ,integrate it in WebDynpro UI.
    1)Select your CAF project root , right click on it and select u201CCreate Web Dynpro Modelu201D from the context menu.
    2) Switch to the Web Dynpro Perspective
    3)You can find  the CAF Core services have been generated and are available to the WebDynpro component.
        you can find caf services under modelclasses of webdypro project .
    4)Then you proceed with creating component etc..
    Regards
    sowmya.

  • Reworking a legacy Project that has a .air generated application

    Hi,
    I am new to the Adobe SW solutions and have a few basic questions.
    Background.
    The small company where I now work has a software team of 1, and that is now me.
    In 2011 a previous Developer here created a .air target application that was delivered to customers and is currently still in use.
    Some aspects of this application never worked properly and I have been tasked with fixing this.
    From my investigation it seems the problems are limited to incorrect queries on the database so hopefully it should not be so hard.
    The previous development was done on a personal Macbook so this is gone and I need to start new.
    I have imported the project into FB 4.7 and am in process of understanding what is there, the structure and how it has been developed.
    Questions.
    1. Is Flash Builder the correct tool to build a .air application?
    2. I have just started the trial with Flash Builder 4.7 Premium 64 bit. Assuming the answer to Qu1 is affirmative then the company will buy the license just I need to advise whether we need the standard or premium version and right now I dont know how to decide. What specifics should I be concentrating on when making my recommendation?
    3. When I develop with 64 bit FB can I generate an application for a 32 bit target machine?
    4. Could there an impact on the legacy application if the customer installed Adobe Air is updated to the current version?
    Regards,

    Dear Frank,
    I was deploying from Jdeveloper (as described in Hello World tutorial) where we need to specify an EAR file name and also include the taskflow (Also the view controller in this case) project.
    The model project is referenced from view controller as a project dependency.
    Thanks a lot for your reply.
    War regards,
    Sam

  • File not found when cross-linking projects -- solved

    I hadn't yet posted my question when I figured it out, so
    here it is for future readers...
    My projects use the "Open other project" command to bring up
    the next segment and jump to topics (16 projects for the 70 minute
    video). All the projects are named in upper case S2_FS.cp and
    published with an upper case Project Title to create S2_FS.exe.
    Never had a problem when I was making Windows executables,
    but I just created a Flash version, and was getting 404s for
    anything past the first segment. Turns out Captivate 2 doesn't
    completely honor case:
    - The Publish dialog's warning about links to other projects
    used all upper case names
    - It created upper case S2_FS.swf
    - Also created upper case S2_FS.htm, which linked to upper
    case S2_FS.swf
    - But inside the swf files, links were lower case s2_fs.htm
    Had to dig through my server's error log to find this,
    because of course testing locally on Windows still worked.

    I hadn't yet posted my question when I figured it out, so
    here it is for future readers...
    My projects use the "Open other project" command to bring up
    the next segment and jump to topics (16 projects for the 70 minute
    video). All the projects are named in upper case S2_FS.cp and
    published with an upper case Project Title to create S2_FS.exe.
    Never had a problem when I was making Windows executables,
    but I just created a Flash version, and was getting 404s for
    anything past the first segment. Turns out Captivate 2 doesn't
    completely honor case:
    - The Publish dialog's warning about links to other projects
    used all upper case names
    - It created upper case S2_FS.swf
    - Also created upper case S2_FS.htm, which linked to upper
    case S2_FS.swf
    - But inside the swf files, links were lower case s2_fs.htm
    Had to dig through my server's error log to find this,
    because of course testing locally on Windows still worked.

  • Error messages during XML import of Project Pro 2010 files

    Hi folks,
    I'm trying to diagnose a couple of sick Project Pro 2010 files loaded from Project Server by saving them locally as XML files and then reimporting (not connected to the server during import).  The anomalous behavior exhibited by both files
    is that one takes 15 minutes to load from the server, while another takes over 20 minutes. These are not typical load times for this server.  In both cases, Project consumes about 25% of the CPU during the load process. There's little network I/O
    while this goes on, and when externally linked schedules are loaded to the cache, they load very quickly.  Other than the long load times, the schedules appear to be behave normally, except for some very odd print preview behaviors in one of the schedules
    that I asked about in a different thread (among other things, the default print preview start date is 17 years after the default finish date, and the finish date is about 11 years before the schedule actually starts).
    The questions I'm asking here are about errors I see when I try to import the files exported as XML, and whether they might provide any clues as to what's causing the load time issues.
    When attempting to import one of the files saved as XML, a pop-up appears that says, "The actual finish date is before some of the previously entered timephased actual work values. If  you continue with this operation, Project will truncate
    some of the previously entered timephased actual work values. To continue, click OK..."
    When attempting to import the other file saved as XML, I get a series of pop-ups identifying a series of tasks that say, "The timephased edit will cause 'Develop Requirements Review Meeting Mi...' to start before 'Conduct Requirements Review"
    finishes.  As a result the task link cannot be honored.  You can: () Continue. Keep the timephased edit and ignore the link.  () Cancel. Ignore the timephased edit.  (OK/Cancel/Help)".
    Interestingly, both files contain external Project Server predecessor / successor links.  In the case of the first file, the XML import just appears to strip those out.  In the case of the second file, I get a long series of pop-ups (with
    some buggy text inserts) in pairs.  The first message in the pair is typically "An import error occurred.  The element <PredecessorLink> in the <Task> element with <UID>=611 has invalid data.  Verify that the file
    name and path are correct, and then try again. (OK)", where the indicated UID varies. The second pop-up in the pair appears to have a buggy text constructor and looks like this, with "[stet]" indicating the apparent buggy text inserts,
    "An import error occurred.  The element [stet] Verify that the file name and path are correct, and then try again. [stet] in the 309 element with <UID>=7 has invalid data. [stet] ^4 (OK)"
    In the second pop-up of the pair, the "xyz element" varies, but the "<UID>=7" reference and "^4"  are consistent. In the XML, UID 7 appears to refer to a calendar, a task which includes a number
    of entries similar to:
    <TimephasedData>
    <Type>24</Type>
    <UID>7</UID>
    <Start>2014-10-03T08:00:00</Start>
    <Finish>2014-10-04T08:00:00</Finish>
    <Unit>2</Unit>
    <Value>PT8H0M0S</Value>
    </TimephasedData>
    ... and to an assignment:
    <Assignment>
    <UID>7</UID>
    <TaskUID>10</TaskUID>
    <ResourceUID>-65535</ResourceUID>
    <PercentWorkComplete>100</PercentWorkComplete>
    which includes blocks like:
    <TimephasedData>
    <Type>2</Type>
    <UID>7</UID>
    <Start>2014-10-17T08:00:00</Start>
    <Finish>2014-10-17T17:00:00</Finish>
    <Unit>2</Unit>
    <Value>PT8H0M0S</Value>
    </TimephasedData>
    Eventually, the second file also does load with no external file links indicated.
    Again, I'm just looking for anything that might be a clue to the long Project Server load times.
    Thanks in advance,
    LP

    Slow performance can come from a number of different things. Without knowing more detailed information about your setup or workflow, it's difficult to accurately troubleshoot.
    -What kind of Mac are you using?
    -What is your source format?
    -Where is your source footage located?

  • Why Doesn't MS Project use all of a resource's availability when resource levelling is applied?

    Hi,
    We are using MSProject 2010 and Project Server 2010 with Enterprise resources. All resources on all projects in the enterprise are shared resources. We are finding that after resource levelling is applied to the project some resources are only
    being assigned a fraction of their total availability, and in some cases Project will assign 0 hours to a resource for several consecutive weeks even though the resource has capacity for the week the task is scheduled to start. 
    For example: Let's say we have a task that is scheduled to start on 1-20-14. The task is a 112 hours of effort with no constraints and one resource assigned to it. The resource is available 40 hours per week for the next 4 weeks. After resource
    levelling I would expect Project to assign the resource as follows: 40 hours in week 1, 40 hours the next week and 32 hours the next week, for a total of 112 hours. Instead, Project does not assign the resource to the task until week 4 (even
    though the resource has capacity on the start date of the task) and pushes the finish date out. In some weeks the resource has 0h hours showing in the timephased grid on the Resource Usage sheet.  We have experimented with the levelling settings and it
    does not seem to matter which boxes are checked, but following is our preferred settings:
    1. Levelling Calculations set to Manual
    2. Look for overallocations on a day by day basis
    3. Clear levelling values before levelling is CHECKED
    4. Level entire project is selected.
    5. Levelling order is Priority,Standard
    6. Level only within available slack is CHECKED
    7. Levelling can adjust individual assignments on a task is CHECKED
    8. Levelling can create splits in remaining work is UNCHECKED
    9. Level resources with the proposed booking type is UNCHECKED
    10. Level manually scheduled tasks is CHECKED.
    Does anyone have any ideas about why Project is not using the resource's available capacity?
    Thanks, Judy
    Judy Washington

    Hi Judy,
    The resource leveling command is not a resource optimization tool.  It's only job is to resolve resource overallocations by delaying tasks.  It will not:
    Change resource assignment units to tasks.
    Ensure the resource is "fully" utilized.
    For example:
    Resource with max units of 100% (the default).
    Task A starts on 20 January until 22 January and the resource is assigned at 75%.
    Task B starts on 21 January until 23 January and the resource is assigned at 50%
    The resource is overallocated on Tuesday (peak = 125%) and Wednesday (peak = 125%).
    Leveling produces this result:
    Project did not drop the assignment to Task B to 25% to allow it to continue while Task A was going on -- it simply delayed B (at 50%) until A was scheduled to finish.

  • Project Server 2013 - External Data Refresh Failed

    Hi, 
    I have built  new Project Server 2013 in a 3 tier farm, with OWA, configured PWA site everything working fine except, Reports in BI Center, where i am getting - External Data Refresh Failed error
    http://Sp2013/PWA/ProjectBICenter/Sample%20Reports/Forms/AllItems.aspx
    i have stopped using Excel Web also to use Excel Services, get below error
    External Data Refresh Failed
    An error occurred while accessing application id ProjectServerApplication from Secure Store Service. The following connections failed to refresh:
    Project Server - Issue Data
    Project Server - Risk Data
    Learn
    more about data refresh
    Steps Tried:
    1.deleted Excel Services - recreated
    2.Deleted Secure store - recreated
    Built  test box without OWA still have the same issue
    Any suggestions/ Solutions greatly appreciated.
    Thanks 
    Aleem
    Alim

    Hi,
    If you are still facing the same issue follow the below steps:
    1) Access PWA from your server
    2) Download any built in report from Reports section (in your case
    Project Server - Issue Data Project
    Server - Risk Data) to your server.
    3) Open report in excel, go to Data->Connections in Workbook Connection dialog open "Project Server - Issue Data" go to properties.
    4) Here select tab 'Definition' under connection file remove tick for 'Always use connection file'
    5) Tweak your connection string & tick save password option 
    6) Excel Services: Authentication Settings (suit yourself)
    Now, save & publish on PWA, hope it works :)

  • Centralized View for all the Project Document in Solution Manager

    we assign roadmap to our Implementation project and as per roadmap we upload different documents for the project(e.g. business case, project charter) at different phases of roadmap. can we see all the documents related to a project from a single centralized view??

    Hi B_J,
    it is correct, each document has attributes, on the attribute tab in the button bar, there is an icon to generate an url for the selected document. This link is stored in your windows clipboard, so you can past this link in an e-mail or wordfile. The person who gets the e-mail must have access to the Solution Manager via network, he needs no personal user in the system. The link used a service of Solution Manager(check in the Solution Manager IMG at the HTTP services). This service requires a user to read the document. If you have no user, then it is necessary that in the system a default user is assigned to the service or to its alias. Now to your second use case, the approval, you can not bring any information INTO Solution Manager, you can only answer the e-mail, with the info, yes the document is OK, but you can not set a status or an other attribute at the document, that the document is approved.
    Regards,
    uDo

  • Material for a single project spread across different locations

    Dear Friends
    my client is executinig trun key projects. One single project may be spread across different geographical locations. Say Project name is "PRJ001".
    PRJ001 will be executed in Bombay, Hyderabad, Chennai.
    There are 2 scenarios for procuring materail:
    1. Since my these places are quite far away, I might procure material from a venodr near to these locations.
    2. I might give PO to one single vendor to dispatch material to these different locations for project execution.
    In the both the cases, how to handle material?
    What will be best option? Should I create a storage location (my client stores material @ site as these projects run for years)?
    I'm procurial material as Project Stock (Q).
    Say Bomaby location needs 500 no. of material, Hyderabad location needs 700 no. of material, Chennai location needs 300 no. of material.
    Now how do I ensure that the right material with right quantity is reaching respective project site?
    In some cases, project runs in remote location. Where there won't be any connectivity/ access to system. In such cases, if the site engineer enters GR/ IR & activity confirmation in excel sheet & later on sends an e-mail with this excel sheet to the office. How can we upload it to the system so that it updates the required fields in the system?
    Please give your suggestions.
    I appreciate your support/suggestion .
    Thanks

    Hi Amaresh,
    I think your Option no. 01 holds good for your requirement. You can define the corresponding Project sites in Chennai, Mumbai and other places as Storage locations. Better define Seperate storage locations for different site locations.
    I think having a delivery schedule with the specific requirement quantities and the storage location should resolve your issue of handling different quantities for the same material. This you can discuss & sort it out with your MM consultant.
    Hope this gives some idea.
    Regards,
    L.Balachandar

  • How to deploy a BPM Project that has a taskflow project and a Model Project

    Hi All,
    I am going to deploy an Application developed using Jdev 11g (11.1.1.3) which has three projects
    1) A BPM Project which contains Business Processes
    2) An ADF View Controller which contains the task flows based on human tasks used by Project 1
    3) An ADF Model which contains ADF BC view objects which are used by Project 2
    Please elaborate how to deploy this application in Weblogic.
    I initially selected the BPM project (Project 1) and deployed it with reference of Taskflow Project (Project 2).
    But after this when I am clicking a task in the worklist application I am getting the following error:
    java.lang.NullPointerException
         at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3715)
         at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:865)
         at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5132)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.hasRefreshParametersChanged(JUMethodIteratorDef.java:527)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:379)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:55)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2975)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2845)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3134)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2845)
         at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:227)
         at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:117)
         at oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.doChangeImpl(UIXRegion.java:1182)
         at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:487)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag20(__view_jspx.java:986)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag18(__view_jspx.java:912)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag14(__view_jspx.java:722)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag4(__view_jspx.java:308)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag3(__view_jspx.java:242)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag2(__view_jspx.java:192)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag1(__view_jspx.java:141)
         at jsp_servlet._usermanagement._html.__view_jspx._jspService(__view_jspx.java:68)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at oracle.portlet.server.adapter.web.ServletExternalContext.include(ServletExternalContext.java:182)
         at oracle.portlet.server.adapter.web.ServletExternalContext.includePath(ServletExternalContext.java:77)
         at oracle.portlet.server.containerimpl.ServerContext.includePath(ServerContext.java:79)
         at oracle.portlet.server.containerimpl.RequestDispatcherImpl.internalInclude(RequestDispatcherImpl.java:99)
         at oracle.portlet.server.containerimpl.RequestDispatcherImpl.include(RequestDispatcherImpl.java:81)
         at org.apache.myfaces.portlet.faces.context.PortletExternalContextImpl.dispatch(PortletExternalContextImpl.java:578)
         at oracle.portlet.bridge.adf.context.ADFPortletExternalContextImpl.dispatch(ADFPortletExternalContextImpl.java:656)
         at oracle.portlet.bridge.adf.context.ADFPortletExternalContextTimerImpl.dispatch(ADFPortletExternalContextTimerImpl.java:85)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
         at org.apache.myfaces.portlet.faces.application.PortletViewHandlerImpl.renderView(PortletViewHandlerImpl.java:198)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:693)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.redirectRender(BridgeImpl.java:956)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:697)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:567)
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:498)
         at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:449)
         at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:241)
         at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:243)
         at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:209)
         at javax.portlet.GenericPortlet.render(GenericPortlet.java:163)
         at oracle.portlet.bridge.adf.application.ADFBridgePortlet.render(ADFBridgePortlet.java:287)
         at be.syntigo.bc2.userManagementProv.userManagementPortlet.render(userManagementPortlet.java:61)
         at oracle.portlet.server.containerimpl.ServerImpl.doRuntimeCall(ServerImpl.java:1316)
         at oracle.portlet.server.containerimpl.ServerImpl.getMarkup(ServerImpl.java:143)
         at oracle.portlet.server.containerimpl.ServerPerfLogger.getMarkup(ServerPerfLogger.java:584)
         at oracle.portlet.wsrp.v2.WSRPv2VersionWrapperServer.getMarkup(WSRPv2VersionWrapperServer.java:545)
         at oracle.portlet.wsrp.v2.WSRPv2ToServer.getMarkup(WSRPv2ToServer.java:15127)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapToJaxb.getMarkup(WSRP_v2_Markup_PortTypeSoapToJaxb.java:81)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapPerfLogger.getMarkup(WSRP_v2_Markup_PortTypeSoapPerfLogger.java:58)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.invoke_getMarkup(WSRP_v2_Markup_Binding_SOAP_Tie.java:814)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.processingHook(WSRP_v2_Markup_Binding_SOAP_Tie.java:1457)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:299)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:421)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:312)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:166)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.server.service.ContextFilter.doFilter(ContextFilter.java:101)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Regards,
    Sam

    Dear Frank,
    I was deploying from Jdeveloper (as described in Hello World tutorial) where we need to specify an EAR file name and also include the taskflow (Also the view controller in this case) project.
    The model project is referenced from view controller as a project dependency.
    Thanks a lot for your reply.
    War regards,
    Sam

  • How to create a Sub case in Adaptive case management.

    Hi,
    Can you please provide an example or more info about creating a sub case in Adaptive case management.
    Documentation says
    "Sub cases are deployed as a separate composite from the parent case project. They are linked to the parent using the case link mechanism. The sub case composite version is always the active version of the parent composite". This is exactly what I want.
    I created a Sub Case following the steps mention in the documentation. It created it under the case activities. I want to know how to link it to a process or composite. In the advance section it specifies a project name and case name. How do I link it? Please help me with an example on how to create sub case.
    ref:- https://docs.oracle.com/middleware/1213/bpm/bpm-develop/case_mgmt_bpmpd.htm#BPMPD87407
    Thanks
    Anil

    On the Case UI within BPM workspace there should be a place to link cases.
    Also have you looked at the following API ICaseInstanceService (Oracle Fusion Middleware BPM-Services Java API Reference for Oracle BPM Suite)
    oracle.bpm.casemgmt.ICaseInstanceService
    addCaseLinkboolean addCaseLink(IBPMContext context, CaseLink caseLink) throws CaseServiceExceptionAdd a case link
    Parameters:
    context - an IBPMContext value
    caseIdentifier - a CaseIdentifier value
    caseLink - a CaseLink value
    Returns:
    a boolean value
    Throws:
    CaseServiceException - if an error occurs

  • Oracle workshop 10GR3 Problem while working from rational clear case.

    Hi,
    I am continuously getting the below pop up windows when working in oracle workshop mainly connecting to rational clear case and working with the clear case projects directly from workshop, this is the approach we are asked to follow, but the workshop is getting closed after these pop up's. Could you please tell me what the problem is here.
    The pop up message is like this:
    The exception unknown software exception (0xccccdead) occurred in the application at location 0x7c812afb.
    JVM terminated Exit Code=-858988883
    this is my workshop.ini default setings, is there any change s required.
    -vm
    D:/bea/jrockit_160_05/jre/bin/javaw.exe
    -startup
    D:/bea/tools/eclipse_pkgs/2.0/eclipse_3.3.2/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118awtswtbridge.jar
    --launcher.library
    D:/bea/tools/eclipse_pkgs/2.0/eclipse_3.3.2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118
    -vmargs
    -Xms384m
    -Xmx768m
    -XX:MaxPermSize=256m
    -XX:PermSize=192m
    -XX:NewRatio=3
    -Xss256k
    -DprodMode=production
    -Dweblogic.home=D:/bea/wlserver_10.3
    -Dsun.lang.ClassLoader.allowArraySyntax=true
    -Dnitrox.boot.jar=file:D:/bea/workshop_10.3/nitrox-boot.jar
    -Dosgi.install.area=D:/bea/tools/eclipse_pkgs/2.0/eclipse_3.3.2/eclipse
    -Dosgi.instance.area.default=D:/bea/user_projects/workspaces/default
    -Dosgi.configuration.area=D:/bea/workshop_10.3/workshop4WP/eclipse/configuration
    -Declipse.product=com.bea.workshop.product.workshop
    -Dosgi.splashPath=file:D:/bea/workshop_10.3/workshop4WP/eclipse/plugins/com.bea.workshop.product
    Please suggest..

    Hi
    Are you getting the output or not?
    You can just ignore this warning in EPC
    as this FORM USER_COMMAND  is always called indirectly only
    But check the Output and see?
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Sending Attachments in CAS

    Hi Experts,
    Now i am working on a CAS project.One of my project requirements is sending attachments(PDF,DOC,etc) to the datebase.I have to do this throw application service.
    Can you plz provide some links to solve this issue?.
    Thanks & Regards
    Sampath.G

    Hey thanks Jp,
    I did a search and found what looks like an answer.
    "Worked with an AppleCare guy for about an hour, trying everything. Finally, since it was happening with multiple browsers and multiple user accounts, he figured it was system-wide. So had me drag SystemConfiguration folder out to the desktop (it's in Preferences folder which is in Library folder in HD). Then had me restart iMac and establish a new connection to the internet...
    Now able to upload, add attachments and no blank pages."
    My concern is the part where it says,
    ''Then had me restart iMac and establish a new connection to the internet...''
    I'm wary of this because I've had difficulties in the past. I live in Taiwan, my broadband is shared and located with the neighbors and my landlord is currently living in Geneva. My time and Chinese is not really up to extensive working out of difficulties.
    Can anyone explain what is meant by this, 'establish a new connection to the internet' ?, before I go ahead and take the action suggested.
    Thanks.
       

  • CAS connect to Web Dynpro

    Hallo All,
    I want to connect my Web Dynpro application with a CAS Project.
    I have include the Cas-Model with "add Model" and I see it.
    But I can't see the CAS application services and Entity Service under
    the model.
    Regards,
    Philipp

    Hello,
    I have seen the case where people have coded switches into their reports (hidden parameters) that allow the report to be run and instead of exporting the results to an ALV table, have exported the results to a memory address. Then these memory areas have been read and exported to a WD. (there are standard SAP pieces of logic that used to do this in ESS and MSS in the old ITS days)
    You can just execute the report from inside the WD code and retrieve the result...
    Personally I don't like this approach! I don't like using global memory area for a start! I also have tried to replace any web based reporting with POWLs  - which have a different approach to selections - i.e. knowing this before the user runs the report.
    I think you would be better off modularising your report so it applied the MVC paradigm - the code for the report should be broken up so that the display and selection logic (view) is separated from the extraction logic (Model) the controller logic is pretty much the report code itself - and where I have built this approach (eg a backend report and a WD report that use the same logic) I have merged the view and controller logic in the report and pretty much also done this in the WD too - but the Model is identical in both cases.
    Hope this helps,
    Chris

Maybe you are looking for

  • Can I still adjust the level of a music

    Hi, imovie HD, we could adjust the level of music with different points( example: i imported a music and on a certain locations I want to decrease the sound from 100% to 40 and keep it there until another point then level it up to 60% then decrease i

  • Dark Blotches on Bottom of Screen...

    Hey all, I've had my 12" PB for a month or so. I noticed everytime when I open up my PB and turn it on, there's 2 oval dark spots, (Right under the Dock) until the screen warms up, it's fine and goes away. Is this okay? Just wanted to make sure. Any

  • System backup of HANA server and HANA DB.

    Hi . I'm creating some of documents for maintenance operation - hana server . I want to confirm about backup of "HANA Server" . Also HANA server is SUSE linux , so normally I get backup of linux server by dump/restore command , use dd command when se

  • Can I import Mac alias files into Premiere Pro CC?

    I am trying to keep my folder structure clean and organized, and am using alias files to gather miscellaneous B-roll video files into a new project folder without removing them from their permenant location and without creating duplicates. Alias file

  • Call method from another class instance

    Forgive me if I don't make sense, I'm relatively new to Java and still not up on all the lingo. So here's what I want to do... This is probably easier explained with code: ParentClass.java public class ParentClass {      public static void main(Strin