How to get table name in EBS

Hello friends,

I use the EBS R12.2.4 application that is installed on the virtual machine.

How to get the name of the table, front end or by connecting to sqlplus.

This is the insert location API in EBS

csi_hz_locations_pvt.create_location(
      p_api_version => 1.0 ,
      p_commit           => 'T',--fnd_api.g_true,
      p_init_msg_list    => 'F',--fnd_api.g_false,
        p_validation_level => 100,--fnd_api.g_valid_level_full,
      p_country         => :hz_locations.country,
      p_address1         => :hz_locations.address1,
      p_address2         => :hz_locations.address2,
      p_address3         => :hz_locations.address3,
      p_address4         => :hz_locations.address4,
      p_city             => :hz_locations.city,
      p_postal_code      => :hz_locations.postal_code,
      p_state            => :hz_locations.state,
      p_province         => :hz_locations.province,
      p_county           => :hz_locations.county,
                                     p_description      => :hz_locations.description,
      p_clli_code        => :hz_locations.clli_code,
                                     p_last_update_date => :hz_locations.last_update_date,
                                     p_last_updated_by  => :hz_locations.last_updated_by,
                                     p_creation_date    => :hz_locations.creation_date,
                                     p_created_by       => :hz_locations.created_by,
                                     p_created_by_module => l_created_by_module,
      x_location_id      => l_location_id,
      x_return_status    => l_return_status,
      x_msg_count        => l_msg_count,
      x_msg_data         => l_msg_data
                                    );
     if l_return_status = 'S' Then
        :hz_locations.location_id := l_location_id;
     Else
         IF ( FND_MSG_PUB.Count_Msg > 0) Then
            FOR i in 1..FND_MSG_PUB.Count_Msg LOOP
                     FND_MSG_PUB.Get( p_msg_index     => i,
                                      p_encoded       => 'F',
                                      p_data          => l_msg_data,
                                      p_msg_index_out => l_msg_index_out
                           );
            FND_MESSAGE.Set_String(l_msg_data);
            FND_MESSAGE.ERROR;
          End LOOP;
        End IF;
        Raise Form_Trigger_Failure;
      End IF;

I want to find out in what table records inserted.

EBS my application is on the server and I connected sqlplus using the System/Manager through PuTTY. I asked since

all_objects

table sqlplus but above all function does not exist.

Help, please.

Thank you

Hello

There are two methods to achieve this.

1. you need to refer document eTRM oracle.

2. open API in a tool like toad and get the details.

Kind regards

Jonathan

Note: If response useful/correct, mark as such to make it easier for members of the community find answers that could help in a similar situation.

Tags: Oracle Applications

Similar Questions

  • How to get the name of the particular index table option.

    Hello

    Can any body tell how to get the name of the item to a particular array.i have a table within array.i must compare the name of Francesca in particular key.here is the table.

    myArray= Array (@43b1e09)
    [0] = object (@42b33f9)
    Testing_1 = Array (@4428821)
    [0] = object (@43adc19)
    choice_id = '0 '.
    delete = "N".
    DownloadURL = "xyz".
    selected = 'Y '.
    translation = "2_486."
    length = 1
    length = "N".
    Editable = 'Y '.
    field_id = '388 '.
    LanguageLink = 'Y '.
    linked_definition_id = null
    multiple values = "N".
    name = "Photo".
    otheroption = "N".
    photovitlink = object (@43ad0d9)
    required = "N".
    step = '1 '.
    translation = "Photo".
    visible = 'Y '.
    [1] = object (@43ad5d9)
    [2] = object (@4490089)

    Here is the structure of the table I get server side.i give table name of result as table myArray.This have several child as an object of object.each having .i table (Testing_1 in the first case) must get the name of this Testing_1 table and compare with my sort key that I perform an operation. But I am unable to get the name of this Testing_1 array(Since_it_is_dynamic_so_this_name_changes_some_times).can a body guide me how to get the name of this table.



    Thanks and greetings

    Vineet Sharma

    Hi Vineet Osho,

    You can browse your object using the loop and you can get the name of the table... as below...

    for each (var obj:Object in myArray)
    {
    for (var str:String in obj)
    {
    If (obj [str] is array)
    {
    var arrayName:String = str;
    }
    }
    }

    Thank you

    Jean Claude

  • How to get the names of the table columns in the quick dashboard

    How to get the names of the table columns in the quick dashboard


    Thanks and greetings
    ------------------------
    Kishore P

    Make a prompt like:

    SELECT case when 1 = 0 then 'D0 time. " "" T02 by month name "other" 'D2 market' '. "" M04 region' ' the end 'Sample Sales' UNION ALL SELECT case when 1 = 0 then 'D0 Time. " "" T02 by month name ' else ' 'Time D0. "" T02 by month name ' ' the end 'Sample Sales.

    Put the name of column in single quotes.

    Make your rank as a function:
    Rank ('F1 income'. "" Recipes 1-01 (after all) "by @{pColumn} {'D0 time'. ({"" T05 annually name '})

    It works fine for me

    concerning

    John

    http://obiee101.blogspot.com

  • How to get the name of sbRIO programmatically

    How to get the 'name' and 'Comment' by sbRIO I write to sbRIO-9602 Max in the box of Identification (model, serial number, MAC address, name)?

    Use RT Information.vi of target is located under the range of public services under LabVIEW Realtime.

    Christian

  • How to get the name of the server (hostname) vCO.

    Hello.

    Someone know how to get host name or IP address of the server vCO in a workflow running on this server? Is there any kind of property, or this method returns the host name of the local host?

    Thank you.

    Try this:

    function getVcoHostname() {
        var answerUrl = workflow.getAnswerUrl().url;
        var re = new RegExp('^(?:f|ht)tp(?:s)?\://([^/]+)', 'im');
        return answerUrl.match(re)[1].toString().split(":")[0];
    }
    
  • How to get the names of the tabs in the void?

    Hi all

    Could someone tell me how to get the names of all the tabs of void?

    I have Parent tab T1. T1 has 3 tabs sup T1_1, T1_2 and T1_3.

    I would like to have T1_1, T1_2 and T1_3 names tab in the list.

    Thanks in advance!

    Dip

    Dip,

    You can get the name of the tab of the apex, apex_application_tabs & apex_application_parent_tabs dictionary views. Thank you.

    Kind regards
    Manish

  • How to get the name of the server instance

    Hi all!!

    First of all, sorry if this is not the place to leave this question, but I didn't know where to post.

    I have a weblogic 9.2 MP3 installed in a x 64 Redhat Linux. It is clustered in 2 cases.
    An application is deployed in both cases, each request between two instances of balancing.

    Of course, a request is responsed by only one instance, and I would like to know how to get the name of the instance that processes a request of some.

    I read that I can send using recorded weblogic mbeans in this way:
    InitialContext ctx = new InitialContext();
    MBeanServer mbean = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");
    Then
    ObjectName rs = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
    Set beans = mbean.queryNames(rs, null);
    And finally I iterate over the beans, but I'm not able to retrieve the name of the instance. I suppose that the object name is not appropriate.

    However, I am able to get the name of the server and the two names of instances per a JMX connection to service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.domainruntime, but this isn't what I want because I need to know what is the instance that is a certain demand.

    Anyone know how I can do?

    Thank you very much and sorry for the English xD

    Published by: mamntc02 on 01/05/2010 05:10

    That should do it...

    private String getServerName() throws Exception {}
    try {}
    Context ctx = new world;
    MBeanServer mbeanServer = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");

    String runtimeServiceName = "com.bea:Name = RuntimeService, Type = weblogic.management.mbeanservers.runtime.RuntimeServiceMBean;

    Create ObjectName for the runtime
    RuntimeService ObjectName = new ObjectName (runtimeServiceName);

    Get the object for the ObjectName ServerRuntimeMBean name
    ObjectName serverRuntime = mbeanServer.getAttribute (runtimeService, "ServerRuntime") (ObjectName);

    Get the name of the server
    String serverName = (String) mbeanServer.getAttribute (serverRuntime, "Name");
    If (serverName == null) return "";
    otherwise return serverName;
    }
    catch (Exception e) {}
    throw e;
    }
    }

  • How to get the name constraintlist and column in a table?

    Hello


    can someone please tell me how to get the type of constraint, and it is imposed on the names of columns in a table.




    Thank you
    Nico

    Hello

    Use the two tables:

    select * from all_constraints
    
    select * from ALL_CONS_COLUMNS
    

    Sorry SY, you were faster than me...

    Published by: user11268895 on August 19, 2010 13:27

  • How to get the name of the table/type using the value()?

    CREATE or REPLACE TYPE person_ty
    as an object
    (
    'id' VARCHAR2 (4).
    fname VARCHAR2 (15).
    lname VARCHAR2 (15)
    ) NOT FINAL;
    /
    CREATE or REPLACE TYPE student_ty
    Under the person_ty();
    /
    create the table person_ty all_users;
    /
    CREATE TABLE student OF student_ty;
    /
    INSERT INTO student
    VALUES (1002, 'Joshua', 'David');
    /
    VIEW to CREATE or REPLACE person_ty Person_v
    WITH OBJECT OID ('id')
    AS SELECT * from all_users;
    /
    VIEW to CREATE or REPLACE student_ty UNDER Person_v Student_v
    AS
    SELECT *.
    OF the student;
    /
    SELECT VALUE (p) person_v p;
    /
    OUTPUT
    TESTDB2. STUDENT_TY(1002,Joshua,David)

    How to get 'student_ty' instead of the' TESTDB2. STUDENT_TY(1002,Joshua,David) ".
    I would like to know belongs it to which table the particular line. Yes... It's the idea of value(). but I need only the name of the table or the type name. How can I do?

    If you want to select type name, right? Then use:

    select anydata.GetTypeName(anydata.convertobject(VALUE(p))) typename FROM person_v p
    /
    
    TYPENAME
    -----------------
    SYS.STUDENT_TY
    
    SQL> 
    

    SY.

  • How to get the name of the albums

    How can I get the name of albums and the is photo exist in each albums...

    Yes, and you can copy it to your device by using the Momentics IDE (view information, target file system browser) and then open it in a tool of SQLite. There is a table called 'albums' which contains the tracks from the album.

    A word of warning if you go to this approach. We reserve the right to change the database schema. This isn't a public API, it's a work-around that may or may not be suitable for your application.

    Porting a library may be the best choice for you.

  • How to get the name of the client computer and the name of the customer osuser

    Hello everyone,
    the trigger below works fine. But I want to get the name of the client computer and the name of osuser customer in the output of the same trigger shown below, how do I do this in the same trigger? any help is highly appreciated.
    Thank you and best regards.

    triggering factor:
    ------------
    CREATE TABLE logonaudit
    (
    user_id VARCHAR2 (30),
    sess_id NUMBER (10),
    LOGON_TIME DATE,
    host VARCHAR2 (20));

    Table created.

    CREATE OR REPLACE
    Logon_audit RELAXATION
    AFTER LOGON
    WE DATABASE
    DECLARE
    V_program varchar2 (120);
    BEGIN
    SELECT UPPER (program)
    IN v_program
    SESSION $ v
    WHERE audsid = sys_context ('USERENV', 'SESSIONID');
    If (upper (v_program) as 'TOAD %' or upper (v_program) like '% SQLPLUS %')
    then
    INSERT
    IN logonaudit
    VALUES)
    user,
    sys_context ('userenv', 'sessionid'),
    SYSDATE,
    sys_context ('userenv', 'host')
    );
    end if;
    END;

    the output showing sessionid, date, db user name, as a local server machine name.but I want osuser of customer names and the name of the client computer as you know connection of clients to the database of their machines.how can I achieve? any help much appreciated.

    Published by: 938946 on December 25, 2012 12:15 AM

    According to AskTom - do not use audsid, dangerous - can be 'zero '.

  • How to get the name of the current PDF file?

    Hello world

    I know this is maybe a question has been asked millions of times, but I couldn't find a straight answer.

    I am using a workflow that comes with a Content Manager Solution is not Adobe this WF will generate a file very long (about 30 characters) name that will be used as the number of unique processes.

    To go to the step next in the workflow that I have to update the table in the database and registration update will use the process number.  What I did is that I added a field in hidden text in the form, which should have the number of processes on the initialize function.

    Now my question is how to get the file name of the opened PDF file?

    I'm sure that there is a function in JS, but I couldn't find the way to do it.

    Thanks in advance guys for help.

    Mazen

    Acrobat can create LiveCycle Design possible forms, but each uses a different and different languages or syntax approach.

    There are a number of ways to get the file name and path, urt getFileName.

  • ODI how to get column names between quotes?

    Uses following KM structure to generate a script for the flow table:
    create table < %=odiRef.getTable ("L", "INT_NAME", "W") % >
    (
    < % = odiRef.getColList ("", "\t [column] [DEST_WRI_DT] NULL","\n\tclick", "", "") % >
    < % if (odiRef.getPop("HAS_JRN").equals("1")) {% >}
    IND_UPDATE char (1)
    < %} % >
    )
    < % = odiRef.getUserExit ("FLOW_TABLE_OPTIONS") % >

    How can I get the names of column between quotation marks? "I tried------" and Chr (34) and "" "", but without success.
    I need a column name 'COMMENTARY' and table with such a name without quotes column could not be created in Oracle.

    Thanks in advance!

    "Please use \u0022, instead of \."
    as in

  • How to get the name of a class private data controls?

    How can I get the names of the controls within a class private data?

    I use the framework of the actor and try to create a tha method will be executed when run the actor. This method should an o list all names of control inside the data class to find the initial value within a configuration file (config.ini file), the key to the configuration file will be the name of the control.

    Thank you.

    You already do the substitution method just because you write for the bundle by name.  And then how are you going to respond to all types of data might be the key.  You do more difficult things that it takes to really very few benefits.

  • How to get the name of the control rappelling, fucntion

    in my sampleGUI.h it has this value

    PANEL_LOGO 60

    ...

    I have a callback as function below:

    sample CVICALLBACK int (int Panel, int controlID, int event, void * callbackData, int evenData1, int Data2 event);

    The controlID value is 60

    In this callback function, how to get back the name of constant PANEL_LOGO?

    Thank you

    Thank you, Luis

Maybe you are looking for