How can I pass parameters of token

Hi all

I wrote this code for the side tab bar

OAStaticStyledTextBean = bulletTextOne
CreateWebBean (OAStaticStyledTextBean) (pageContext, STATIC_STYLED_TEXT_BEAN, null, "textOne");
bulletTextOne.setText (pageContext, yahooText);
bulletTextOne.setCSSClass ("OraLinkText");
bulletTextOne.setDestination (yahooUrl);
bulletList.addIndexedChild (bulletTextOne);
String x="OA.jsp?page=/crm/oracle/apps/xxcrm/crmmgmt/quotationmgmt/webui/xxcrmquotationsearchPG; »

OAStaticStyledTextBean = bulletTextOne
CreateWebBean (OAStaticStyledTextBean) (pageContext, STATIC_STYLED_TEXT_BEAN, null, "textOne");
bulletTextOne.setText (pageContext, yahooText);
bulletTextOne.setCSSClass ("OraLinkText");
bulletTextOne.setDestination (yahooUrl);
bulletTextOne.setDestination (x);
bulletList.addIndexedChild (bulletTextOne);

Here I am navigate from one page to another page when I click on the link

How can she then I pass parameter token at this link

form ${oa.xxcrmCostsheetVO1.OpcsOpportunityid}

Concerning
Anthony

Hello

You can enter the Atrribute seen in processrequest like that.
Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
OAViewObject vo = (OAViewObject) am.findViewObject ("ProjectVO1");
Line OARow = (OARow) vo.first ();
The ID of the string = (String) row.getAttribute("ViewAttribute").toString ();

then pass this id as the destination url as said above

Thank you
Gerard

Tags: Oracle Applications

Similar Questions

  • in vista how can I pass notpad text to a mail recipient?

    I have vista how can I pass on notpad text to a mail recipient? I havn't got 'word' installed.

    Thank you.

    You can go to file | Except that in Notepad to save the text.  You can then use Insert | Attachment to attach the text of a message to the folder (or just drag the file recorded by the message above, then drop it) or you can just copy the text (use follow-up of CTRL-A CTRL-c), then in an e-mail message, and then paste it (CTRL-V).

    Steve

  • How can I pass a value to a variable binding in a report query?

    I did a query of report to print a PDF report, with a dinamyc source query that has a connection variable, like this:

    SELECT EMPNO, EMPNAME, EMPDEPT

    FROM EMP

    WHERE EMPNO =: PARAMETER;

    I want to call the report print directly from a page, by using the url print showed by apex:

    f? p = & APP_ID.:0 : & SESSION. : PRINT_REPORT = MYREPORT

    How can I pass the value of the variable binding: PARAMETER using this URL?

    I don't think you can use the url parameter passes in a report query.

    the binding variable: PARAMETER must be a page element or an element of the application.

    use the "include session information and application" in the defination of report query to bind the value when the report is run

  • How can I pass on set to the next page with protection of session?

    Hey, guys:

    I have a problem of protection of session problem. In a report page I created a 'map' link column, so I can pass several parameters extracted from this line to the new page where I can see the map. I used javascript popup2 and it worked fine.
    javascript:popUp2('f?p=&APP_ID.:3006:&SESSION.::&DEBUG.::P3006_H_OFFENDER_NAME,P3006_H_OFFENDER_ID,P3006_H_ADDRESS_LATITUDE,P3006_H_ADDRESS_LONGITUDE,P3006_H_PHYSICAL_LATITUDE,P3006_H_PHYSICAL_LONGITUDE,P3006_H_ADDRESS,P3006_H_PHYSICAL_ADDRESS:#Offender Name#,#Offender ID#,#Address Latitude#,#Address Longitude#,#Physical Latitude#,#Physical Longitude#,#Address#,#Physical Address#','650','450');
    However, I am required to set all pages, elements with protection session now. After that, I had problem like:

    Try to save point P3006_H_OFFENDER_NAME in session state when the treatment of show, no internal protection.
    Contact your administrator for the application.

    So I changed it as redirect a page in the application and try to spend less settings and other parameters of query, but I had the similar problem:


    Try to save point P3006_H_OFFENDER_ID in session state when the treatment of show, no internal protection.
    Contact your administrator for the application.


    I notice that most of the solutions would turn the session protection as without restriction for these items, but I'm not allowed to do. Is it possible that I can pass parameters of a line in a report while the session protection is turned on?


    Thank you very much!

    Sam

    Sam,

    The best way I've found is just to create an element hidden with the PREPARE_URL and then refer to this element in your javascript. The following example calls a page in another application, but it should work the call from one page to another in a single application:

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

    EXAMPLE:

    Because we generally use checksums to level session on URLs, the URLS must be prepared with a checksum for the current session.

    Say that we have to deal with page 2. Page 2 has a hidden item (for example, P2_PREPARED_URL_WITH_CKSUM_1) to organize the preparation of the "Source of value or an expression, for example:

    APEX_UTIL. PREPARE_URL('f?p=9002:3:&session.::no::G_CALLING_APP_ID,G_CALLING_APP_NAME,G_CALLING_APP_PAGE_ID:&APP_ID.,&G_APP_NAME.,&APP_PAGE_ID.','SESSION');

    The hidden element is then used within the "URL target" button to open the corresponding page in the other application:

    JavaScript:popUp2('&P2_PREPARED_URL_WITH_CKSUM_1.',1200,1000)

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

    Note in the example above, I've hard-coded the app id 9002. You want to probably use & APP_ID. bind variables syntax.

    See the long thread: https://forums.oracle.com/forums/thread.jspa?messageID=10394152. He points out a way (for now) even to call a page in an application in a different workspace, but this ability that is apparently a bug and should be fixed.

    Christian Neumueller has been a great help.

    Chris

  • How can I pass a string reference in java?

    Hello!

    My question is how to pass a string reference in java.
    I tried to declare my variable, instead of using 'string xxx = 'f';', I used 'string xxx = new String ("f");':

    Public Shared Sub main (String [] args)
    {
    String xxx = new String ("f");
    StatusEnum result2 = getErrorPointStr (xxx);
    }


    public StatusEnum getErrorPointStr (String text)
    {
    StatusEnum testStatus = StatusEnum.PASS;
    StringBuffer buffer = new StringBuffer();
    buffer. Append ("123");
    text = buffer.toString ();
    Return testStatus;
    }

    After the call to getErrorPointStr (String text) function, xxx = 'f'
    If it does not work.

    How can I solve this? It is very important, the function will receive String and nothing else.
    Thank you!

    800512 wrote:
    Therefore, there is no way to do it? I mean, the way, as I've just described:

    To return to StatusEnum and pass by reference String?

    This question has already been answered.

    It is very important for me to know this.

    And already know you, 'cause I told you in the first answer here.

    Perhaps if you explain what you're trying to accomplishand why you think that need pass a reference string - in other words, why you think that a reference string is a solution to your problem - in fact we could be able to move forward with help you to solve this problem.

    And No, despite what you think, your problem isn't that you 'need to pass a string reference. It's your solution to the real problem of attempted (and failed). So let's get down to that, shall we?

  • How can I pass the value of one for two binding settings

    Hi all
    I have a search query

    Select Distinct CONSOLIDATION_SUMMARY_ID, CREATION_DATE CREATED_BY BATCH_ID, PROCESS_FLAG, ERROR_MESSAGE, CUSTOMER_ID, BILLING_FREQUENCY
    CONSOLIDATION_LEVEL, SOLD_TO_ORG_ID, SHIP_TO_ORG_ID, TRANSACTIONAL_CURR_CODE, INVOICE_TO_ORG_ID, PRICE_LIST_ID
    ORIG_SYS_DOCUMENT_REF, INVENTORY_ITEM_ID, ORGANIZATION_ID, ORDERED_ITEM, ORDERED_QUANTITY, UNIT_LIST_PRICE
    UNIT_SEELING_PRICE, ORDER_QUANTITY_UOM, ORDER_NUMBER, ORDER_DATE, INVOICE_NUMBER, INVOICE_DATE
    FEE_CALCULATION_WORKSHEET_PDF, TRADE_DETAILS_PDF, INVOICE_REPORT_PDF, PRICING_ATTRIBUTE_CONTEXT
    PRICING_ATTRIBUTE, PRICING_ATTR_VALUE_FROM
    of xxcurrnx.xxcur_trade_consol_summary XXSTR
    WHERE XXSTR. BATCH_ID = NVL (: 1, XXSTR.) BATCH_ID)
    and XXSTR. CUSTOMER_ID = nvl (: 2, XXSTR.) CUSTOMER_ID)

    But I need to pass only one value to this query: throw the code below

    public void passTocusttrxn (String vcustid)
    {
    System.out.println ("trxn vo customer id:" + vcustid);

    XxcurtradeconsummaryVOImpl vOrdnumb = getXxcurtradeconsummaryVO1 ();
    vOrdnumb.setWhereClauseParam(0,vcustid);
    vOrdnumb.setWhereClauseParam(1,null);
    vOrdnumb.executeQuery ();

    System.out.println ("the query that is run after is:" + vOrdnumb.getQuery ());
    }

    But it throws the exception below.
    java.sql.SQLException: parameter IN or OUT to missing index: 1

    could you please tell me how can I achieve this.

    Thank you

    Hello

    I hope that the problem solved, pls, close it.

    Regads
    Meher Irk

  • How can I pass a string to a mxml?

    I'm trying to pass a string to the mxml file.

    Here is the part of the codes:

    var renderPDFForm:RenderPDFForm = new RenderPDFForm();

    mx.core.Container.addChild.addChild (renderPDFForm);

    The RenderPDFForm is actually a mxml file, I want to do something like when you create the instance, a string can be called.

    Given that we cannot create constructor for mxml file, how can I do?

    Thank you

    I recommend a pair public get/set in the MXML file that you set just after construction.  This is roughly equivalent

  • How can I pass data between DIAdem and LabVIEW?

    Hello community,

    in fact I use a LabVIEW application to control a test system, collect data and store it in a file.

    DIAdem is executed (using ITOCommand) and then create a report (PDF).

    This works already.

    But also, I would like to receive a return value of tiara, a real number, as for example the register R1.

    No idea how can be achieved?

    Thank you!

    Espelkamper

    Declare records, variables in the script of tiara that store the calculated result. Read records in labview

  • How can I send parameters preconfigured VPN client to a remote user

    Dear all,

    I have an ASA 5510 using VPN IP - SEC for remote users. I want to send all settings pre-configured for the VPN client.

    How can I save the configuration file and send to a remote user?

    Concerning

    Configure the vpn profile in your vpn client, and then send them the .pcf file located in the directory Program Files/Cisco Systems VPN/customer/profiles. Then all they have to do is import it into their client.

  • Adobe Acrobat Pro, version 2009 - how can I pass? I can't download it from the page produced more. Is there a way upgrad to renew my license? What would the corresponding real version of Acrobat? This is for Windows7. Thank you, Silvia

    Hello

    I need to install Adobe Acrobat Pro on a new computer laptop. I bought Version 9 in 2009. There is no download option more in my Center of Adobe. How can I do this?

    Thank you, Silvia

    No upgrade discount still applies. now only Acrobat 10 and 11 are eligible. Or consider subscription instead, strongly recommended because it includes future updates.

  • My trial ended for Photoshop Elements and I followed the instructions and purchased the software. Now, I can't use it because it's for Windows and I have a Mac. How can I pass?

    I can't launch the software, I just buy because it's for Windows. How can I make it so it will work on my Mac?

    Info for PC vs Mac: https://forums.adobe.com/thread/1658959?sr=inbox&ru=3738552

  • How can I pass the data to the comment system...

    With comments Win XP and linux with samba installed host I get the folder with the command

    S:
    name of the folder addr\Shred getway

    Win 7 does not work with this command...

    How can I do?

    Thank you very much.

    NET use s:

    = Send 'Assignment' to 911 for only $999999,99! =

  • How can I pass a string to oracle

    Experts,

    can you let me know how can I have paas the string to oracle OBIEE.
    I have create a vision OBIE query with a where clause in this query, I spend

    AND gr.user_nm = VALUEOF (NQ_SESSION. USER)

    for example, in oracle, only it goes like gr.user_nm = userid

    and the query fails because it is not bounded by apostrophe (')

    It must be placed as AND gr.user_nm = 'user name '.

    I tried many ways, but it gives a column not found error...

    Thank you
    BG

    Hey BG,

    I see what you mean.

    I have a TEST table in my database contains a single field, TEXT_FIELD VARCHAR2 (20).

    I put a TEST presentation variable to 7001-2'.

    In the RPD PHYSICAL layer, I create the following view on my table

    SELECT TEXT_FIELD
    OF THE TEST
    WHERE TEXT_FIELD = VALUEOF (NQ_SESSION. TEST)

    When it executes the SQL code, I get the following in physics

    SELECT TEXT_FIELD
    OF THE TEST
    WHERE TEXT_FIELD = 7001-2

    There can be no single quotes. So I put single quotes in the physical layer, and I get the following text:

    SELECT TEXT_FIELD
    OF THE TEST
    WHERE = TEXT_FIELD ' VALUEOF (NQ_SESSION. TEST).

    It is not to evaluate the variable. Oh. I tried a few other variations on the call to session variables (for example the bind syntax: TEST3) but no luck there either.

    It seems that at the physical layer, OBIEE will allow you to order how it should interpret the value.

    However, if I move this condition to the logic layer. And add in a LOGIC where clause, OBIEE then correctly interpret the type of data and encapsulates the unique value with qoutes.

    BG in your BMM layer, are you going to the source of the logic table for GR and put this condition even in there. Then, it should work perfectly.

    Good luck and if you found this post useful, please give points.

    -Joe

  • How can I pass/add these results in the column of the motion of my hand

    Hello Experts

    I'm working on a subquery. My subquery works very well and gives the results I need. But how do I pass/add these results in the column of the motion of my hand "MGRNAME". Here's my query

    Select pc.c_id 'Project ID',
    CN. C_ID 'Customer ID', cn.c_last "Last Name", "First Name", cn.c_first
    PJ.mgr_id 'ID Manager', 'Project', MGRNAME pj.project_name
    project_consultant PC
    Join them consultant cn
    on (pc.c_id = cn.c_id)
    Join the pj project
    on (pc.p_id = pj.p_id)
    where lower (cn.c_last) = "myers.

    and MGRNAME in
    (select concat (substr (c_last, 1, 20),
    substr (c_first, 1, 20))
    as consultant MGRNAME
    where c_id in (102, 103)
    )

    When I run the above query, I got error.

    Many thanks in advance
    SELECT pj.p_id         "Project ID",
           cn.c_id         "Client ID",
           cn.c_last       "Last Name",
           cn.c_first      "First Name",
           pj.mgr_id       "Manager ID",
           pj.project_name "Project",
           SUBSTR (mgr.c_last, 1, 20) || ' ' || SUBSTR (mgr.c_first, 1, 20) AS mgrname
      FROM project_consultant pc,
           consultant cn,
           project pj,
           consultant mgr
     WHERE pc.c_id = cn.c_id
       AND pc.p_id = pj.p_id
       AND pj.mgr_id = mgr.c_id
       AND mgr.c_id IN (102, 103)
       AND LOWER (cn.c_last) = 'myers';
    

    isotope

  • Can I pass parameters to an apex at a second apex application application?

    I have two applications apex in the same workspace. The first application has a link that sends to the first page of the second request. This part works fine. I want to do is to pass two parameters to the second request that it can use. Is it possible and how would approach I did this?

    Apex 3.0

    Thank you
    Terry C

    Just put the target items and values in the URL:

    f?p=OTHERAPP:123:&SESSION.:MYREQUEST:&DEBUG.:123:P123_ITEM1,F200_APP_ITEM:HELLO,WORLD

Maybe you are looking for

  • Messages disappeared?

    I have an iPhone 6 s, iOS 9.3.2. About a half hour ago all of a sudden my phone was strange and apps have swept, etc.. I tried to remove some photos and make the space and then my texts did not send. I restarted the phone, just like I do all the time

  • Apple script texedit

    Hello Question is: How can I talk text edit app to take five first (seven, etc) words in the document and place it in another file? and any other words with specified numbers, EQ words of 4 to 8 in this text? Thank you

  • Epson Stylus Office BX300F inkjet printer

    I instaled the disk for my printer BX300F all-in-one EPSON, the computer tells me that everything is OK and is ready to print and sent work to the printer, the printer is sitting there swiched on and do nothing. I have checked connections, no setting

  • stop the scale with image matte?

    Hi allI'm a user of AE and a novice of the first, so what I try to do is perhaps a thing of AE - not sureI have a cache for luma I want to apply for a fixed image - Matt set looks like the thing to do. But the image should be scalable from top down i

  • What is the problem with my sql says invalid identifier

    CREATE THE TABLE PROJECT(proj # NUMBER (6) NOT NULL,)p_name VARCHAR2 (15) NOT NULL,p_desc VARCHAR2 (150) NOT NULL,p_budget NUMBER (8).CONSTRAINT project_proj PRIMARY KEY #pname_pk (proj #, p_name));CREATE TABLE WORK ORDERS(wo # NUMBER (6))proj # NUMB