How to pass a parameter to a forms HCSF

Hi Experts

Im working on a requirement where pass values to a form of hcsf. I tried to add to the url "http://localhost:16200/cs/groups/public/documents/document/product_form.hcsf & test = 1", but it gives an error

Could you please let me know your suggestions to achieve

Thanks SG

"

2699139 wrote:

I tried to add to the url"http://localhost:16200/cs/groups/public/documents/document/product_form.hcsf & test = 1", but it gives an error

The format of your URL is wrong.  You use an ampersand instead of a question mark.  Try "http://localhost:16200/cs/groups/public/documents/document/product_form.hcsf ? Test = 1 "

Tags: Fusion Middleware

Similar Questions

  • How to pass the parameter to the script for interface/Package in ODI

    Hello

    Yesterday I asked a question how to pass a parameter to run the script interface or the procedure?

    I don't know if it's possible.

    Any clarification will help you.

    Kind regards

    Mahesh

    Mahesh, why not try this in your machine? This will give you more clarity and confidence.

    ODI has always check if there is any variable used inside an object regardless of the interface or procedure or package. So whenever you generate the script, you will be asked to select the boot parameters. She's. Whenever you use this scenario, make sure you that you add the variables in the additional variables section of the Properties tab.

    So answer is that it is possible.

    Bravo!

  • How to pass the parameter of workflow

    As being new owb, I'm still trying to figure out how to pass a parameter through workflow.

    I have this map with an input parameter, and I included this mapping in this workflow. I wonder how to pass a parameter value for this workflow and bind it to the mapping?

    ~ Prabha

    Prabha,
    Select the activity start then in the Explorer window (in the left upper corner of the process editor) on green sign more for adding parameter processflow.
    Enter the name of the parameter and specify the type of data (perhaps by default).
    Select your map, and then in the Exporer window click parameter mapping entry.
    now the object details window, you can bind the input parameter to the parameter processflow with change of binding property

    Kind regards
    Oleg

  • How to pass the parameter one form to another form?

    Hello

    I want to pass the parameter one form to another form called.

    What are the steps I want to do.

    Please guide me

    Iqbal

    Published by: Sabrina on July 21, 2010 23:38

    You want to see this link...

    sheikyerbouti.developpez.com/forms/Forms_Parameters.doc

  • How to pass a value to the form defined in the context of security file name?

    Hi all

    Yet to learn JavaScript... I have a JavaScript script, save a copy of my pdf to a location on my machine. Got the privileges of working well as well.

    How I spend in the field values for the file name? Right, the created pdf copy is now called .pdf [object scope]. Instead, I want to use dynamic values of in the form itself.

    Then this.documentFileName gets me the name of the file (Code record trust)...

    var mySaveDoc = app.trustedFunction (function (doc, subName) {}

    app.beginPriv ();
    var myPath = "/ c/SubInspectionForms /" + this.documentFileName + ".pdf";

    saveAs is the only privileged code that should be placed
    with beginPriv/endPriv
    doc.saveAs ({cPath: myPath,})
    bCopy: true,
    ({bPromptToOverwrite: true});
    app.endPriv ();

    });

    this.getField("INSPECTION_Location") doesn't the value of a field:

    var mySaveDoc = app.trustedFunction (function (doc, subName) {}

    app.beginPriv ();
    var myPath = "/ c/SubInspectionForms /" + this.getField("INSPECTION_Location") + ".pdf";

    saveAs is the only privileged code that should be placed
    with beginPriv/endPriv
    doc.saveAs ({cPath: myPath,})
    bCopy: true,
    ({bPromptToOverwrite: true});
    app.endPriv ();

    });

    The script on my SaveACopy button is:


    subName var = this.getField ("INSPECTION_Location");

    mySaveDoc (this, subName);

    I need the value of the field in the function?

    It is easy to think 'this. GetField"is a universal thing you can still use, but it is not. Read carefully the description of the object "Thi". It is set in some contexts, and I don't think this is allowed when using it. You must pass it as a parameter in a context where it is defined.

  • How to pass the parameter of column in a table of trinidad to the next page?

    Hello
    In fact, we work with trinidad tables and forms on our pages snce we will deploy to mobile.
    I saw a video shared by Shay, parameter passing between pages with adf components - the column was converted to create a link, then it a setProperty earphone is placed on the table to catch the parameter.
    How can do us same with paintings of the Trinity? I do not see any place to convert the column link, but in vain.
    I tried to use a radio button select with the table, but I do not know how to extract the value of this.
    Please provide your valuable suggestions on this.

    Concerning

    Hello

    If you go to the source of table view you see something like

    TR:column containing--> tr:outputText

    You would simply change the tr:outputText to tr:commandLink

    Frank

  • Form of Oracle 10 g by passing the parameter of the forms to reports

    Hi all

    I work in 10g AS and have a form which is called a Menu. When we run the form he asks that the connection information. and once it is successful, then it opens a menu.
    Here in the menu, I ask a report before a form of parameter. In this setting, I have 3 userid startDate and endDate fields.

    It's the part of my code that executes the report.

    ADD_PARAMETER (PARAM_ID, 'Hogshead', TEXT_PARAMETER, USER);
    ADD_PARAMETER (PARAM_ID, 'start_date', TEXT_PARAMETER, TO_CHAR(SYSDATE,'DD-MON-YYYY'));
    ADD_PARAMETER (PARAM_ID, 'end_date', TEXT_PARAMETER, TO_CHAR(SYSDATE,'DD-MON-YYYY'));

    Rep: = find_report_object ('MyReport');
    vc_reportserver: = 'rep_prothonotary5_FRHome1 ';

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESTYPE, cache);
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESFORMAT, 'HTMLCSS');
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_OTHER,*'paramform=yes'*);

    v_rep: = RUN_REPORT_OBJECT (repid, PARAM_ID);

    Here I am able to get the report when I speak of paramform = no. As the parameters are passed directly to the form. Start date and end Date will be SYSDATE as it is in the code above.
    But I need to be as paramform = yes, so that the form of the parameter appears before the report and, I can change the settings for Start Date and End Date . When I put paramform = yes in my code, the parameter form appers, but this form of parameter, there is a button submit Querry and Reset and when to drop querry button is pressed, the page Web site can not display the page .

    How should I make it work?

    a possible solution is to create a simple form to let the user enter its parameters, and then call the report itself with paramform = no

  • How to pass a value of a form field to another?

    Hello
    Posted this yesterday, still no joy.
    Let me make a drawing.
    I have two forms.

    Form of connection of formula 1.
    ---------------------------------------------------------------------------------------------------------

    Field - username (P48_USERNAME)

    -The button register. This creates a user on the user table. (This works)
    Login - button. It does not work.
    No password required.

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

    Formula 2 main Menu

    Field - user (P4_USER).

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

    Everything I type in the formula 1 (P48_USERNAME) I want it to appear in the main menu form (P4_USER).

    It should be very easy.
    Probably something wrong.
    Yesterday tried: APP_USER and Branches.
    Impossible to run.
    I have very detailed some instuctions please.
    My first application.

    SORRY!

    Zac.

    There are a bunch of ways to do it. It's the way I am using:
    You have a form that collects things and it passes to the following form:
    collection form:
    creating a branch
    (probably attached to a button. (so the field "when button pressed" contains the button you)
    intention of invoking this branch).

    branch to page (page updated for example number 4)
    request (this is something that you can use on the home page to distinguish what branch sent it your way)
    example of defined these elements. Here, I have ryear and restid of 2 parts in stock

    set these items  P4_RESTID,P4_RYEAR
    
    with these values: &P3_RESTID.,&P3_RYEAR.
    

    BTW the url from stuff in a branch uses the colon you may not use the colon between the constituents, so the amperdot
    form is the only thing that flies here. As I said, the note "with these values", each begins with ampersand and
    ends with a point.
    I hope this helps.

  • How to pass a parameter of a flex component to a view

    Hey guys,.

    I have a program that has a main file and views. The file of the sector said "firstView = draw.mxml", and therefore it executes the first view.

    In the draw.mxml (the firstView file), I have a mxml component which is a titlewindow.

    Titlewindow is an inputbox and a button.

    When this button is pressed I need text in the inputbox to be passed to a parameter in the draw.mxml file and I need also to run a function in the draw.mxml file

    What is the easiest way to do this

    Thank you

    Chris

    You can use Application.application to retrieve any MXML property

  • Who knows how to pass a value from the form on the next page of javascript?

    I have a simple drop-down list. Maybe this isn't the best way, but I use the MM_goToURL function on the onchange event. It works very well so he can redirect without clicking on the submit button.
    What I need to do, it's pass the value selected on the next page and grab it so I can use Coldfusion to manipulate the results.

    Help, please.

    The answer is too simple. Just use javascript to submit the form onchange.



  • OWB11gR2, model mapping - how to pass the parameter

    Hello
    There is a problem with the passing of input (e.g. in processflow) parameter for the Mapiing model with non-Oracle target.

    According to literature OWB parameter mapping Input operator only is not supported if the target table is non-Oracle
    (and really OWB error VLD-1330: assignment of invalid code model.) Enforcement unit... contains PL/SQL INPUT_PARAMETER operator and only Oracle target models of code can be assigned to it.).

    Are there ways to pass parameters to the model mapping in processflow?

    Thank you
    Oleg

    Oleg,

    Variable duration can be used to substitute values during execution.
    Variable duration can act as an input parameter (I don't know what looks like your CT mappings and what it does).
    I hope it's useful.

    More details can be found here http://blogs.oracle.com/warehousebuilder/2009/10/owb_11gr2_template_mapping_variables.html

    Its easy to set up and use.

    Thank you.

    Published by: user571269 on May 26, 2010 06:50

  • How to pass the parameter of type array of ADF

    12.1.2 jdev

    I want to call a stored procedure with parameters of type Table entry in the oracle database. Please let me have an example about that.

    create or replace type forecast_rec as object  ( pYear varchar2(4), pQtr varchar2(1), pAmount number(17,2));
    
    create or replace TYPE FORECAST_TABLE AS TABLE OF forecast_rec;
    
    create or replace PROCEDURE FORECAST_INSERT_TEST(p_iorec IN FORECAST_TABLE) AS
    BEGIN
    if p_iorec is null or  p_iorec.count = 0 
    then 
      return;
    end if;
    FOR i IN 1..p_iorec.count LOOP
    --get p_iorec(i).EMP_NAME
    insert into forecast_rec_test values(p_iorec(i).pYear, p_iorec(i).pQtr, p_iorec(i).pAmount);
    END LOOP;
    END;
    

    Thank you

    Sanjay Chatterji

    Please see:

    http://technology.amis.nl/2008/07/16/oracle-jdbc-passing-a-table-of-custom-object-type-to-a-stored-procedure-implementing-efficient-single-round-trip-data-exchange-part-two-of-an-adf-application-on-a-plsql-api/

    Thank you

  • How to pass a parameter in this procedure?

    Hi all

    I'm using oracle 11g.

    I have it here is the procedure.

    I need same procedure that accepts the name of_/ user Id of the useras a parameter and updates the infocenter reorganization for the particular user.

    create or replace

    PROCEDURE MS_SRA_UPDATE_USER_INFO_ORDER (p_user_id number,

    o_error_code ON the NUMBER,

    o_error_message OUT VARCHAR2)

    as

    PRAGMA AUTONOMOUS_TRANSACTION;

    BEGIN

    update of outdoor play of SI_USER_INFOCENTER_T (default_infocenter_flag, display_order) =)

    Select case when Claude = 1 then 'Y' else ' end flag n, Claude of

    (

    Select user_id, infocenter_name, default_infocenter_flag,

    ROW_NUMBER() over (partition by user_id stopped by)

    CASE INFOCENTER_NAME

    When 'A' then 1

    WHEN 'B' THEN 2

    WHEN 'C'                                        THEN 3

    WHEN ' THEN 4

    WHEN 'E' THEN 5

    When "F" then 6

    When 'G' THEN 7

    Of OTHER display_order

    Gladys END)

    OF SI_USER_INFOCENTER_T

    ) internal

    WHERE INNER. USER_ID = EXTERNAL. USER_ID AND INNER.INFOCENTER_NAME = OUTER.INFOCENTER_NAME

    )

    WHEN USER_ID NOT IN (SELECT

    user_id

    OF MS_SRA_USER_ORG_ROLE_ACT_V

    WHERE

    ORG_ENTITY_ID =

    (SELECT ORG_ENTITY_ID FROM SI_ORG_ENTITIES_T WHERE ORG_ENTITY_NAME = 'F'

    ));

    O_ERROR_CODE: = 0;

    O_ERROR_MESSAGE: = NULL;

    COMMIT;

    EXCEPTION

    WHILE OTHERS THEN

    O_ERROR_CODE: = SQLCODE;

    O_Error_Message: = Sqlerrm;

    END MS_SRA_UPDATE_USER_INFO_ORDER;

    I need same procedure that accepts the user Id/username as a parameter and updates the infocenter reorganization for the particular user.

    Thank you

    Dale

    Hello...

    I do not understand your question... Something like that

    CREATE OR REPLACE

    PROCEDURE MS_SRA_UPDATE_USER_INFO_ORDER (p_user_id, NUMBER of)

    o_error_code ON the NUMBER,

    o_error_message OUT VARCHAR2)

    AS

    PRAGMA AUTONOMOUS_TRANSACTION;

    BEGIN

    UPDATE SI_USER_INFOCENTER_T outer_qry

    SET (default_infocenter_flag, display_order) =

    (SELECT CASE WHEN epimachos = 1 THEN 'Y')

    ANOTHER "N".

    Flag of END,

    Claude (SELECT user_id,

    infocenter_name,

    -default_infocenter_flag,

    ROW_NUMBER() over (PARTITION BY user_id ORDER BY

    CASE INFOCENTER_NAME

    WHEN 'A' THEN 1

    WHEN 'B' THEN 2

    WHEN 'C' THEN 3

    WHEN ' THEN 4

    WHEN 'E' THEN 5

    WHEN "F" THEN 6

    WHEN 'G' THEN 7

    Of OTHER display_order

    Gladys END)

    OF SI_USER_INFOCENTER_T

    WHEN USER_ID = p_user_id) inner_qry

    WHERE inner_qry. User_id = outer_qry. USER_ID

    AND inner_qry.INFOCENTER_NAME = outer_qry.INFOCENTER_NAME

    )

    WHERE USER_ID = p_user_id

    AND NOT EXISTS (SELECT 1

    MSU MS_SRA_USER_ORG_ROLE_ACT_V

    WHERE ORG_ENTITY_ID = (SELECT ORG_ENTITY_ID FROM SI_ORG_ENTITIES_T WHERE ORG_ENTITY_NAME = 'F')

    AND msu.user_id = outer_qry. USER_ID

    AND msu.user_id = p_user_id);

    O_ERROR_CODE: = 0;

    O_ERROR_MESSAGE: = NULL;

    COMMIT;

    EXCEPTION

    WHILE OTHERS THEN

    O_ERROR_CODE: = SQLCODE;

    O_Error_Message: = SQLERRM;

    END MS_SRA_UPDATE_USER_INFO_ORDER;

  • How to pass the parameter in where clause contained in the custom file?

    I have the tracking query

    Blue are the parameters

    I paste this to a custom folder

    and

    Select last_update_date, creation_date

    of ra_customer_trx_all

    "where trunc (last_update_date) = 29-SEP-2012."

    and customer_trx_id = 1109

    in another folder custom return 1 row only and create a different worksheet in the same workbook and create

    3 setting and 2 of them pointing to the 1 row to query and create a calcualtion

    SET_CONTEXT ("Date_From", TO_CHAR(:Date From)) and SET_CONTEXT ('Date_TO', TO_CHAR(:Date To))

    and 1 condition 1 = SET_PARAM3(:Period)

    but this does not work for me, no data back please help

    Select m.party_name TENANT_NAME

    b.interface_line_attribute10 lease_num

    -, b.interface_line_attribute12 «PPS Number.

    b.interface_line_attribute2 LOCATION_CODE

    flexv.description property_name

    INVOICE_NUMBER a2.trx_number

    -, t.nom "Type of Transaction".

    -, e.attribute15 "AS400 Key."

    , b2.description 'BILL_ITEM_INVOCIE_DESCRIPTION '.

    , case when gcc.segment5 like 6% ' then ' P/L '.

    When gcc.segment5 like 7% ' then ' P/L '.

    When gcc.segment5 as 8% ' then ' P/L '.

    When gcc.segment5 like 9% ' then ' P/L '.

    else "B/S".

    end as account_nature

    -, gcc.concatenated_segments as 'account of burden '.

    gcc.segment1 company_code

    gcc.segment2 department_code

    gcc.segment3 property_code

    gcc.segment4 business_segment

    gcc.segment5 account_code

    gcc.segment6 project_code

    gcc.segment7 intercom_code

    gcc.segment8 spare1

    gcc.segment9 spare2

    b2.extended_amount BILL_ITEM_INVOICE_AMOUNT

    to_char (substr(ps.gl_date,4,8)) gl_period

    b.interface_line_attribute11 bill_start_date

    b.interface_line_attribute14 bill_end_date

    decode (a2.invoicing_rule_id, '-2',

    DECODE (TO_CHAR ("b.RULE_START_DATE, ' YYYYMM"), to_char (to_date (to_char (TRUNC (to_date (SETPARAM.) GET_PARAM3, "YYYYMM"), 'Month')-1), "MON-DD-YYYY"), "YYYYMM"), "Current", "Forward").

    'In progress' Bill_nature)

    , to_char (a2.trx_date, ' MON-DD-YYYY "") invoice_date

    pal.lease_commencement_date

    pal.lease_termination_date

    h.user_name created_by

    -, NULL as remarks

    of ra_customer_trx_all one

    ra_customer_trx_lines_all b

    pn_leases_all d

    e pn_tenancies_all

    hz_cust_accounts l

    hz_parties m

    fnd_user h

    ar_payment_schedules_all ps

    RA_CUST_TRX_LINE_GL_DIST_ALL dist

    gl_code_combinations_kfv gcc

    AR_RECEIVABLE_APPLICATIONS_all app

    ra_customer_trx_all a2

    ra_customer_trx_lines_all b2

    RA_CUST_TRX_TYPES_all t

    fnd_flex_values_vl flexv

    pn_lease_details_all pal

    where

    App. APPLICATION_TYPE = "CM".

    and flexv.flex_value = gcc.segment3

    and flexv. FLEX_VALUE_SET_ID = 1014916

    and pal.lease_id = d.lease_id

    and app.applied_customer_trx_id = a.customer_trx_id

    and app.customer_trx_id = a2.customer_trx_id

    and a2.cust_trx_type_id = t.cust_trx_type_id (+)

    and a2.org_id = t.org_id (+)

    and b.customer_trx_line_id = b2.previous_customer_trx_line_id

    and dist. CUSTOMER_TRX_LINE_ID = b2. CUSTOMER_TRX_LINE_ID

    and dist.account_class = 'REV '.

    and dist.account_set_flag = DECODE (NVL(a2.invoicing_rule_id,1)-2, 'Y', 'n')

    and gcc. CODE_COMBINATION_ID (+) is Dist. CODE_COMBINATION_ID

    and b.interface_line_attribute10 = d.lease_num

    and d.lease_id = e.lease_id

    and e.primary_flag = 'Y '.

    and b2.customer_trx_id = a2.customer_trx_id

    and a2.bill_to_customer_id = l.cust_account_id

    and l.party_id = m.party_id

    and a2.created_by = h.user_id

    and ps.customer_trx_id = app.customer_trx_id

    and ps.gl_date between trunc (trunc (TO_DATE (SYS_CONTEXT ('DISCO_CONTEXT', 'Date_From')), 'MM')-1, 'MM') and trunc (TO_DATE (SYS_CONTEXT ('DISCO_CONTEXT', 'Date_To')), 'MM')-1

    What exactly is the problem with the results? Can you do the report include the gl_date, so that you can see exactly what is included?

    The only way to solve this is back to basics. You must be certain that the setting and calculations for the date work 100%. You have granted the Execute permission on the function to your landlord EUL - Yes? I did create the function in a package belonged to EUL_US, then I got no problem with permissions or grant.

    Also, gl_date is a DATE string and not a right? I ask because if it is not a date, but a string then a few dates could be left out.

    Assuming that you are 100% some of the building blocks, you should start by including only the gl_date and the primary key of the table you are using. Once you are sure you have found the right data, you can start adding in addition to fields.

    I note that you use the E-Business Suite objects. I copied the code in my system where I don't use rental. So I put comment references to tables 3 PN. I had 150 lines of data when I asked for it by using the parameter, and then when I hard coded the BETWEEN operator for the gl_date. You don't have to make sure that your landlord EUL got right SELECT all tables and views used in your code and, if you want to share this code with someone else, you must also have LICENSING rights.

    Try your code in a SQL like TOAD tool and see what happens. Are you absolutely sure that each of your transactions has an entry in the tables PN? Maybe it's why you don't get the results you expect. You can try, as I did, to comment these lines out and then see what happens.

    Hopefully this has given you enough to solve your problem

    Michael

    PS. It would be nice to know your name. You have not used once it in your thread.

  • How to pass the parameter between two adapplications (remote application)

    Hi friendz,.
    Please help me...
    I use JDEV 11.1.2.2.0 version.
    My problem is the following,
    When I have two applications of mapping through the jar files.
    It works well, but I want to continue setting an application to another application...
    How can I do this?
    Thank you...
    -Rude-

    Edited by: Harsh1 December 10, 2012 19:10

    Hello

    Check this: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/52-taskflow-in-lib-169195.pdf

    Arun-

Maybe you are looking for

  • As of today, why can't log on to the New York Times with Firefox, but can do with Internet Explorer?

    I called the New York Times, and they said that they had several people with the same complaint. I did not have this problem before today. Normally, I recognized when I go on the site and do not have to connect at all. Today, I was not recognized and

  • Chrome crashes constantly

    For these last days, Chrome has been crashing, around 20 to 30 times a day. I sent the accident report to Google and it seems that it is a Mac problem. This was the response from Google: Thanks for the report. We know about it and believe it to be ca

  • Interruptions take up 50% of the time processor

    Hi all I was looking around and I don't know exactly what is at issue here, but it is certainly something interesting. Problem is, from time to time the system starts very slowly, I have three or four processor intensive applications open or not, som

  • Sansa Connect and Windows 7

    I have windows 7 and wmp 12. I just bought a connect, and I can't connect it to the computer at all. It appears in Device Manager as code 10 device could not start. Ive looked all over for a solution, please help me. I bought it and now I can't put a

  • restore the compact emails from windows vista, how can I now read the

    I must have accidentally agreed to compact my email so that all my files or emails that I wanted to keep disappeared. I have managed to locate them via windows Explorer, but cannot open them. I get the message: windows cannot open this file: winmail.