How to find a table behind the OA framework page

Hello
can any body tell me how to find the tables behind any page of OA framework in particular for screens of ALS.
Concerning

On the tab of the page-->, click on expand all link.

Here you can find the area of the table and the VO rasthaus to it. When you've got the name of the View object.

Then click on details of the Business component references-->

In the object section View find your viewObject and click on it. Here you can find the application attached to it.

Thank you
-Anil

Tags: Oracle Applications

Similar Questions

  • How to find a table, using the name of the column in the database schema

    Dear all,

    Please help me on

    using the name of the column, how to find a table name in the database schema.

    Thanks in advance

    Hello

    You can query the data dictionary views all_tab_columns and user_tab_columns.
    For example, to find the tables in the scott schema have called deptno columns:

    SELECT  table_name
    FROM    all_tab_columns
    WHERE   owner           = 'SCOTT'
    AND     column_name     = 'DEPTNO';
    

    Remember that anything inside quotes is case-sensitive.

    The all_tab_columns view has one row for each column in each table (or view) that you have the privileges to use.
    The user_tab_columns view is a subset of all_tab_columns, containing only your own tables (and views).

  • During the closure after a browsing session I find several windows behind the window of the main browser I have not opened and they must be closed individually. What is the cause and how can I stop it?

    During the closure after a browsing session I find several windows behind the window of the main browser I have not opened and they must be closed individually. What is the cause and how can I stop it? Edit

    These windows display ads? They could be 'pop-under' designed to show when you are finished with your main window. Orbitz has these, for example. Irritating. I'm not sure of the best solution, i.e., advertising blocker blocker vs.

    If they are not ads, can you think anyway that they are related to the sites you visit?

    In addition, to close a tab (or window, if there is only one tab), you can press Ctrl + w. could speed up the process of their release until you find a real solution.

  • How to find this value in the oracle database to find out the table

    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    918440 wrote:
    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    Go to the online documentation and discover the data dictionary. You may be interested in reading about ALL_TAB_COLUMNS, but you will need to know what you want until you can query the view to find information

  • How to find DB tables containing specific columns (ORG_ID / ORGANIZATION_ID)

    Hi all, I would like to know if someone has developed a script to find all tables containing the columns (fields) specific.


    I'm on a migration project where I don't have access to the source of the DB, I just ask for queries and I to reflect all the tables DB containing specific data of organization.

    So the first step was to understand used tables and I get them, now I understand what tables have Org_id / Organization_ID and fields of the SOURCE of the LANGUAGE/LANGUAGE (source DB has much set Org and many languages also, so I need to filter the 100total 6ORG_ID and 2 languages of 8 total installed)

    Can anyone help?

    Thank you

    Best regards

    Pietro

    Hello

    You can see this:

    Find all tables in db with the name of the column of a particular string?

    Kind regards

    MihaiF

  • How can you get rid of the "new tab" page that flashes what you did recently? I don't like this option...

    How can you get rid of the "new tab" page that flashes what you did recently? I don't like this option. If I wanted to Flash all the pages I've visited, I would. It is not YOUR place to do it for me. I'll change the browser if it is not changed.

    Hello, please refer to customize the page new tab to turn off the function.

  • How to find null values in the table

    Hi experts,

    my version is oracledb10g:

    I am doubted simple.

    for example:

    create table ex1 (e varchar2 (20));

    Insert ex1 (null).

    insert into ex1 (e)

    number of will be: 2

    I can easily find the value "e".

    so my question is:

    How can I find null values in the table and I want to remove the null values from the table.

    ADF 7 wrote:
    Hi experts,

    my version is oracledb10g:

    I am doubted simple.

    for example:

    create table ex1 (e varchar2 (20));

    Insert ex1 (null).

    insert into ex1 (e)

    number of will be: 2

    It depends on what you expect. If you issue count (*) you ask Oracle "how many lines there. If you issue a County () you ask Oracle 'how non null values for are there. "

    ADF 7 wrote:

    I can easily find the value "e".

    so my question is:

    How can I find null values in the table and I want to remove the null values from the table.

    delete from 
    where  is null;
    

    Ideally you would simply place a NOT NULL constraint on the column in question, thus prohibiting NULL values into the system (assuming that your business needs, it is that the column MUST always have a value).

  • How do find no data in the table

    Hi all

    I have 250 table in my diagram and when I query like this

    Select * from object where type_objet = 'TABLE' and owner = 'MATTELLI.
    order by object_name CSA


    Some tables have no data in it. How to find the tables that not have data or records

    Thanks and greetings
    Srikkanth.M

    Hi Srikkanth,

    First of all, if you are only interested in object TABLE type, so you should better use dba_tables instead of dba_objects.
    Then, assuming that your statistics are up to date, it would look like:

    SELECT *
      FROM all_tables
     WHERE owner = 'MATTELLI'
      AND num_rows > 0
     ORDER BY table_name ASC
    

    Otherwise, you can go with a subquery and a 'select count.

    HTH,
    Thierry

  • How to find valid cases in the truth table?

    Hello

    I am using a truth table to select the next case in my state machine. The number of possible cases is 256 with a set of 8 input of Boolean values. The following is a generic example.

    Obviously, I don't need the conditions of passage, but how to weed them out of the table?

    0          1          2          3          4          5          6          7          8          9          10        11        12        13        14            15in house?            F          T          F          T          F          T          F          T          F          T          F          T          F          T          F            Tpassed test?       F          F          T          T          F          F          T          T          F          F          T          T          F          F          T            Tscrapped?          F          F          F          F          T          T          T          T          F          F          F          F          T          T          T            T in inventory?      F          F          F          F          F          F          F          F          T          T          T          T          T          T          T            T

    The numbers along the top refer to the result of the code just before the structure case in the attached vi.

    Tay

    jcarmody wrote:

    I often do.  Take each of your eight Boolean and consolidate them in a table, convert the table number and select your case on that based on the number.  Thus, if the first fifth suite and boolean (from above) are true, you have 25 case (10011000 = 25).  You can have a case manage multiple values, separate them with a comma in the selector.  It will make you famous.

    I do the same thing, but the value of the radix of the binary display case.

  • How to find which user have the Channel Manager

    Hello

    How to find which user are responsible for R12 Channel Manager.

    And how to invite the partner already in the list of my partners.

    Please answer me as soon as possible

    Thank you
    Vivek

    How to find which user are responsible for R12 Channel Manager.

    You can run 'The responsibility one users' simultaneous program or run the script in (how to find Out who the responsibility has been granted to A specific user? [ID] 304687.1).

    Please answer me as soon as possible

    For the responses of the ASAP, please log an SR.

    Thank you
    Hussein

  • How to delete all TABLEs in the schema SYS that are created from 09:15?

    Unfortunately a script created a lot of tables in the diagram (= SYS) and bad Tablespace (= SYSTEM).

    How can I delete all TABLES that are created inTablespace = SYSTEM and SCHEMA = SYS (in a DDL command)
    respectively for the past 3 hours from 09:15 to 25 Sep 2011?

    Alternative: How can I move these tables in another schema (for example ATEST) and Tablespace (USERS)?
    Is this possible with Oracle XE or Oracle Enterprise?

    Peter

    You can use ALTER TABLE... MOVE. It offers a TABLESPACE clause, which allows you to choose a different tablespace as target. Refer to the documentation for your version of the database.

  • How to find objects (tables) used in MS

    Is there any query with which I find all the tables that are used (to perform the operation Select Insert Update Delete) in a procedure in oracle 10g.

    I want to take on all the tables used in particular. but it is more difficult to find by looking at the line by line as the sp is 3 k + lines.

    View USER_DEPENDENCIES:

    SELECT referenced_owner, referenced_name
    FROM user_dependencies
    WHERE type = 'PROCEDURE'
    AND name = 'YOUR_SP_NAME'
    AND referenced_type = 'TABLE'
    ;
    
  • How to find a day in the next few days 27

    Hello

    How to find a date = "Wednesday" in the coming days 27? " The script below does not work. Could someone tell me what's wrong with this code? I suspect that the WHERE clause which make the mistake!


    SELECT TO_DATE (SYSDATE + ROWNUM, 'DD-MON-YY')
    DUAL CONNECT BY ROWNUM FROM < = 27
    WHERE TO_CHAR (DAY, 'DAY') = 'SUNDAY '.

    johnsyns wrote:
    Why doesn't it for the other days? When I tried to change the day except Wednesday. It returns nothing.

    Reason why Justin code does not work for the other days is a date format mask DAY Returns padded white day to 9 characters which is the longest name of day, yes you guessed right, is WEDNESDAY. You must either virgins pad or use modifier format FM:

    SQL> select *
      2    from (SELECT TO_DATE(SYSDATE+ROWNUM, 'DD-MON-YY') dt
      3            FROM DUAL CONNECT BY ROWNUM <= 27)
      4  WHERE TO_CHAR(dt,'DAY') = 'TUESDAY'
      5  /
    
    no rows selected
    
    SQL> select *
      2    from (SELECT TO_DATE(SYSDATE+ROWNUM, 'DD-MON-YY') dt
      3            FROM DUAL CONNECT BY ROWNUM <= 27)
      4  WHERE TO_CHAR(dt,'DAY') = 'TUESDAY  '
      5  /
    
    DT
    ---------
    07-APR-09
    14-APR-09
    21-APR-09
    28-APR-09
    
    SQL> select *
      2    from (SELECT TO_DATE(SYSDATE+ROWNUM, 'DD-MON-YY') dt
      3            FROM DUAL CONNECT BY ROWNUM <= 27)
      4  WHERE TO_CHAR(dt,'FMDAY') = 'TUESDAY'
      5  /
    
    DT
    ---------
    07-APR-09
    14-APR-09
    21-APR-09
    28-APR-09
    
    SQL> 
    

    SY.

  • How to find out who is the administrator account on my laptop if there are three users

    My son and daughter created the user account on my laptop how I tell me who is the administrator user and change in me. now, I can not even run or install your antivirus to protect my laptop because it asks me to the administrator. any suggestions?   either by the way, I have version XP of Windows 7... the gardener in version in the forum section has no XP version of windows 7.

    My son and daughter created the user account on my laptop how I tell me who is the administrator user and change in me. now, I can not even run or install your antivirus to protect my laptop because it asks me to the administrator. any suggestions?   Incidentally, I have version XP of Windows 7... the gardener in version in the forum section has no XP version of windows 7.

    What does that mean? There is a Windows 7 or Windows XP, but not the version XP of Windows 7. Or do you mean "Windows XP Mode", which has been installed on a full Windows 7 Edition-Professional host? I'm a bit confused.

    Next the administrator account number-> may request to your son or doughter - they know what account is a member of the admin group (and they also know the password for this account).

  • How to move a table (with the UDT as a column) to a different schema

    I have a table that has a column of user-defined type. There is a requirement to an another schema of this table as well as the UDT. I tried to create the table as, the problem is that it uses the DFU of the original schema. Is there a way to do this?

    Ex:

    User 1:

    CREATE TYPE employee_t AS OBJECT

    (employee_id NUMBER

    , employee_name VARCHAR2 (30)

    Number of salary

    dept_id NUMBER);

    Department of CREATE TABLE

    (emp employee_t

    , Bishop varchar2 (40)

    number of dept_id

    (, dept_name varchar2 (30));

    In the example above, department table has a column called emp that is UDT.

    Now on User2, if I do the following

    Create service table in select * from user1.department. Table will be created as follows. In fact I want EMPLOYEE_T also to be moved to User2.

    Name                                      Null?    Type

    ----------------------------------------- -------- ----------------------------

    EMP                                                USER1. EMPLOYEE_T

    BISHOP VARCHAR2 (40)

    NUMBER OF DEPT_ID

    DEPT_NAME VARCHAR2 (30)

    You can use expdp and impdp - but you must include the type explicitly in your dump command, since it isn't included automatically: http://dbaharrison.blogspot.de/2013/05/expdp-of-just-table-and-type-dependents.html.

Maybe you are looking for

  • continuous reboot of failed reset

    I had a broken screen and has been using the laptop with HDMI to my TV screen.  I tried to reset the original hard drive to get rid of excess software and virus potential because he was slow.  I didn't know that the computer would not automatically r

  • I can't find the driver for my "easycap usb 2.0 dvr."

    I have a "easycap 4CH usb DVR surveillance system" including the disc, but when I try to use it I get the message "not found valid video capture device". I think that I must correct driver for this device.could you help me please? thanx

  • Be disconnected from the server

    I have Windows XP SP3 on my computor and connecting to my server (Windows 2008 R company) with the for Office. When connected to the server and stops working for a while, I get disconnected from the server. We have set the timeout on the server for 2

  • Vista - SystemPropertiesProtection.exe - corrupted file

    Vista - service Pack2When I go to create a restore point, the "SystemPropertiesProtection.exe - corrupt file" message. However, I can still create a restore point.Attempted solutions were...1. I have run chkdsk & warned that the "disc is clean.2 - I

  • wipe the hard drive

    Hello After windows has failed and recovery disks has failed, failed on the second disc. If I erased the hard drive using killdisc active and used the recovery disks (made at time of purchase) what are the chances if you work or can we buy HP recover