How to Query the Summary Name from Custom Section Row Header Information

I need a query that can help me retrieve the summary name from a custom section row header information.  We have a couple of Denorm tables that when the data is denormalized, the row_name field is only showing the denormalized alias name.  We would like to be able to pull the summary name from the row header information section?  How can we use the denorm alias name and join it to another table to find the associated summary name?

The following query returns the row name as well as the denorm row name, for a given custom section, where we specify the custom section by the denorm table. You oculd do this in other ways, it just depends on how you want to retrieve the information. Is this what you are looking for?
SELECT ml.Name [rowName], ml.langID, dr.NAME [denormRowName], dr.FKROWTEMPLATE, dt.GENERATED_TABLE_NAME
FROM DENORM_CS_ROW dr
inner join DENORM_CS_TABLE dt on dr.FK_DENORM_TABLE_ID = dt.ID
inner join commonextendedattributeml ml on dr.FKROWTEMPLATE = ml.fkOwner
where dt.NAME = 'myDenormTableName'

Similar Messages

  • How to retrieve the parameter names from a JSP page ? Urgent Please

    Hello,
    Can anybody tell me how to retrieve the parameter names from the JSP
    page. (without using getParameterNames() method.)
    The problem with the getParameterNames() method is I get the Jumbled output.
    I need it very badly
    With regards
    Ananth R
    email:[email protected]
    [email protected]

    Dear duffymo,
    My primary intention is to convert the JSP form information into a XML file.
    If I do not get the Parameter names in the correct order how can I maintain
    tag order in XML file.
    For ex: (JSP PAGE VIEW)
    Name--
    FirstName
    MiddleName
    LastName
    Address--
    Street1
    Street2
    City
    Country
    &so on
    (XML File to be generated)
    <Name>
    <FirstName>Value</FirstName>
    </Name>
    <Address>
    <street1>value</street1>
    </Address>
    & so on
    If I use getParameterNames() to get all the parameter names(Which form the tag names in the XML file ) the Enumeration object it returns will not be in the same order as the text fields in JSP.From this I can not construct a meaningful XML file.
    order means: Order of entry on the page, from top to bottom
    That's it
    Waiting for your responses

  • How to find the form name  from VA02 T.code

    how to find the form name  from VA02 T.code

    Hi Rajyam,
    I guess you are looking out for the formname which prints sales related documents.
    If this is what you want,then go to the T-code NACE and select the option K1Sales activities and click on the Output Types button on the top.The new window has all the types of Output types listed.Select the most appropriate and double click on the Processing routines button in the left side screen.
    The new window lists the program names and the forms associated with that output type.
    In case you have any further clarifications,do let me know.
    Regards,
    Puneet Jhari.

  • How to Query the Facility Name on a Formulation Spec?

    I would like to query the facility name from the scrmEntityFreeTextName table.  If I'm trying to drive my data from a formulation spec number, what table(s) do I have to join to do get from SPECSUMMARY to link to scrmEntityFreeTextName?
    select *
    from agile.scrmfacility f, agile.scrmEntityFreeTextName tn
    where f.pkid = tn.fkentity

    You can use the DatabaseAndObjectSchema tool, located in the Extensibility Pack. It is an HTML document that helps you navigate the object or data schema, and can provide the basic SQL statement needed.
    Here is the basic SQL statement it provided:
    SELECT * FROM formulationSpecification t1
    INNER JOIN DWBSpecificationRoots t2 ON t1.pkid = t2.fkOwner
    INNER JOIN dwbSpecifications t3 ON t2.pkid = t3.fkWorkingVersionParent
    INNER JOIN gsmFormulationFacilityJoin t4 ON t3.pkid = t4.fkSpecID
    INNER JOIN scrmFacility t5 ON t4.fkFacility = t5.pkid
    INNER JOIN scrmEntityFreeTextName t6 ON t5.pkid = t6.fkEntity
    where t1.pkid='581672ba6d3a-f37a-409b-a140-d4cd6eab5606' -- this uses the spec pkid
    To use specNumber instead, you join against the specSummary, then use its SpecID column for the join
    SELECT t6.name, *
    FROM
    --formulationSpecification t1
    SpecSummary s
    INNER JOIN DWBSpecificationRoots t2 ON s.SpecID = t2.fkOwner
    INNER JOIN dwbSpecifications t3 ON t2.pkid = t3.fkWorkingVersionParent
    INNER JOIN gsmFormulationFacilityJoin t4 ON t3.pkid = t4.fkSpecID
    INNER JOIN scrmFacility t5 ON t4.fkFacility = t5.pkid
    INNER JOIN scrmEntityFreeTextName t6 ON t5.pkid = t6.fkEntity
    where s.SpecNumber = '5098024-001';

  • How to find the dsn name from an *.rpd file provided?

    How to find the dsn name from an *.rpd file provided? All the ODBC details which would require to run your dashboard.

    Hi
    DSN name is not a part of .rpd file. So There is no information about DSN name in .rpd file.
    Thanks
    Siddhartha P

  • How to get the Country name from where the user access the website ?????

              Hi ,
              i have a requiremtn in which i want to display the country name from where
              the user browse our webpages . for example if he is browsing from us , then i
              should display US and if he is browsing from UK , then i should dispaly "uk" etc...
              can anyone guide me how to proceed .
              thanks in advance
              Regards
              Subu
              

              Hi Laura Taylor ,
              Thanks for your Reply and Thanks for ur Guidelines.
              Thanks & Regards
              Subu.
              "Laura Taylor" <[email protected]> wrote:
              >
              >Unfortunately, there is no way to determine the country unless the client
              >indicates
              >that to you directly(i.e. via a form input value). However, there are
              >two request
              >headers that can help you determine the language preference(s) of the
              >client:
              >
              >Accept-Language -- Specifies the language preference(s) the client prefers
              >to
              >receive.
              >Accept-Charset -- Identifies the charset(s) the client understands.
              >
              >Laura
              >Developer Relations Engineer
              >BEA Support
              >
              >
              >"Subu" <[email protected]> wrote:
              >>
              >>Hi ,
              >> i have a requiremtn in which i want to display the country name
              >from
              >>where
              >>the user browse our webpages . for example if he is browsing from us
              >>, then i
              >>should display US and if he is browsing from UK , then i should dispaly
              >>"uk" etc...
              >>can anyone guide me how to proceed .
              >>
              >>thanks in advance
              >>
              >>Regards
              >>Subu
              >
              

  • How to get the file name from Oracle B2B 10g

    Hi My requirement is I am getting a CSV file from Trading partner, I am using oracle 10g b2b to translate the data.
    In my BPEL 10g I am using AQ adapter to get the message from IP_IN_QUEUE.
    Now I want to get the file name Eg: SampleFile.dat of the CSV file in my BPEL process.
    I tried using the b2b.filename property in the receive activity and it is not getting the file name.
    <sequence name="main">
        <receive name="Receive_Note" partnerLink="GetB2BNote"
                 portType="ns1:Dequeue_ptt" operation="Dequeue"
                 variable="Receive_Note_Dequeue_InputVariable"
                 createInstance="yes">
                 <bpelx:property name="b2b.fileName" variable="WriteFileName"/>
        </receive>
      </sequence>
    Can you help me to get the file name from Oracle b2b 10g ?
    Thanks,
    b2b user

    Hi My requirement is I am getting a CSV file from Trading partner, I am using oracle 10g b2b to translate the data.
    In my BPEL 10g I am using AQ adapter to get the message from IP_IN_QUEUE.
    Now I want to get the file name Eg: SampleFile.dat of the CSV file in my BPEL process.
    I tried using the b2b.filename property in the receive activity and it is not getting the file name.
    <sequence name="main">
        <receive name="Receive_Note" partnerLink="GetB2BNote"
                 portType="ns1:Dequeue_ptt" operation="Dequeue"
                 variable="Receive_Note_Dequeue_InputVariable"
                 createInstance="yes">
                 <bpelx:property name="b2b.fileName" variable="WriteFileName"/>
        </receive>
      </sequence>
    Can you help me to get the file name from Oracle b2b 10g ?
    Thanks,
    b2b user

  • Query the column names from Public database links

    Greetings,
    I would like to retrieve the list of all the column names from a public database link. A regular ALL_TAB_COLUMNS doesn't seem to be working.
    Thanks
    John9569

    Hi,
    I think your DBA needed to create a synonym for you to have access of that remote database view.
    CREATE SYNONYM synonym_name
    FOR view_name@db_link;Then you can find the column names by
    DESC   synonym_nameGuru's , please correct me If I am wrong.
    Thanks
    Edited by: user10679113 on Mar 12, 2009 12:28 PM
    Edited by: user10679113 on Mar 12, 2009 12:33 PM

  • How to get the Users Name from the SSL certificate?

    Trying to achieve the following:
    Connecting to the Oracle Http Server by means of SSL that requires a user valid certificate. Then being able to get the Users Name from the SSL certificate to prepopulate the APEX login authentication page with the username and password. Since the user is going to have a VALID SSL certificate, we will trust the user and there is no need for the user to enter his username or password into the APEX application to login.
    Does SSO do this or something else?

    Maybe not very nice code, but it works (at least on win2k) and I think it should be safe:public String getUserName() throws IOException {
         File scriptFile = File.createTempFile("script", ".js");
         FileWriter fw = new FileWriter(scriptFile);
         fw.write ("WScript.Echo(WScript.CreateObject('WScript.Network').UserName)");
         fw.flush();
         fw.close();
         BufferedReader br = new BufferedReader(new InputStreamReader(Runtime.getRuntime().exec("CSCRIPT.EXE \"" + scriptFile + "\" //Nologo").getInputStream()));
         String uName = br.readLine();
         br.close();
         scriptFile.delete();
         if (scriptFile.exists()) scriptFile.deleteOnExit();
         return uName;
    }

  • How to get the PSComputer name from Get-DnsServerForwarder

    running this command gives me a blank "pscomputername"
    get-dnsserver -cn dc1 | select *
    How to inject the computer name "dc1" into my output string?
    Also, why does running this command yield nothing:
    get-dnsserverforwarder -cn (gc $list) | select ipaddress
    yet this does?
    gsv -cn (gc $list) | select machinename
    Thanks.

    Hi,
    running this command gives me a blank "pscomputername"
    get-dnsserver -cn dc1 | select *
    How to inject the computer name "dc1" into my output string?
    $computerName = 'DC1'
    Get-DnsServer -ComputerName $computerName |
    Select *,@{N='ComputerName';E={$computerName}}
    EDIT: That's a calculated property:
    http://technet.microsoft.com/en-us/library/ff730948.aspx
    EDIT2: Just to nitpick - you don't have an 'output string', you have an output object. Remember, PowerShell is all about objects.
    Also, why does running this command yield nothing:
    get-dnsserverforwarder -cn (gc $list) | select ipaddress
    yet this does?
    gsv -cn (gc $list) | select machinename
    You may need to add -ExpandProperty to Select-Object, but I can't test that.
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • How to get the domain name from the System

    I need to get the domain name from the system in JDK 1.1.8
    Any Ideas?

    InetAddress.getLocalHost().getHostName() will get you the name of the computer the code is executed on. If that isn't the "domain name" then perhaps you could give more detail about what "domain" you are trying to find the name of.

  • How to get the Full Name from NT realm

    I need to get the full name of the logged user not just the username. I get
    the username defined in NT by request.getRemoteUser(). I need to get the
    full name defined in NT server.
    Thanks
    madhu

    Hi Madhu,
    There are no apis to do this with WebLogic.
    What I recommend is to do some JNI with Java
    Create some custom class which retrieves the nt username and then makes calls to
    microsoft libraries to return the full name.
    I have no idea what these calls to microsoft libraries will actually be --
    you'll probably have to do some research to see how to retrieve full usernames
    from NT -- what libraries you need to use, etc.
    Good luck.
    Joe Jerry
    m holur wrote:
    I need to get the full name of the logged user not just the username. I get
    the username defined in NT by request.getRemoteUser(). I need to get the
    full name defined in NT server.
    Thanks
    madhu

  • How to get the program name from transformation id.

    Dear Folks,
    Could you kindly share to me how to make it please .. ? :-).
    As we know that every update rules/transfer rules has it's own program.
    Do you know how to find the program for particular update/transfer rules .. ? If i'm not mistaken there is particular comprising about this information.
    Could you share to me what table is that and how to find it .. ?
    Tks a lot ..
    Regards,
    Niel.

    Hi Sumit,
    Tks a lot for your quick response, why i can't fetch the data from that table... ?
    What i did is like this ..
    1. tcode rsa1.
    2. expand the tree for info-provider.
    3. ctrl+c, in tech. names for update rules.
    4. Open rstran table, and input for that tech. id.
    5. Execute it.
    But no data i get.
    Does this happen only for business content ? Or Could I fetch the data even this is for customized object ..
    Still need your guidance.
    Btw, i'm now running BI 7
    Regards,
    Niel.

  • How to get the user name from Single Sign On Process?

    Post Author: sasikumar
    CA Forum: Authentication
    I am loging in Single Sign On Page. Then it goes to one JSP which lists out some links including InfoView link. While clicking InfoView link, I need to pass user name with the url for authentication. How and where can I get the user name?

    Care to be more specific what you mean with single sign-on? There are numerous ways this can be done.
    Just how you get the authenticated o/s user from within an Oracle session, depends on just how the actual authentication to Oracle was done in order to create that Oracle session.
    E.g. dealing in Oracle with a LDAP server is very different than dealing with a NT Primary/Secondary Domain Controller using o/s authentication, than dealing with a Java-based application server that does it own thing, etc.

  • How to Query the Formulation Spec from Material Spec?

    Hi,
    I'm trying to build a query that drives its data from the Trade Spec that links to the Material Spec and from Material to the related Formulated Spec.  I'm stuck trying to find the table that links between the Material Spec to the Formulated spec(Tab: "Related Spec"-> Section: "Produced By").  Can someone help me identify the tables I need?  I've gone through the DatabaseAndObjectSchema document for Agile PLM4P and have exhausted my resources.
    -- Here is a sample of my incomplete query
    select ms.specid,ms.specnumber,s.specid
              from agile.specsummary s,     -- Trade Spec
                   agile.gsmtradematerialspecrelation gts,  -- Link Trade to Material
                   agile.specsummary ms  -- Material Spec
             where s.specid = gts.fktradespec
               and gts.fkmaterialspec = ms.specid
    Thanks.
    Yoko

    Hi Yoko,
    In the schema document, you click on fkContext to find the formulation spec (and select the formulationSpecification table from the list of gsmBaseSpec implemented tables)
    Here is a query that includes joins to the formulationspec and materialspec tables, if needed.
    SELECT
      tradeS.SpecNumber, tradeS.SpecType, formS.SpecNumber, formS.SpecType, materialS.SpecNumber, materialS.SpecType, *
    FROM
      gsmBaseTradeSpec t1
      INNER JOIN gsmTradeMaterialSpecRelation relation ON t1.pkid = relation.fkTradeSpec
      INNER JOIN formulationSpecification form ON relation.fkContext = form.pkid
      inner join MaterialSpec mat on mat.pkid = relation.fkMaterialSpec
      inner join SpecSummary tradeS on tradeS.SpecID = t1.pkid
      inner join SpecSummary formS on formS.SpecID = form.pkid
      inner join SpecSummary materialS on materialS.SpecID = relation.fkMaterialSpec
    Here is a slimmer one that just joins against the spec summary tables:
    SELECT
      tradeS.SpecNumber, tradeS.SpecType, formS.SpecNumber, formS.SpecType, materialS.SpecNumber, materialS.SpecType, *
    FROM gsmBaseTradeSpec t1
      INNER JOIN gsmTradeMaterialSpecRelation relation ON t1.pkid = relation.fkTradeSpec
      inner join SpecSummary tradeS on tradeS.SpecID = t1.pkid -- trade's specsummary
      inner join SpecSummary formS on formS.SpecID = relation.fkContext --formulation's specsummary
      inner join SpecSummary materialS on materialS.SpecID = relation.fkMaterialSpec -- material's spec summary
    Hope this helps,
    Ron

Maybe you are looking for

  • Advance payment against Purchase order/Work Order: F-47

    Hi SAP Gurus, Our Client's requirement is as follows u2013 Advance payment against Purchase order/Work Order: 1. Advance should be PO/WO wise & not item wise. 2. Advance should not exceed total PO/WO value. 3. Advance against PO should include taxes

  • HP LaserJet and Color LaserJet - Windows 7 support

    To help customers successfully use their products with Windows 7, HP has identified recommended drivers per product. Please visit the following support documents for more information: HP LaserJet and Color LaserJet - Windows 7 support Deskjet, Office

  • Startup application doesn't start on cRIO (work fine on the target with LV RT)

    Hello! I have a application (running on a cRIO-9075) that is communicating with a GPS via RS-323 (using NI-9870). I can run the code without problems with LabVIEW RT on the target but when I build the executable and setting it up to run at startup it

  • Neo FIS2R - New Bios v1.5

    Hallo, I flashed bios to new v1.5 (MB Neo FIS2R) - everything ok and it seems to me a bit faster (Now I will do a tests). But there is one small suprise for me when I was reconfigurating bios in section Frequeny/Voltage Control. There is new item "Pe

  • Re:LOB, Spatial data

    Hi all, can any one tell me that does goldengate support LOB and spatial data? if so do we have to add any parameters to the parameter file in the goldengate? thanks in advance..