How to retrieve the names of setting Oracle EBS

Hello

Is there a way to retrieve names of given competitor program settings?

I know that there are tables I get to give me the application short name / long name, program short/long name, etc, but I have not found such a thing for the program settings.

Thank you.

ASCI says:
No I mean the names of the parameters in a given program, like 'Language', 'Description', 'Type', etc. The names that are displayed to users so that they really know what to put in the fields.

It's in the applications. FND_DESCR_FLEX_COL_USAGE_VL - HTTP://ETRM.ORACLE.COM/PLS/ET1211D9/ETRM_PNAV.SHOW_OBJECT?C_NAME=FND_DESCR_FLEX_COL_USAGE_VL&C_OWNER=APPS&C_TYPE=VIEW

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • How to retrieve the name of the partition of a deployment process

    Hello

    In a 11g BPEL process I need the partition name (for example - default etc.) in which the process has been deployed. As we buld available function to retrieve the instance id (ora:getCompositeInstanceId ()), we have no function to retrieve the name of the partition?

    Hello

    Try this to affect the business.

          
            
            
          
    

    Kind regards
    Neeraj Sehgal

  • How to retrieve the name of a string

    I have the SQL query that returns the name of a person and I need to extract the last part of all the hyphenated names or the last with a space in them

    In cases where the person has a family name, everything is OK

    As Smith. This OK. . I'm looking for just of Smith

    The problem I have is when I cut some family names such as Scott-Thomas

    In this case, I want to extract the last name from family or Thomas.

    Or if I have a surname like Rodham Clinton.
    In this case I want to extract only the last name Clinton.

    How can I do this?

    Creative use of the ListLast() function.  Something like:

    Note that the optional 2nd parameter, which is a default delimiter, a space and a hyphen between the quotation marks.  This will cause ListLast() break a string that contains a space or a dash into several parts and return only the last part.

    -Carl V.

  • How to retrieve the names of vSwitch

    Hello list,

    I have a query regarding the recovery of all the names of vSwitch just after the creation of a new vSwitch using perl sdk. Here is the code snippet I've tried.

    My $host_view = Vim::find_entity_view (view_type = > 'HostSystem');

    My $netSys = Vim::get_view (mo_ref = > $host_view->-> networkSystem configManager);

    EVAL {$netSys-> AddVirtualSwitch ('vswitchName' = > 'vSwitch10') ;};}

    if ($@) ;

    If ($@)

    My $vswitches = $netSys - > networkInfo-> vswitch;

    foreach my {$vswitch (@$vswitches)}

    printing $vswitch-> name;

    }

    Note that on the system, there is a default created vSwitch vSwitch0. In addition to this, I create a vSwitch called 'vSwitch10' using the code above. Just after the creation of the vSwitch, I'm reading the names of the vSwitches available in this system. But I see that only vSwitch0 is recovered...

    If I question the vSwitches since a different perl script names, vSwitch0 and vSwitch10 are retrieved.

    I'm missing something in the passage above the code. This means the VMware::VIRuntime libs; AppUtil::HostUtil; must be reloaded after creating a vswitch?

    Thank you

    Ghislain

    You will need refresh networkSystem display to see the changes.

    You can use update_view_data() on netSys, or get the view again once.

    $netSys->update_view_data();
    

    It should work

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • How to retrieve the name of a table?

    I can cite a table so that it includes an index like this value:

    This ["myArray" + i] = new Array();

    But how I can extract the index value when the tables have a name property?

    No, it looks pretty clear. I just didn't read.

    You can assign a name to your berries property or really just the index property because that's all you want:

  • How to retrieve the name of the data store

    I need to install omsa for esxi 5 I execute the command esxcli.exe - server x.x.x.x software vib install d 'path to the file on the data store. I downloaded the zip file in the store of data and now need to install it. How do I know what the path, so I can finish my order vcli?

    thnx gym, my bad.

  • How to find the name of the Oracle database server?

    People,

    Hello. I installed Oracle Database 11 g 2 OS Oracle Linux 5. The installed directory is/home/user/OracleDB_Home and/home/user/OracleDB_Base.

    Host name is "mylinux". Name of the database instance is PT853.

    I use "mylinux" as the name of the database server, it does not work. I use another way to do as below:

    Export ORACLE_HOME = / home/user/OracleDB_Home

    Can I use "mylinux ORACLE_HOME" as the name of the database server, it does not work either.


    My question is:

    How to find the name of the database server Oracle with Oracle Linux 5 OS?


    Thank you.

    You must learn the basic of database Oracle.

    Please don't regard it not same as SQL server in terms of configuration.

    You never specify the database server name in Oracle.

    You specify the host name in only two places, 1) Tnsnames.ora/JDBC/ODBC (or any client you want to connect) and listener.ora) 2.

    There was nothing called specify the name of the Oracle database from an oracle database server.

    Concerning

    Anurag.

  • How to retrieve the values of character without using single quotes

    Hi all

    How to retrieve the values of character without the use of single quotes. Its Possible in Oracle SQL

    Please answer me...

    For example

    Is actual query-> Select * from employees where name like in("SCOTT", "JAMES", "ALBERT",...);

    I want to--> Select * from employees where name like(SCOTT, JAMES, ALBERT...); -without the use of single quotes.

    Why I need this application, I need to retrieve the records more than 200 employees in a select statement by using name in where clause.

    shagarmahabubjan wrote:

    Hi all

    How to retrieve the values of character without the use of single quotes. Its Possible in Oracle SQL

    Please answer me...

    For example

    Actual query is---> Select * from employees where name like in("SCOTT", "JAMES", "ALBERT",...);

    I want to---> Select * from employees where name like(SCOTT, JAMES, ALBERT...); -without the use of single quotes.

    Why I need this application, I need to retrieve the records more than 200 employees in a select statement by using name in where clause.

    In short... you can't.  The channels are channels, and SQL and PL languages dictate that the string literals are provided within single quotes.

    I don't see how trying to retrieve more than 200 records of employees in the select statement means that you must get rid of the quotes.

    Be clear in what you ask: Re: 2. How can I ask a question on the forums?

    and take note of the FAQ link davidp provided the solution "variable IN the list.

  • 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 retrieve forgotten names of users and passwords for windows mail?

    How to retrieve forgotten names of users and passwords for windows mail?

    How to retrieve forgotten names of users and passwords for windows mail?

    Contact your ISP, Internet service provider or your mail server.
    They have all the information to your email account.

  • How to remove the menu by default oracle froms 6i

    How to remove the default window menu Oracle forms 6i.

    Amatu Allah Neveen Ebrahim wrote:

    As Salamu Asalam we Rahmatu Allah we Barakatu,.

    How are Hamid, you?

    The OP wondered about: form Menu of the window no.

    Best Regatds,

    Amatu Allah.

    Walikum As Salam O Rahmatillahi we Barakatu, sister Amatu Allah.

    Alhumdolilah. How about you?

    Average don't want to see window menu name?

    Oh, so that's that.

    1. quastion in THE HOW TO REMOVE MENU 'WINDOW' of ORACLE FORMS

    Hamid

  • Retrieve the names of files for Linux?

    Hello
    I installed ODI 11 g on windows. and load the multiple file. as you can see that this procedure (script) is used to get the name of the files. using technology "Operating System"
    cmd /c dir D:\test\*.*/b /a:-d > D:\\Filesname.txt. It works well on windows. Now, I want to load these files names that are on the Linux server.
    How will be the script for this
    as my files directory name is Test > > > > that contains files
    Filename.txt > > retrieves the names of the files in the test directory.
    In Linux.

    Thank you

    Concerning

    create a script file using above command and run the script file in odi.

    /Home/user_name/ScriptFile.sh

    It will work.

  • How to find the name of RDF file

    In our user environment final creating sales and registration. Order once saved will be printed directly from the toolbar selection-"print icon".

    How to identify the name of the report - the system is printing to change the same.

    Very R12.0.6

    Thank you

    Hello
    Once the request is submitted, go to view--> queries--> find.

    Compare with your report has already been submitted with the present report here.

    Copy the name of the report and the system administrator--> simultaneous--> program--> set.
    From here you can find the short name which is nothing other than the name of RDF.

    HTH
    -Arif.

  • Area hideShowHeader: how to get the name of region on Hide/Show Event

    Hello

    I would like to retrieve the name of the region (hideShowHeader) when I click on the hide/show icon. I know how to catch the event but some OAWebBeanConstants I always check null... any idea?

    Thank you very much, Pier Paolo.

    Hello

    Try to print below in LIC...

    System.out.println ("name of the event:" + pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM));
    System.out.println ("the Source of the event:" + pageContext.getParameter (OAWebBeanConstants.SOURCE_PARAM));
    System.out.println ("value:" + pageContext.getParameter (OAWebBeanConstants.VALUE_PARAM));

    Thank you
    Mukesh Uchaniya

  • How to change the name of the Siebel server

    How to change the name of the Siebel server?
    Hi, I want to know how to change the name of the siebel server. In my setup, the siebel server have the same name as the physical server and I need change the name a virtual name.
    Thank you!
    Greetings!

    It is not possible to rename a siebel server, you must use the Setup Wizard to remove the current siebel server and re-create it with the new name required. Check the Doc ID 1106863.1 on support.oracle.com.

    Thank you

    Wilson

Maybe you are looking for

  • Where can I find the product key on a pre-installed version of Windows 8?

    I recently bought a n580 Lenova Ideapad with Windows 8 is installed. I was thinking about adding features; However, this requires the product key and I have been unable to locate him. I checked in the control panel under systems, but couldn't find th

  • 15 - ac122tu: PCI of Data Acquisition and the controller driver of laptop HP 15-ac122TU signal processing

    Hi team, I just install windows 7 edition integral and peripheral Bluetooth windows 8.1 is not be detectable, when I search for problem that I came across this PCI data acquisition and Signal Processing controller driver is missing and a unknown devi

  • All lost AGAIN

    For the second time in a month, in the middle of a call, my i-phone 5 suddenly made a total reset, and I seem to have lost all my contacts and history of whatsapp and photos NEW! It's so annoying and I want to cry really. The last time, I remember th

  • Open Source components for 8 7840 place?

    When Dell will display the components open source for the update of the latest OS (5.0.2) for the 8 7840 venue? The update of the OS was available in early may, and now it has been almost two months without posting the kernel source and developer too

  • Guten Tag,

    nach dem Update auf Lightroom 6.5 (before 6.4) sind in den Metadaten keine information über das verwendete Objektiv included.  ICH eine Nikon D 610 really.Bitte um Antwort. Vielen Dank.Herzliche GrüßeFranz Wiebr