TRM / APIs / Tables Listing...

To use the OracleApps terminology, is there a TRM for the 309 Portal? (TRM is Technical Reference Manual that shows an ERD, as well as documentation about all of the tables in the application).
Is there a listing somewhere of API's and documentation about how to use them?
Is there a listing of standard packages, their function, and input and output?
Thanks in advance,
Ryan Stefani

Run this query against your Planning application repository
select d.object_name "Form Name", b.object_name "Member Name",c.subst_var "Variable",
(CASE a.objdef_type
     WHEN 0 THEN 'POV'
     WHEN 1 THEN 'Page'
     WHEN 2 THEN 'Row'
     WHEN 3 THEN 'Column'
     ELSE 'Unknown'
   END) "Layout",
(CASE c.query_type
     WHEN 8 THEN 'Descendants'
     WHEN 9 THEN 'IDescendants'
     WHEN 3 THEN 'Ancestors'
     WHEN 4 THEN 'IAncestors'
     WHEN 12 THEN 'Siblings'
     WHEN 13 THEN 'ISiblings'
     WHEN 21 THEN 'Parents'
     WHEN 22 THEN 'IParents'
     WHEN 5 THEN 'Children'
     WHEN 6 THEN 'IChildren'
     WHEN -9 THEN 'ILvl0Descendants'
     WHEN 0 THEN 'Member' 
     ELSE 'Unknown'
   END) "Selection Method"
from
hsp_formobj_def a,
hsp_object b,
hsp_formobj_def_mbr c,
hsp_object d
where a.objdef_id=c.objdef_id
and c.mbr_id=b.object_id
and a.form_id=d.object_id order by 1 asc;Regards
Celvin
http://www.orahyplabs.com

Similar Messages

  • Unable to view table list in sql developer

    I am able to connect to the database through sql developer but unable to view tables list.
    Select query is displaying the contents though.
    Any Help ???

    Using SQL Developer, I log in using the owner user id and password. I can see all but one of my materialized views. It was definitely created by the user id I'm logged in as. A query of user_objects in sql+ shows all MVs, including the one that's missing in SQL Developer. If I log in using the same credentials in TOAD, the MV is displayed in the current schema, as I'd expect. The super weird thing is that if I use the previous version of SQL Developer, I see that MV! Any thoughts?
    Edited by: [email protected] on Feb 25, 2009 9:19 AM

  • Need JAVA API to list down all the Proxy Services in OSB Console 11g

    Hi,
    I need a java API to List down all the Proxy Services present in OSB Console for SOA 11g (11.1.1.5). I am in a situation where I cant use python script for the same.
    any help will be much appreciated.
    Thanks in Advance,
    Ravi
    Edited by: 899443 on Oct 1, 2012 4:13 AM

    AFAIK it is proprietary.
    What I do in a similar situation is to form XML for the services, package them into JAR the same way as an import JAR is packaged (creating ExportInfo resource, ...) and deploy with standard WSLT script. Works for simplest services only (direct proxies mostly) but I can also form security, alerts, throttling etc etc etc -- all in one shot.
    Out of sheer interest, may I ask you a question? Why do you need to create OSB services from Java?
    Vlad
    http://vladimirdyuzhev.com

  • SQL Developer 1.5.3 - Slow loading of Table list - expanding tables in tree

    In SQL Developer 1.5.3, I've noticed that loading the list of tables is very slow - like REALY slow
    If I log into the same schema using previous release 1.1.2.25, the same table list is loaded almost instantly.
    Gone back to 1.1.2.25 because of this pain

    according to TheFurryOne...
    There is a known problem with the performance of the tables node on the connection navigator in SQL Developer 1.5.3
    Here is a thread that discusses it...links:Re: Still experienceing problems "tables" node performance

  • Unable to retrieve table list when trying to reverse

    Hi,
    I am trying to load source data which is coming from SQL Server into Oracle target database.
    When am trying to create model and reverse the source tables coming frm SQL Server it's giving me an error saying Cannot retrieve tables list.
    Do I need to configure anything?
    Any help is appreciated.
    Thanks,
    Adi

    Hi
    When am trying to test the conenction in Topology Manager, it's givine me an error
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpMtxt.saveText(SnpMtxt.java)
         at com.sunopsis.dwg.dbobj.SnpConnect.saveText(SnpConnect.java)
         at com.sunopsis.graphical.frame.a.ji.bx(ji.java)
         at com.sunopsis.graphical.frame.bn.w(bn.java)
         at com.sunopsis.graphical.frame.bn.d(bn.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: com.sunopsis.core.SecurityAccessException: com.sunopsis.core.SecurityAccessException: You are not authorized to Edit the Object:SNP_CONNECT : ORACLE_MD_BDO / 35006
         at com.sunopsis.dwg.DwgObject.setterSecurityControl(DwgObject.java)
         at com.sunopsis.dwg.dbobj.generated.GeneratedSnpConnect.setITxtJavaUrl(GeneratedSnpConnect.java)
         at com.sunopsis.dwg.dbobj.generated.GeneratedSnpConnect.setITxtJavaUrl(GeneratedSnpConnect.java)
         ... 33 more
    Do I need to configure anything?

  • Unable to view table list

    I am able to connect to the database through sql developer but unable to view tables list.
    Select query is displaying the contents though.
    Any Help ???

    I am on Windows XP using SQLDeveloper Build 5440 and I am having a similar problem (I think).
    I am able to connect to the database, I am able to see a list of all the tables (as the owner) in the tree but i can not see anything under columns and am shown 5 all null rows under data. I am able to view statistics, DDL and I can query the table with a select and get results. I have tried reverting to an older versin of SQLDeveloper but that gave me the same result.
    If this is the same problem then I am having it too. Any help would be appreciated. Thanks in advance.
    Greg

  • Workflows table is not showing up in Data Manager drop down table list

    Hi,
    I am able to see Workflows table in Console but not able to see it Data Manager drop down table list in record mode for selection.
    Even not allowed to create another workflow table.
    Thanks for any tips/clue
    -reo

    Reo,
    You will not be able to create another workflow table. There is only a single workflow table that will hold all the workflows you create through the Data Manager.
    As Vito mentioned, please make sure to load the corresponding MDMWorkflow component on the client machines running the Data Manager that you wish to create and view workflows from.
    Once the workflow component is installed you should see it as a new tab in the Data Manager. You will need Visio to create workflows.
    Thanks,
    Tim

  • Physical table list against Cluster Table CDPOS and PCDPOS

    Hello experts,
    For function customized requirement, we need to know the physical table
    list against Cluster Table CDPOS and PCDPOS and EDID4, just like
    Cluster Table BSEG contain with six physical tables
    BSAD/BSID/BSAS/BSIS/BSAK/BSIK. Also we want to know if there is any
    general way to find out the physical table list for any cluster table.
    My question is:
    1. How can I find all the transparent table for Cluster Table CDPOS?
    just like Cluster Table BSEG has transparent tables of
    BSAD/BSID/BSAS/BSIS/BSAK/BSIK.
    2. How can I find all the transparent table for Cluster Table PCDPOS?
    3. How can I find all the transparent table for Cluster Table EDID4?
    4. Additionally,I want to know if there is any
    general way to find out all the transparent tables for an specific
    cluster table.
    Many thanks.

    Hello,
    simply look in transaction SE11.
    Example:
    1.  SE11 -> Table CDPOS - Display. On Tab 'Delivery and Maintenance' you'll find Pool/Cluster 'CDCLS'.
    2. SE11 -> Table CDCLS -> Display. On next screen position on CDCLS-> Where-used-list -> Tables -> you'll find tables CDPOS and PCDPOS.
    Same thing with EDID4    -> EDI40 ...
    Regards Wolfgang

  • Multi Row Selection in Table list

    Hi All,
    Currently in our scenorio, we are able to select only one row at a time from the table list, but we need to select multiple row at a time.
    Even we have tried to select multi row using CTRL key but if we select another row previous selection got removed.
    Kindly suggest where we need to make modification.
    Thank you,
    Cha

    Balan,
    I have a Search Result View which allows users to select multiple rows. To process, user clicks the custom button "Submit" added on the Tool bar. In the event handler i wrote the below code. This is selecting only last record. But i want to read all selected rows.
    --- htm page
    <chmlb:configTable id         
    = "Table"
    reset      
    = "<%= controller->get_reset_flag( ) %>"
    actions    
    = "<%= controller->gt_button %>"
    navigationMode  = "BYPAGE"
    table      
    = "//RESULT/Table"
    visibleRowCount = "<%= lv_visiblerows %>"
    usage      
    = "SEARCHRESULT"
    downloadToExcel = "<%= lv_export %>"
    selectedRowIndexTable = "<%= RESULT->SELECTION_TAB %>"
    selectionMode    
    = "<%= RESULT->SELMODE_MULTI %>"
    onRowSelection   
    = "SELECT"
    showNoMatchText = "FALSE" />
    method submit.
      data: lv_collection TYPE REF TO if_bol_bo_col,
          lv_property_access TYPE REF TO if_bol_bo_property_access.
         lv_collection ?= me->typed_context->result->collection_wrapper->get_marked( ).
         lv_property_access = lv_collection->get_first( ).
         WHILE lv_property_access IS not INITIAL.
             lv_property_access = lv_collection->get_next( ).
         endwhile.
    endmethod.
    Thanks
    Tim

  • Rest api to list all azure subscriptions under a particular azure account

    Hi Buddy's,
       Currently I am looking for the azure REST api to list all the subscriptions in a account.
        We have the azure powershell commandlet "Get-AzureSubscription" which will give all the susbcriptions in the account , When it is executed with out any parameters.
    Also we have the REST api  https://management.core.windows.net/<subscription-id>, which will gives us the particular susbcription details.
    So similarly let me know if any REST api to list down all the susbcriptions in a account.
    Any help is greatly appreciated guys.
    Thanks in advace,
    -Rakesh

    Hi Rakesh,
    You could try to use list subscription method to get the subscriptions. Please see this page (http://msdn.microsoft.com/en-us/library/azure/dn775050.aspx ).
    RESR API URL:
    https://management.core.windows.net/subscriptions
    Hope this helps.
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Get table list  of  fmb

    hi,
    I need to get table list that used on xx.fmb form
    for ex: I run a oracle form " find_table" then brows and choose xx.fmb file
    then press read button in " find_table" for create a text file for xx.fmb all tables
    is it doable?
    please help me

    I'm not sure that i understood your question.
    Do you want to scan all block in the FMB and get the DB source name they based on?

  • E-Business Suite Tables List

    Hi,
    is there any formal list of tables for the e-Business Suite?
    Thanks

    Geri, Using the e-TRM is the best way on MetaLink. If you own the e-Business Suite, you can get a MetaLink login. Your DBA or administrator should be able to help.
    You can also use this to get a list of table names:
    select owner, object_name from dba_objects where object_type = 'TABLE' order by owner, object_name;The advantage of the e-TRM is that it explains the table and each column within.

  • Table List  & Descriptions

    I would like to get a list of all tables and their descritions on any B1 company db for an addon that I am working on. The info I want is similar to the list displayed in the "Choose From List" on the "Query Generator" window. I was wondering which table stores this info in the B1 company. I know that we can get this info from the DI API, but I want to know the name of the table with this info in it.
    Thanks,
    Gopal

    Hi Gopal,
    I don't think there is a table that holds this information (...at least, I can't find it!). The following query will give you all the user tables in the database and the description for the UDT tables but not the description of the SBO system tables:
    select T0.name, T1.Descr from sysobjects T0 left outer join OUTB T1 on To.name = '@' + T1.TableName where xtype = 'U' order by name
    Hope this helps,
    Owen

  • Cannot see views in table list when building a form or report page

    We are new to APEX. accessing remote databases by defining database links in our apex instance and then views in the apex instance on the remote tables. We set up all this stuff, then when we go to build a report or form on one of the views, the views are not showing up in the popup list for us to choose from.
    Any ideas as to why this would be? it's a showstopper for our application right now. Any help would be greatly appreciated! Thanks.
    Edited by: moo on Apr 11, 2011 11:55 AM

    Did you define local synonyms for the objects? Try this and then come back..
    Thank you,
    Tony Miller
    Webster, TX
    While it is true that technology waits for no man; stupidity will always stop to take on new passengers.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to send mail to distribution list and another table list

    Hi
    I am facing a problem. I need to send mail to the user who is creating the SO/PO and a distribution list.
    Problem is only one thing can be used at the same time. ie either Distribution list or list from internal table.
    How can we use both in 1 function module. Like it should call the internal table and then the distribution list for sending the mail .
    Regards,
    Varun

    Hi,
    Refer to following link,
    http://www.sap-img.com/abap/make-e-mail-sender-of-po-the-po-creators-name.htm
    http://www.sap-img.com/fu016.htm
    Reward pts. if helpfull.
    Regards,
    Dhan

Maybe you are looking for

  • Opening files is SLOW

    The first time I try to open or save a document in Word it can take from 45 seconds to two minutes for the box to open that allows me to choose a file, or a destination. Of course the beachball is spinning away the whole time. I'm finding that this i

  • Need Help - Embedded Youtube Gallery

    So I made a stand alone you tube gallery, that seems to work great in Google Chrome though not in Firefox. See here: student.elon.edu/bhundley/web However, when I try to embed it into my final edge project with an interactive header and in which the

  • EventListenerList - why step by 2?

    This is the example for how to fire events using EventListenerList as shown in the Sun javadoc - http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/event/EventListenerList.html Why does the loop do in steps of 2, checking the type of one listener bu

  • Error when installing Lync components (Install CS-Database and Enable-CS Computer Fail)

    Receiving the following error when running the Lync components install wizard.  I believe the issue is related to having run the service and installed the database once before, but had an issue installing all of the Lync FE components due to a server

  • New forms over old

    I have clicked on a form and overwritten it with a new format, how do I save both forms, keeping the old and saving the new under a new name?