How to find out what the underlying table/query of a form in Oracle Apps.

Hi
I am trying to find out who owns the underlying objects of a query when a user runs the Transactions > Line_Items form for Receivables .
I have selected Help > Record History but I get a message Record History not available here.
The query is running slow and I'd like to see if the objects have been analyzed lately.
Thanks
Andy

Hi
I should have said in the ticket that this is version 11.5.10
It was close to giving me the answer I need. It gives me the following details. Unfortunately it doesn't give me the underlying sql. I hhave tried using v$session and sys.v_$sql but the sql is over 1000 characters long so I dont get to see the table/object being referenced.
I appreciate the feedback.
Thanks
Andy
Database Server
RDBMS : 10.2.0.4.0
Oracle Applications : 11.5.10.2
Machine : alabama
User : APPS
Oracle SID : accausr1
System Date : 12-SEP-2011 13:33:58
Database Server PID : 16875
Session SID : 1065
SERIAL# : 1273
AUDSID : 201640233
Database CPU Usage (in secs) : 8.85
Forms Server
Oracle Forms Version : 6.0.8.27.0
Application Object Library : 11.5.0
Machine : AUSTIN
Forms User CPU (secs) : 3.430000
Forms System CPU (secs) : 0.840000
Forms Process ID : 6347
Forms Server Environment Variables
AU_TOP : /oracle/finapps/accausr1/accausr1appl/au/11.5.0
FDBDMCHK : [Unset]
FDFGCXDBG : [Unset]
FDSQLCHK : [Unset]
FDUDEBUG : [Unset]
FNDNAM : APPS
FND_TOP : /oracle/finapps/accausr1/accausr1appl/fnd/11.5.0
FORMS60_APPSLIBS : APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER
FORMS60_CATCHTERM : 1
FORMS60_ERROR_DATETIME_FORMAT : [Unset]
FORMS60_ERROR_DATE_FORMAT : [Unset]
FORMS60_FORCE_MENU_MNEMONICS : 0
FORMS60_MAPPING : http://austin.accanet.org:8002/OA_TEMP
FORMS60_MMAP : [Unset]
FORMS60_OUTPUT : /oracle/finapps/accausr1/accausr1comn/temp
FORMS60_OUTPUT_DATETIME_FORMAT : [Unset]
FORMS60_OUTPUT_DATE_FORMAT : [Unset]
FORMS60_PATH : /oracle/finapps/accausr1/accausr1appl/au/11.5.0/resource:/oracle/finapps/accausr1/accausr1appl/au/11.5.0/resource/stub:/oracle/finapps/accausr1/accausr1appl/au/11.5.0/forms/US
FORMS60_RESOURCE : [Unset]
FORMS60_TIMEOUT : 5
FORMS60_USER_DATETIME_FORMAT : DD-MON-RRRR HH24:MI:SS
FORMS60_USER_DATE_FORMAT : DD-MON-RRRR
FORMS60_USE_CBO : [Unset]
GWYUID : APPLSYSPUB/PUB
NLS_DATE_FORMAT : DD-MON-RR
NLS_DATE_LANGUAGE : AMERICAN
NLS_LANG : AMERICAN_UNITED KINGDOM.WE8ISO8859P1
NLS_NUMERIC_CHARACTERS : .,
ORACLE_HOME : /oracle/finapps/accausr1/accausr1ora/8063
ORACLE_PATH : [Unset]
ORA_NLS_CHARSET_CONVERSION : [Unset]
TNS_ADMIN : /oracle/finapps/accausr1/accausr1ora/8063/network/admin/accausr1_austin
TWO_TASK : accausr1
Current Form
Form Application : Receivables
Form Name : ARXTWMAI
Form Path : /oracle/finapps/accausr1/accausr1appl/ar/11.5.0/forms/US/ARXTWMAI.fmx
Form Version : 11.5.200
Form Last Modified : $Date: 2005/01/07 11:50 $
Forms
APPSTAND : 11.5.33
ARXRWMAI : 11.5.21
ARXRWMAI : 11.5.21
ARXTWMAI : 11.5.200
FNDSCSGN : 11.5.122
Form Menus
FNDMENU : 11.5.51
Forms PL/SQL
APPCORE : 11.5.151
APPFLDR : 11.5.55
ARXARWIN : 11.5.65
ARXBOEIF : 11.5.2
ARXCWUTL : 11.5.8
ARXPLCOM : 11.5.68.15104.2
ARXQRCIF : 11.5.2
ARXRCTIF : 11.5.2
ARXRWBAT : 11.5.96
ARXRWMAI : 11.5.19
ARXTWBAT : 11.5.11
ARXTWMAF : 11.5.27
ARXTWMAI : 11.5.302.15104.9
ARXTWUTL : 11.5.39.15104.2
FNDSQF : 11.5.111
GHR : 11.5.174
GLOBE : 11.5.38
GMS : 11.5.230.90.7
IGILUTIL2 : 11.5.97
IGILUTIL : 11.5.29
OPM : 11.5.33.115100.2
PQH_GEN : 11.5.124
PSA : 11.5.162
PSAC : 11.5.16
PSB : 11.5.24
VERT : 11.5.6

Similar Messages

  • Moving data between tables (how to find out if the 2nd table is empty)

    Hi,
    I have 2 tables, and I'm copying records from one table to another.
    I've followed the Wiki: [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/movingdatabetween+tables]
    So far, everything works ok.
    Here is my question: how do I get the number of records passed?
    I mean, how do I know the number of rows in the 2nd table? (Remember that this number is variable, because it depends on how many rows I've inserted and deleted on the 2nd table).
    I've tried to achieve that using a data store with a numeric field, but I couldn't find the way to increment/decrement the numeric field on data store, and insert/delete the row on table at the same time .
    All I want is to find out if the 2nd table is empty or not.
    Any ideas to solve this?
    Thanks in advance!
    Help will be point-rewarded.
    Marcelo

    Hi Ahmed
    thanks for your reply, it was very helpful!! (I've assigned points to you)
    However the user can add twice or more times the same row... so the counter doesn't reflect the real number of rows in the 2nd table.
    I've partially solved this also using a data store with a parameter called key_list, where I add (I mean, concatenate) the key field for the selected row.
    So, if I have a table with 4 rows with key fields "key1", "key2", "key3", the parameter key_list would get "key1;key2;key3".
    So far, it's ok. But when I remove a row previosly added.... I can't remove the key from the key_list parameter. (I mean, from 2nd table I choose to remove the "key2" row, but I don't know how also remove the key name from the key_list)
    I hope be clearly enough.
    Any help will be really appreciated and point-rewarded.
    Thanks again.
    Best Regards
    PS: is there any way of "mark" a row that has been added to the 2nd table? I mean, using (for example) a hidden boolean field named "added", that becomes true when the selected row is added to the 2nd table.

  • How to find out what the latest update is for something from apple's site?

    i've never been able to do this, and has been a recurring problem for many years:
    how can you, using apple's web site -- presumably the support or downloads section -- find out what the latest update for/of a certain product is?
    without going into the details, the software update app is of no use to me.
    for example, i have a airport extreme base station 54 mbps. how do i go about finding out what it's latest software is? do such products not have a web page which has the latest update linked to from it?
    why is it so hard, impossible i find, to find out what the latest software is?
    any pointers much appreciated. (i'm not particularly looking for the answer to "what't the latest update for a airport extreme base station 54 mbps?" but a general method for finding out the latest update for anything using apple's web site)
    thanks very much.

    If you use the Advance Search function:
    http://search.info.apple.com/
    you can filter results to give downloads for the search words airport extreme base station. The return will be in date order from newest to oldest. Yo ucan also designate word pairs of groups to narrow the search.

  • How to find out what the geniric short forms stand for?

    Hi if you see the ThreadLocal class in jdk1.6 it is written like this in doc. ThreadLocal<T> and if you see the method Class.forName() the return type is Class<?> i am just confused a littele bit. how to find out what this <T> and <?> stands for? I mean how do i know that what to pass in their place?

    [Start from Here|http://java.sun.com/docs/books/tutorial/extra/generics/index.html]

  • How to find out that the database table is empty

    Hello all,
    How to find out in ABAP in the best performant way, that the database table is empty. The table could have several milions of records or be empty. SELECT count( * )  looks to me as not the best way.
    Kind regards
    Radim Benek
    Moderator message: FAQ, please search for previous discussions of similar topics.
    example: "SELECT SINGLE" vs. "SELECT UP TO 1 ROWS"
    Moderator message: Please Read before Posting in the Performance and Tuning Forum
    Edited by: Thomas Zloch on Aug 11, 2011 5:06 PM

    Hi,
    One approach is:
    check lt_mytable is initial.
    This will be true if there are no lines.
    Another:
    describe table lt_mytable lines lv_count
    if lv_count = 0.
    "Empty
    Thanks.
    Anitha a

  • How to find out what the authentication is for

    This is a general info-sec-related question applicable to all recent OS X versions.
    Occasionally when I'm doing things on my Macbookpro running Mavericks I get a dialog that I'm sure all of us have seen.  It says something along the lines "[Some program] wants to make changes to the system.  Enter admin password to authorize."  
    How do I find out what exactly I am giving permission for when entering admin password?  How do I know which restricted resource [Some program] is trying to write to?  Is there an advanced user view of that dialog?
    It just doesn't seem fair to have the choose between failing the task I'm trying to accomplish by canceling and giving some shady program, basically, root access by giving it admin password. 

    Boooooo thumbs down for that answer: completely useless, counter productive, diverting discussion away from solving the problem towards pointless discussion of what I should've known and not known.  Please refrain responding unless you have comments that are constructive.  We can discuss the theory of UI design after this problem is solved.
    Here is a specific example showing how diverse range of issues affected by the problem is.  I just ported a copy of Ableton Live to another account my Mac.  That includes several complex sample libraries and configuration folders.  Since they used to belong to the other account, the ownership and permissions of all of the was super messed up.  I fixed most of permission issues before firing up any big projects.  A typical project references hundreds of files.  At some point while working on one of the typical project the dialog saying "Live wants to change your system.  Enter password if you authorize." Pops up.  How do I find out which resource has broken permissions without the prohibitively expansive trial and error linear search of all possibilities?

  • Laptop's freezing: how to find out what the problem is?

    Hi all,
    First of, I realize that this is not the best forum to ask about hardware
    issues, but that's not *exactly* what my question is, please read on!
    So, my laptop started freezing at seemingly random times. I understand
    that this could be a hardware issue, but I was wondering if there is any
    way I can find out something. For instance, I tried to have htop running
    constantly so when the laptop froze I checked if any stats where weird,
    but there wasn't any problem that I could see.
    Any other ideas on how I could possibly get an idea what's wrong?

    When it freezes:
    Do the keyboard lights flash?
    Can you SSH into the box?
    Can you ping the box?
    Does it unfreeze? Or does it require you shutdown and reboot?
    If it unfreezes, was the disk access light on during the freeze?
    Is there anything interesting in the logs or journals after your reboot?
    Other things you can try:
    Blacklist kernel modules of all non-essential hardware and see if that improves stability.
    If it does, turn them back on, one at a time.
    Is it temperature related? Check both ambient and core temperatures.
    Is it susceptible to mechanical shock?
    Have you run a memory test?
    Does it only freeze when on batteries?

  • How to find out what the latest version of IOS I can use?

    I am using Cisco Switch 2950 with IOS 12.1(9)EA1. I want to download the latest IOS to upgrade it. How can I from the Cisco Website find out the latest IOS and download the software?

    Hi,
    The switch may be old one and out of support. first check the End-of-Sale/support information here:
    http://www.cisco.com/en/US/products/hw/switches/ps628/products_eol_models.html
    http://www.cisco.com/en/US/products/hw/switches/ps628/prod_eol_notices_list.html

  • How to find out what is under the mouse pointer in a StyledDocument

    Hi all!
    I have a DefaultStyledDocument in a JTextPane.
    styles = new StyleContext();
    doc = new DefaultStyledDocument(styles);
    JTextPane p = new JTextPane(doc);
    i than add a view strings to the document using insertString, some of them using a style with an icon.
    The question now is: can i somehow determine which icon ( or at least which object, inserted by insertString ) is under current mouse position, without setting the caret to this location? or can i trigger an event when the user clicks on such an icon?
    thanks in advance for your help
    eabin

    Use this method :
    public int viewToModel(Point pt)
    and take a look at my answer in this Thread. I think it can give you an idea :
    http://forum.java.sun.com/thread.jsp?forum=57&thread=227390
    Denis

  • My icon for iPhoto has a notification on it but I do not know how to find out what the notification is for.

    I need help figuring out how to open the notification.

    Only thing that worked for me:
    Go to iPhoto preferences on your Mac > iCloud > uncheck photo sharing at the bottom > activate photo sharing again.........wait.............
    Tadaaa iPhoto Dock notification gone :-)

  • My HP Envy will not download Windows 8.1_ How do find out what the problem is?

    I have attempted to upgrade to Windows  8.1 but I am having no success. I am not recieving any answers or direction as to what is causing the blockage from either the HP Help Assitant or from the Windows Store_ nor from the Microsoft web domain. 

    you may have to run windows update troubleshooter. go to metro screen point and click on a blank spot of screen type 'windows update troubleshooter' and follow instructios on screen  after running troubleshooter try again to update to 8.1 good luck!

  • How do I find out what the name of the reports server  is?

    Hi Everyone,
    I am connecting to a remote machine using gotomypc.com and have started up Reports Builder 10g. I know very little about installation of Oracle on this machine. Just enough to log into Oracle 10g and run tools like the Report Builder, TOAD, etc. When I run a report from the Report Builder I get a web browser with a blank report. It works when I run a paper report. I am guessing that the Reports Server is not running or not configured properly.
    Can you tell me how to find out what the name of this Reports Server is and/or how to start it up?
    Thanks.
    Emad

    I realize this is old, but... You can find out your servers name by looking at the $ORACLE_HOME\reports\conf\rwservlet.properties file. It has a entry for SERVER. Should also have a corresponding conf file after starting up OC4J and activating the server for developer installs.
    Next, you can also run rwdiag. It will show you all report servers available to your installation. This is interesting when Multicast is used by Reports (10g). Ran into issues with servers named the same not on the hardware I was expecting.... ;)
    Good luck.
    BradW

  • How can we find out that the Z table is adjusted or not???

    Dear Friends,
    How can we find out that the Z table is adjusted or not???
    I have activated it but I need to se that the table is adjusted or not? I know we can do it from SE14 but I don't have an authorization ,
    Thnaks,
    Sridhar

    Hi, Thanks for the reply,
    As per ur suggestion of path direction I have checked the table in production and development both.
    In my Z table, I have 2 key fields and for those 2 key fields the primary indexs are created automaticaly and displayed in Developement but in Production there is no indexs are created for those 2 fields.
    Could you please guide me what could be the reason?
    Thanks in advance.
    Regards
    Sridhar

  • I am trying to add my sons email address to our family apple id but it says that it already associated with another apple id. How can i find out what the apple id is and take his email address off that one?

    I am trying to add my sons email address to our family apple id but it says that it already associated with another apple id. How can i find out what the apple id is and take his email address off that one?

    You may be able to find your Apple ID at Look up your old and forgotten Apple ID

  • How do I find out what the resolution of a video file is in snow leopard

    I have a video file and am wandering how do I find out what the resolution of the video is?

    sometimes right click on the file, and getting info may show the resolution.

Maybe you are looking for

  • CUCM 8.6.2 - LowAvailableVirtualMemory

    Hi Guys, My Customer have the Cluster with 6 CUCM server and the Publisher is presenting LowAvailableVirtualMemory. I read the post below, but, Not stay clear what is the solution or if that another solution. Any have Idea about this? admin:show stat

  • Bug while copying items on a page.

    When I create a new page item via copying from existing page item it fails with the below error code, if there is > or < character in the source of the existing item.Error Source contains <, > or " which are invalid characters. It works fine if I cre

  • Cannot open pdf files or uninstall adobe reader

    I downloaded Reader X but could not open any pdf files so tried to reinstal.  I got the message that it was already installed so tried to uninstall but could not do it. The message was to say that it was using certain files and to close explorer.  Do

  • Warning: Check whether a duplicate payment medium

    Dear All Does anyone come across the following error/warning when running F110 for the payment method of bank transfer e.g. "T"? When I run F110, the part until to the generation of payment document is fine. But after the printout run, and when I tri

  • Work manager using thread.sleep or delay doesn't work

    Hi all, I used Spring framework and oracle weblogic 10.3 as a container. I used workmanager for manage my thread, I already made one thread that managed by workmanager. Fortunately spring provide the delegation class for using workmanager, so I just