How to find seeded OAF pages where a particular VO is used

Hi,
I am doing some impact analysis. So I want to find out all the pages where a particular VO is used.
We need to change a lookup value. I found out all the VO where this lookup is used. But I am not able to find out the pages where these VO are used.
I tried to find it using about the page link on the page but unable to find the VO and this is a time consuming process.
Is there any way to find all the pages using these VO?
For seeded pages I can see only CO in webui folder. There are no pages in this folder.
Could anyone please help me out?
Thanks

I am not aware of any method to do so. Also dont think it exists. But I have a suggestion you can try out.
Look for the VO name (Do a grep in linux) at the directory structure where you have stored the Page and Region XML files. The references can be caught here. Also you need to query for the VO name in java files (Controllers, may be entity Experts etc) and then you can find that.
Hope it helps.
Thanks
Sumit

Similar Messages

  • How to find all oaf pages that are using a table in their VOs

    Hello everyone,
    I need to findout all the View Objects and Entity Objects that are using a table lets say A. Is there a smart way to find out all the VOs and EO's that are using my table?
    Thanks
    Sunny

    Technically there would be only one EO for your table (if its Oracle code). VOs contain queries and there might be many which refer the table.
    One option I can think of is doing a table name search in the various (EO and VO) directories on JAVATOP. Its the XML (99% cases) that would have the queries. Rest 1% having dynamic VOs, it would be difficult to determine.
    Regards

  • How to find Number of pages in a particular spool.

    Hi,
    Can any one tell me in which table - table field the number of pages in the spool are stored.
    There is a requirement that the list be sorted as per the number of pages present in the spool.
    Help. Points will be rewarded.
    Vinod.

    Vinod,
    Use this FM RSPO_GET_PAGES_SPOOLJOB.
    for more on spools check out this onlinehelp
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d9/4a8efb51ea11d189570000e829fbbd/frameset.htm
    Regards,
    Satish
    Message was edited by:
            Satish Panakala

  • How to catch the fire action/Id of a flex field button in a seeded OAF page

    Hi,
    I have to catch the ID of a submit type button in a seeded OAF page from an extended controller.
    The button is of flexfield type and the credentials of the button are as ::
    ID :: applyCreActBut
    Prompt :: A&pply
    Additional Text :: Apply: Alt + p
    Attribute Set :: /oracle/apps/fnd/attributesets/Buttons/Apply
    In extended controller if any IOException is thrown at processRequest the it is getting reflected in the page, but if any exception is thrown in processFormRequest, then it is not getting reflected
    (according to my understanding the extended controller's processFormRequest is not working even when the super is defined at the last line).
    Please suggest if there is any other way of catching the ID or event of the buttons.
    Regards,
    Arindam.

    The call to super should not be the last line in the PFR of the extended controller, it should be the first. In you extended controller you can use a call to getParameter passing "applyCreActBut" as the parameter.
    Kristofer Cruz

  • Need help with adding a Key flex field to a seeded OAF page

    We have a seeded OAF page on which we already have Account Key Flex Field.
    Properties of this flex field are:
    The ApplShortName - SQLGL
    Name - GL#
    Type - Key
    As per the client requirement, in the KFF screen, we have disabled the seeded structure for Accounting Flexfield and created a custom structure.
    Our custom structure for the KFF is displayed correctly on the OAF page.
    But now the requirement is to add a new KFF on the OAF page which is duplicate of the existing KFF, along with the existing KFF field; the structure and segments are same. Only difference being the display name of the existing KFF field is Account; the new one needs to be Tax structure.
    Using personalization we added a new flex item and added the properties same as the existing KFF.
    ApplShortName - SQLGL
    Name - GL#
    Type - Key
    But the page is giving following error:
    The data that defines the flexfield on this field may be inconsistent. Inform your system administrator that the function: KeyFlexfieldDefinitionFactory.getStructureNumber could not find the structure definition for the flexfield specified by Application = SQLGL, Code = GL# and Structure number =
    We tried options like compiling the flexfield definition, but the error persists.
    Any help in this regard is highly appreciated.
    Regards,
    Kiranmayi.

    Hi,
    Please check whether your key flex structure is frozen or not. If now please freeze it and re compile and try.
    This may helps too
    error while developing KFF in oaf
    Thanks
    Bharat
    Edited by: Bharat on May 10, 2013 4:51 AM

  • Opening a seeded OAF page from custom JSP page.

    Hi All,
    We have requirement to open a seeded OAF page from custom JSP page.
    When we try to open URL of an OAF page after passing URL input parameters, we are always getting following error:
    'You have insufficient privileges for the current operation. Please contact your System Administrator.'
    On directly accessing the seeded OAF page, its encoding all the input parameters passed in URL. Also some more encoded parameters are getting added to the URL dynamically.
    Is there any standard way exists to invoke seeded OAF pages without passing encrypted parameters to it? Also where can we get more details about
    encrypting OAF URL parameters.
    Any pointers would be appreciated.
    Thanks in advance!
    Saurabh

    Have you duplicated entire Customer Service module's menu in your responsibility?
    or Also ping me the menu name..
    --Prasanna                                                                                                                                                                                                                                                               

  • Running seeded OAF page in JDeveloper

    I'm trying to run a seeded OAF page in Jdeveloper. I get error when i try to run (right click and run on the page). Steps followed to load the page in JDeveloper...
    1. zip JAVA_TOP and load in myclasses in JDeveloper
    2. zip MDS file (for OKC) and load in myprojects in JDeveloper
    3. Create a new workspace and project
    4. Add the page i need to run in project properties/project content.
    5. Right click on XML page to run
    I have to eventually customize the page to add few additional tabs. Currently I want to try to run the seeded page with no changes and then start from there.
    Please advise as to what should I look at in order to resolve the error. This is for OKC module and pages I am getting error on are (ContractDetailsPG.xml   AND UpdateContractPG.xml). I tried few other pages and they run fine (from same MDS folder). These are for contract repository responsibility. When opening these pages from Oracle application (using proper responsibility), they are fine.
    EBS: 12.1.3
    JDeveloper version: 10.1.3.3.0.3
    I get following error when I run the page.
    --------------------------------------------------------- start of error message -----------------------------
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation.  Statement: SELECT  DISTINCT orc.action_code 
    action_code,
    fl.meaning     
    action_name
    FROM
    okc_rep_con_actions   orc,
    fnd_lookups   
    fl
    WHERE   orc.status_code = :1
    AND
    fl.lookup_code = orc.action_code
    AND
    fl.lookup_type = 'OKC_REP_CON_ACTIONS'
    AND     (:2 is null OR orc.action_code <> :3)
    AND     (:4 is null OR orc.action_code <> :5)
    AND
    nvl(disabled_flag, 'N') = 'N'
    AND
    ((OKC_REP_UTIL_PVT.has_contract_access(:6, 'OKC_REP_AU_UPDATE') = 'T' AND orc.page_mode = 'UPDATE')
    OR 
    (OKC_REP_UTIL_PVT.has_contract_access(:7, 'OKC_REP_AU_SELECT') = 'T' AND orc.page_mode = 'VIEW'))
    AND     (:8 is null OR orc.action_code <> :9)
        at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(Unknown Source)
        at _OA._jspService(_OA.java:87)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
        at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
        at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
        at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: Missing IN or OUT parameter at index:: 1
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
        at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1566)
        at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2996)
        at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
        at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:857)
        at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:666)
        at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3655)
        at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
        at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(Unknown Source)
        at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
        at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
        at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
        at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
        at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
        at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.createListDataObject(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.getListDataObject(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.getList(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAWebBeanPickListHelper.getList(Unknown Source)
        at oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean.getList(Unknown Source)
        at oracle.apps.fnd.framework.webui.OADataBoundValuePickListData.getValue(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getAttributeValueImpl(Unknown Source)
        at oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean.getAttributeValueImpl(Unknown Source)
        at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
        at oracle.apps.fnd.framework.webui.OADataBoundValuePickListSelectionIndex.getValue(Unknown Source)
        at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getAttributeValueImpl(Unknown Source)
        at oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean.getAttributeValueImpl(Unknown Source)
        at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
        at oracle.cabo.ui.collection.UINodeAttributeMap.getAttribute(Unknown Source)
        at oracle.cabo.ui.collection.AttributeMapProxy.getAttribute(Unknown Source)
        at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
        at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
        at oracle.cabo.ui.collection.UINodeAttributeMap.getAttribute(Unknown Source)
        at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
        at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
        at oracle.cabo.ui.laf.base.BaseLafUtils.getLocalAttribute(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.getSelectedIndex(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.populateOptionInfo(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.createOptionInfo(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.OptionContainerRenderer.prerender(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.ChoiceRenderer.prerender(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.FormElementRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderNamedChild(Unknown Source)
        at oracle.cabo.ui.laf.base.SwitcherRenderer._renderCase(Unknown Source)
        at oracle.cabo.ui.laf.base.SwitcherRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
        at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.RowLayoutRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.InlineMessageRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.RowLayoutRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.composite.ContextPropertyUINode$Rndr.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.RowLayoutRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseUINode.render(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.laf.swan.desktop.HeaderRenderer.renderContent(Unknown Source)
        at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
        at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    ... and it continues
    ----------------------- end of error ------------------------------

    Try these:
    1. Right click on .jpr in your Jdeveloper, go to project settings->Configurations->Development->Runner
    Under "Java Options" field delete parameters which has CACHE in it's name. They are
    -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true
    Restart Jdeveloper and test.
    2. Refer Unable to run the page from JDeveloper
    -Anand

  • Creation of a Personalised LOV in a seeded OAF page

    Hi,
    I am trying to create a LOV item (personalised/CO extension) in a seeded OAF page.
    When I am trying to do from Create Item option of personalised page then I cannot find the option for creating the LOV mappings.
    When I am trying to create it by CO extension then there is an error that it cannot fetch the values, though I have created a customised Region with a customised LOV and by programming attaching it in the said region.
    Please suggest.
    Regards,
    Arindam.

    Hi,
    this is an Oracle JDeveloper and ADF forum. OAF has its own forum on OTN.
    Frank

  • Stale Data Error in seeded OAF page

    Hi All,
    In my custom oaf page I used master-detail between two tables using PPR (with single selection radio button in master table). From time to time I get "Error: Stale Data ..."
    Absolutely the same error I was able to reproduce in seeded oaf page (R12.1.2):
    1. open OA Framework ToolBox Tutorial -> Sample Browser -> Partial Page Rendering (PPR)
    2. expand Coordinate Master Detail Tables
    3. select first record (Supplier Number 1) and wait when the page will be fully refreshed
    4. VERY FAST select second and immediately third record.
    After that I get:
    Error: Stale Data
    The requested page contains stale data. This error could have been caused through the use of the browser's navigation buttons (the browser Back button, for example).
    Cause:
    The number of displayed records, 3, exceeds the actual number of records, 1, in view object SampleBrowserAM.SupplierSitesVO1. Some of the displayed records may have been deleted
    Additional conditions:
    1. Your connection to server should be "a little slowly" (in my case it's VPN). If apps server is in your local network you can get response very fast and will not get error. In this case repate 1-4 several times.
    2. Browser - IE7 or IE8. In FireFox 3.6 works fine.
    Thanks in advance.
    Regards,
    Sergey

    Hi
    Are you using
    if (!vo.isPreparedForExecution()) if (! vo.isPreparedForExecution ())
    vo.executeQuery(); vo.executeQuery ();
    for VOs in process request of base page!For detailed explanation on this look at this thread: for VOs in process request of base page.
    Please refer this thread may be it help you out..
    Re: Page Refresh and Page Date Rollback
    Ajay

  • How to find the list of existing tables in a schema using DB link?

    Hi
    I know how to find the list of existing tables in a schema using the following query
    SQL> select * from tab;
    but, how to list the tables using a DB link?
    For Example
    SQL> select * from tab@dblink_name;
    why this doesn't work?
    Pl advice me
    Thanks
    Reddy.

    ORA-02019: connection description for remote database not foundHave you used this database link successfully for some other queries?
    The error posted seems to indicate that the DB Link is not functional at all. Has it worked for any other type of DML operation or is this the first time you ever tried to use the link?

  • How to Find what all GL assigned to Particular account group ???

    Hi !!! anybody can help me in this issue ... How to Find what all GL assigned to Particular account group ???

    Hi,
    Go to SE16
    Give table name SKA1.
    Give COA
    Give account group and execute.
    All the GL accounts that were assigned to this group are listed.
    Reward points.
    Sarma

  • How can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    how can we repeat specific page number of pdf file by using FDF Toolkit for Windows?

    let's say a registration form, there is only 1 full address provided in my registration pdf, but applicant could have more than 1 address, so i have to make it more flexible to extend the address page no matter how many addresses that applicant provided, i have use adobe acrobat pro to edit the form properties. but dont know how to extend/duplicate a page in felxible times.
    Please advise~ tks so much!!! George

  • How to find the customer exits for a particular transaction

    hi
    how to find the customer exits for a particular transaction

    Hi jyothsna vankadari ,
    ther is a convenient way to find all BADIS called. You may know that BADIS are the newer version of EXITs.
    I would suggest you to go for BADI.
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    Regards,
    Clemens

  • How to find out if SQL execution plan is changed proactively using job/grid

    Hello,
    Can you help me on How to find out if SQL execution plan is changed proactively using job/grid control?
    Thank you..
    -

    The answers so far are supposed to show ways how to see that a plan changed after the fact - that is not really proactive but that was the question.
    A way to see a plan change proactively would be to create a SQL Plan Baseline for the SQL statement with the 'good old' plan and then watch DBA_SQL_PLAN_BASELINES for new rows with that SQL_HANDLE which would indicate that a new execution plan was computed - although not yet used.
    Kind regards
    Uwe Hesse
    "Don't believe it, test it!"
    http://uhesse.com

  • How to enable the DFF in OAF page(where Dff is based on the custom table).

    Hi Experts!!
    I am in the process of enabling the dff in OAF page. I am not able to enable the dff if am using the Custom table.
    Ex:
    Assume that my DFF XX_DFF is using the custom table XX_TABLE of att1,att2..
    I am able to enable the dff in OAF page but not able to make those values entered to get stored in the custom table.
    I need helping hands to help me out to get the entered dff values stored in my custom table.
    Kindly provide me the steps so that I can follow up..
    Best wishes,
    Thiru.

    Hi,
    thiru_apps wrote:
    I need to store the captured values of Dff(which was enabled in the seeded page based on the custom table XX_Table) and the same needs to be stored into the custom table xx_Table.
    Basically the entered values for the DFF enabled should have to be get stored in the XX_TABLE(Custom TAble).As per my understands in Standard page u want create some extra fields and those should be save in custom table...is it ...
    For that u r going create stack layout region in standard page via personalization and extend with custom region.
    IF im geting u correctly u need to write code in co and am.
    ---U had already created the components eo vo AM co...
    ---For the custom region in Jdev do the mapping of viewInstacne and view attribute properties for the fields.
    ---In AM:
    public void CreateVo(OAPageContext pageContext, OAWebBean webBean)
    Row hrow;
    OADBTransaction tr=getOADBTransaction();
    EOVOImpl vo=getEOVO1();
    if(!vo.isPreparedForExecution())
    vo. executeQuery();
    hrow=vo.createRow();
    vo.insertRow(hrow);
    hrow.setNewRowState(Row.STATUS_INITIALIZED);
    public void savetr()
    OADBTransaction tr=getOADBTransaction();
    tr.commit();
    In Co ProcessREq:
    AMImpl AM=(AMImpl)pageContext.getApplicationModule(webBean);
    AM.CreateVo(pageContext, webBean);
    In Co ProcessFormREq:
    ---GEt the event of the save button of the standard page
    if(pageContext.getParameter("save")!= null)---DI of the standard page
    AM.savetr(pageContext, webBean);
    Regards
    Meher Irk

Maybe you are looking for

  • I can not get Safari to work with my Alienware MX18 running Win 7 Pro 64Bit

    Any suggestions on how to correct the problem?

  • Cant play/find music iTunes

    When I try to play a song it says the song could not be used because the original file could not be found. Would you like to locate it? I have search the computer but I cant find the song. I was wondering what I have to do to find and play the music.

  • Can't see the Menu bar in iTunes. How do I access it?

    iMac, 10.10.1, 32gb can't see the Menu bar in iTunes. How do I access it? I need to authorize this computer but following the directions does not help.

  • ECCS 6 CONSOLIDATION

    Hi All I am using the ECCS 6 for company consolidation. I am using the GROUP COA TO MAP THE GL ACCNTS IN THE INDIVIDUAL OPERATIONAL COA TO THE GL ACCNTS OF GRP COA. You can assign a transaction chart of accounts which is assigned to a group chart of

  • JDBC Getting Started

    I'm trying to follow these java tutorials, and while marginally helpful, I can't get anything out of the JDBC one. I don't know the first thing about getting a driver (or what kind I need) or how to set up the connection. I'm a total Java nub. Here's