FRM-40815: Variable "Global.OLD_ITEM_CATEGORY" does not exist.

Hi,
I am using Dev suite 10g and R12 Apps.
Standard Form: POXRQERQ -Enter Requisitions GUI
While we done some personalization on that, getting error -> FRM-40815: Variable "Global.OLD_ITEM_CATEGORY" does not exist. while entering some specific item's not for all items.
if i disable the forms perso, the message isn't come.
I checked all over the personalization, but there is no scope of using OLD_ITEM_CATEGORY anywhere in form personalization.
Can you please help me on this.
Regards,
Sam
Edited by: 951991 on Nov 20, 2012 5:37 AM

Global.OLD_ITEM_CATEGORY" does not exist
The error is coming as you are using :Global.OLD_ITEM_CATEGORY inaccessing the values while the item is not initialized earlier
you just add
:Global.OLD_ITEM_CATEGORY:=null;
at the when-new-form-instance.
then err will not come

Similar Messages

  • FRM-40815 Variable Global.Nodename doesnot exists

    Hi there,
    i am using oracle Dev suite 10g, when i create new form module in form builder, it is runing properly but when i try to open existing forms, and when i run those forms , it generate the following error:
    FRM-40815 Variable Global.Nodename doesnot exists
    plz help me with that......
    thanks in advance

    Well, the obvious answer is that the "Global.Nodename" global variable referenced by your Form doesn't exist. One of the drawbacks to using a Global Variable is that if you haven't instanciated (created) the variable, it does not produce a design time error; they only produce runtime errors if the variable doesn't exist.
    when i try to open existing forms, and when i run those forms , it generate the following error:Are you running the existing forms from the Forms Builder? If so, your applciation may be written so that it creates Global Variables during initial login or through the selection of a menu option, etc. If this is how your application works, you won't be able to run your Form from the Forms Builder unless you know what the values of these Global Variables are and you set them temporarily in your Form using the Default_Value() built-in. If you need more information on using Global Variables, I recommend you search the Form Help system.
    Craig...

  • FRM-40800: User exit FND does not exist.

    Situation:
    I use Windows XP client - for development
    Forms [32 Bit] Version 6.0.8.28.0 (Production)
    The APPS server is on the Linux (RedHat):
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    Apps version: 11.5.10.2
    What I dis:
    - installed Oracle Forms on Windows XP
    - loaded JTFGRDMD.fmb in Forms with APPSTAND.fmb, FNDSCSGN.fmb
    - loaded loaded all the PL/SQL libraries and recompile them for Windows
    When I run JTFGRDMD I receive no compilation error but when the form run, I receive "FRM-40800: User exit FND does not exist.".
    Does anybody have an ideea why I get this error ?
    Thanks, Paul
    Note: I tried to find information on Metalink and other threads, but nothing was good for me.

    Hi,
    Hussein, I agree with you. However I need to do a customization on the form and test it (on Windows) before deloying it to the apps server(on Linux).Do the customization at the client side, make sure the forms compile and run successfully, then copy the fmb file to the server and compile it. By doing this, you should be able to run the form from the application.
    Under Forms (on Windows) I connect using apps/apps.When you compile the form on the server side, you will have also to provide the apps username/password, so the concept is the same. Do you still have an issue when accessing the form after compiling it on the server? If yes, then obtain the FRD file and post the contents of the file here (search the forum for FRD 11i).
    Regards,
    Hussein

  • Errror 1051518 - global application does not exist at Shared Services

    Reinstalling System 9 BI+ (9.3) in Dev with Tomcat & MySql and getting the following message when I try to start Essbase.
    I can log into Shared Services & AAS
    Any ideas or help appreciated.
    \[Sat Apr 18 00:24:42 2009]\Local/ESSBASE0///Info(1051286)
    License information retrieved.
    \[Sat Apr 18 00:27:12 2009]\Local/ESSBASE0///Info(1051199)
    Single Sign-On Initialization Succeeded !
    \[Sat Apr 18 00:27:12 2009]\Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    \[Sat Apr 18 00:27:15 2009]\Local/ESSBASE0///Error(1051518)
    Analytical Services global application does not exist at Shared Services

    use hyperion configuration tool to reconfigure your essbase with shared service..
    btw what version do you use?
    in 9.3.1 you can access it from start menu --> hyperion --> foundation services --> configuration tool

  • Frm- 40505 Unable to query (table does not exist)

    Hey,
    I have a form which has two blocks that are master and detail blocks. On the form, there are 3 fields that allow the query. If there is record found in the master then it works fine. If nothing found, it shows "query causes no records" which is also fine. But afterwards, no matter what I type in to query, it always show frm-40505. Oracle error, unable to perform query. I click "display error", it shows:
    SELECT ROWID,LOC,INV_NUMBER,RECNO,FACTOR,C_DESC,ADJ_TYPE,CODE,AMT FROM OE_INVOICE_ADJ
    WHERE (LOC=:1) and (INV_NUMBER=:2) order by recno
    frm - 09402:Table or view does not exist.
    Here oe_invoice_adj is the detail table and it does exist. If I stop the form and run it again then it's fine. It only happens after "query causes no records".
    Any ideas? thanks a lot in advance.

    Jay, Have you created public synonym for the tables so that the users don't have to refer the tables with the schema scott.xtable...
    and have the users been given the SELECT privilege to those tables....
    mb
    I actually created the tables and views for my application by logging in as scott/tiger.Now the users I have created with due privileges are just able to log in but unable to perform any query or DML.The error message is FRM 40505'UNABLE TO PERFORM QUERY' which says table or view does not exist.How do I fix this problem?
    Please get me a solution
    Thanks
    Jay

  • ORA-01006: bind variable does not exist

    Plz, if any body is able to handle this tell me the solution
    SELECT job_ticket_mst.N_LINENUMB, job_ticket_mst.V_CVDPL_NO, JOB_TICKET_MST.V_STAMP,Common_mst.V_DESCRIPTION, JOB_TICKET_MST.D_JOB_DATE, JOB_TICKET_MST.V_JOB_TYPE_CODE, JOB_TICKET_MST.V_CUSTOMER_CODE,CUSTOMER_MST.V_CUST_THREAD_GROUP, CUSTOMER_MST.V_NAME, JOB_TICKET_MST.V_CATEGORY, JOB_TICKET_MST.N_PRIORITY,V_STATUS, JOB_TICKET_MST.D_MAX_RET_PERIOD, JOB_TICKET_MST.D_UPLOAD_DATE, JOB_TICKET_MST.N_TURN_TIME, JOB_TICKET_MST.V_CREATED_BY, JOB_TICKET_MST.D_CREATED_DATE, JOB_TICKET_MST.D_SERVER_IN, JOB_TICKET_MST.D_CUSTOMER_DUE, JOB_TICKET_MST.D_PROMISE , JOB_TICKET_DTL.V_BORDER_SR_NO, JOB_TICKET_MST.D_PROB_OUT_TIME PROB_OUT_TIME, JOB_TICKET_MST.D_OLD_MAX_RET_PERIOD, JOB_TICKET_DTL.V_ART_QUALITY,CMM1.V_DESCRIPTION LEVEL1, JOB_TICKET_DTL.V_DESIGN, JOB_TICKET_DTL.V_CUST_REF_NO,JOB_TICKET_DTL.V_PO_NUMBER, JOB_TICKET_DTL.V_GAR_COLOR, JOB_TICKET_DTL.V_FILE_FORMAT, JOB_TICKET_DTL.V_CUST_COMMENT, JOB_TICKET_DTL.V_CVDPL_COMMENT, JOB_TICKET_DTL.V_EDIT_COMMENT, JOB_PROBLEM.V_PROBLEM_DESC, JOB_PROBLEM.V_PROBLEM_SOL,(TimeDiff (sysDate,D_SERVER_IN)/24) dtDiff FROM JOB_TICKET_MST, CUSTOMER_MST, JOB_TICKET_DTL,common_mst, JOB_PROBLEM,Common_mst CMM1 Where upper(JOB_TICKET_MST.V_CVDPL_NO) like 'EM060904419%' AND JOB_TICKET_MST.V_CVDPL_NO = JOB_PROBLEM.V_CVDPL_NO(+) and JOB_TICKET_MST.N_LINENUMB = JOB_PROBLEM.N_LINENUMB(+) and JOB_TICKET_MST.V_CVDPL_NO = JOB_TICKET_DTL.V_CVDPL_NO and JOB_TICKET_MST.V_STAMP=common_mst.V_CODE AND customer_mst.V_CODE = V_CUSTOMER_CODE AND CMM1.V_CODE(+)=JOB_TICKET_DTL.V_ART_QUALITY this is my query in log file it gives me required answer but when jsp page is accessed it gives me null pointer exception and bind varible does not exist is occurs in log file of tomcat ...whts wrong in query???

    Nothing strange jumps out.
    In general, a bind variable is one that's resolved within the SQL statement at runtime by "?" or ":var" parameters.
    Eg.
    "select * from customer where id = ?"
    That would have 1 bind variable.
    It would also need to be run with a PreparedStatement, eg.
        PreparedStatement ps = connection.prepareStatement("select * from customer where id = ?");
       int custId = 12345;
       ps.setInt ( 1, custId );
       ResultSet rs = ps.execute();Can you run your SQL statement as it is, in Toad, DB Visualiser, or any other oracle client software. Just to prove it works ?
    Ps. since this is a db specific question, it would've made more sense to post in the JDBC section.
    regards,
    Owen

  • About ora-01006 :bind variable does not exist

    Hi all of you,i have this dynamic sql :
    DECLARE
    v_query clob;
    cpt number;
    begin
    v_query:='
    SELECT
    count(TBA.ANT_ID)
      FROM
    WHERE TBA.ANT_FUT_ID = TFT.FUT_ID
           AND TBA.ANT_KATEGORIE_CODE_ID = TAKCL.ANT_KATEGORIE_CODE_ID(+)
           AND TBA.ANT_KFZ_REIHEN_ID = TKR.KFZ_REIHEN_ID(+)
           AND TBA.ANT_ID = F1.ANT_ANT_ID(+)
           AND TBA.ANT_ID = F2.ANT_ANT_ID(+)
           AND TBA.ANT_ID = F3.ANT_ANT_ID(+)
           AND TBA.ANT_ID = ERS.ers_bdk(+)
           AND TBA.ANT_ID = F1_2.ANT_ANT_ID(+)
           AND TBA.ANT_ID = F2_3.ANT_ANT_ID(+)
           AND TBA.ANT_ID = MFU.MFU_ANT_ID(+)
           AND MFU.MFU_NIETGEOMETRIE_ID = NG.NG_ID(+)
           AND MFU.MFU_MATRIZEN_BEICHNUNG_ID = MZB.MZB_ID(+)
        -- Suchkriterien: --
        --Ersteller
        AND  DECODE( ERS.ers_id, NULL, ''%'', ERS.ers_name ) LIKE DECODE('':1'',NULL,''%'','''')||''''|| :1 ||''''||DECODE('':1'',NULL,''%'','''')
         --Fahrzeug
        AND  DECODE( TKR.NAME, NULL, ''%'', TKR.NAME ) LIKE DECODE('':2'',NULL,''%'','''')||''''|| :2 ||''''|| DECODE('':2'',NULL,''%'','''')
         --BDK
        AND  DECODE( fuege_db.bdk_nummer( TBA.ANT_ID,''.'' ), NULL, ''%%'',
       fuege_db.bdk_nummer( TBA.ANT_ID,''.'' ) )   LIKE ''%''||:3||''%''
        --Technologie
        AND  TBA.ANT_FUT_ID LIKE DECODE('':4'',NULL,''%'','''')||''''|| :4 ||''''||DECODE('':4'',NULL,''%'','''')
         --Art
        AND ((TBA.ANT_WFP_ID is null and 1=DECODE('':5'',NULL,1,1,1) ) or (TBA.ANT_WFP_ID is not null and 2=DECODE('':5'',NULL,2,2,2)))
        --VTA
        AND TBA.ANT_VTA = decode('':6'',1,1,TBA.ANT_VTA)  ';
    execute immediate v_query
    into cpt USING
    'Dominik Hussmann',
    'AU736_Q7_SUV' ,
    'WPS Stahl',
    '0';  
    end ;
    In the execution,i have this error :ora-01006 :bind variable does not exist, after analyzing,i have found that the problem is with parameters :5 and :6 ,i don't understand they have the same syntax
    as bind variables 1,2,3 and 4.
    Than you for any suggestion.

    I hope you do realise that there are 13 bind-variables in your sql, not 6?
    Variables are bound by position. You cannot use the same bind variable twice, they will be 2 distinct bind variables.
    For example, you use :1 three times, so you need to provide three arguments, in this case three times the same value.

  • I am getting this error message "ORA-01006: bind variable does not exist.

    My code works fine like this:
    DECLARE
    v_JOBTYPE varchar2(8);
    v_STATUS varchar2(8);
    v_FAILURE varchar2(8);
    v_CAUSE varchar2(8);
    v_ACTION varchar2(8);
    BEGIN
    SELECT EVT_STATUS, EVT_FAILURE, EVT_CAUSE, EVT_ACTION, EVT_JOBTYPE
    INTO v_STATUS, v_FAILURE, v_CAUSE, v_ACTION, v_JOBTYPE
    FROM R5EVENTS WHERE ROWID = :ROWID;
    IF NVL(v_STATUS, 'X') = 'C' AND NVL(v_JOBTYPE , 'X') IN ('BRKD','UNPLBRKD','FILTRA', 'LUB', 'FAC') AND (v_FAILURE IS NULL OR v_CAUSE IS NULL OR v_ACTION IS NULL) THEN
    RAISE_APPLICATION_ERROR( -20001, 'FAILURE, CAUSE AND ACTION FIELDS MUST BE POPULATED');
    END IF;
    END;
    But I want to change the code to include a record (ACT_TRADE) from another table(R5ACTIVITIES). I am getting this error message "ORA-01006: bind variable does not exist - POST-UPDATE 200Before Binding". Any help would be appreciated.
    DECLARE
    v_STATUS varchar2(8);
    v_FAILURE varchar2(8);
    v_CAUSE varchar2(8);
    v_ACTION varchar2(8);
    V_CODE varchar2(8);
    V_EVENT varchar2(8);
    V_TRADE varchar2(8);
    BEGIN
    SELECT R5EVENTS.EVT_STATUS, R5EVENTS.EVT_FAILURE, R5EVENTS.EVT_CAUSE, R5EVENTS.EVT_ACTION, R5EVENTS.EVT_CODE, R5ACTIVITIES.ACT_EVENT, R5ACTIVITIES.ACT_TRADE
    INTO v_STATUS, v_FAILURE, v_CAUSE, v_ACTION, V_CODE, V_EVENT, V_TRADE
    FROM R5EVENTS, R5ACTIVITIES WHERE V_CODE = :V_EVENT;
    IF NVL(v_STATUS, 'X') = 'C' AND NVL(v_TRADE , 'X') IN ('MTM','MTL','MTMGT', 'FTM', 'FTL', 'FTMGT', 'R5') AND (v_FAILURE IS NULL OR v_CAUSE IS NULL OR v_ACTION IS NULL) THEN
    RAISE_APPLICATION_ERROR( -20001, 'FAILURE, CAUSE AND ACTION FIELDS MUST BE POPULATED');
    END IF;
    END;

    Thank you for your responses. Your feedback was helpful. This is what I ended up doing for a solution:
    DECLARE
    v_JOBTYPE varchar2(8);
    v_STATUS varchar2(8);
    v_FAILURE varchar2(8);
    v_CAUSE varchar2(8);
    v_ACTION varchar2(8);
    v_GROUP varchar2(30);
    BEGIN
    SELECT EVT_STATUS, EVT_FAILURE, EVT_CAUSE, EVT_ACTION, EVT_JOBTYPE, USR_GROUP
    INTO v_STATUS, v_FAILURE, v_CAUSE, v_ACTION, v_JOBTYPE, v_GROUP
    FROM R5EVENTS, R5USERS WHERE R5EVENTS.ROWID = :ROWID
    AND USR_CODE = O7SESS.CUR_USER;
    IF NVL(v_STATUS, 'X') = 'C' AND NVL(V_GROUP,'X') IN ('MTM','MTL','MTMGT','FTL','FTMGTS','PLANNER','DISPATCH','PMCOOR','R5') AND (v_FAILURE IS NULL OR v_CAUSE IS NULL OR v_ACTION IS NULL) THEN
    RAISE_APPLICATION_ERROR( -20001, 'FAILURE, CAUSE AND ACTION FIELDS MUST BE POPULATED');
    END IF;
    END;

  • Bind variable does not exist...

    Hi,
    I have an Access UI which is calling an Oracle package. The package has a simple command:
    INSERT INTO Table1 SELECT * from Table2
    The above query runs fine in Oracle directly, but when I run it through the package, I get the error "Bind variable does not exist". What does that mean? The query does not have any parameters. Similar queries running thgough the package that insert into other tables work fine.
    Something with structure of Table2 (this is a new table)?
    Thanks.
    Edited by: markk2 on Jan 12, 2009 9:59 PM
    Edited by: markk2 on Jan 12, 2009 10:10 PM

    I am not sure what's package you were talking about. Is it a package designed in Access?
    Access to Oracle is using ODBC, some of the SQL syntax specific to Oracle may not work. You might also check how table1 and table2 defined in Access. Are they all linked Oracle tables or one of them is Access table?
    Do you have any Oracle error message like ORA-xxxx ?

  • The shared variable does not exist????

    This seems really strange!!
    I already use several shared variables within my whole project without any problem. At this point, I created a new one (a boolean network published) and everything seemed just fine (no errors were detected in my VI and it runs normally). However, when the VI on my host computer tries to use the shared variable, it generates an error message saying "LabVIEW:  (Hex 0x8BBB0005) The shared variable does not exist." (see attached screenshot).
    What is going on? I can't find any help online about that... Can anybody help me with this please?
    Thanks!

    Hello,
    This error can occur if you have an incorrect Path specified under your Bind to Source section for the shared variable - this could be as simple as a typographical error in the defined path.  Double-check that portion of your shared variable definition, and hopefully it'll be as simple as finding a typo in your path.  You should be able to browse for your variable/path by clicking Browse and then selecting Network Items if your shared variable is on the network.  Can you find it by browsing?
    I hope this helps!
    Best Regards,
    JLS
    Message Edited by JLS on 10-05-2006 03:54 PM
    Best,
    JLS
    Sixclear

  • Update_Task results in ORA-01006: bind variable does not exist - bug?

    Hi,
    I have successfuly created projects/tasks, and updated projects. However, when I tried to call pa_project_pub.update_task, I get an error
    U(nexpected):
    PROCEDURE_NAME update_one_task
    PKG_NAME PA_PROJECT_PVT
    FND FND_AS_UNEXPECTED_ERROR
    ERROR_TEXT ORA-01006: bind variable does not exist
    As far as I can see, this must be a bug, because the API must have created an excecute immediate/dbms_sql statement with at least one extra bind variable (i.e. execute '... :a, :b' using a, b, c)
    I've tried with different combinations of arguments to the API, all resulting in the same error:
    The id's and data are taken from a an already created project/task in my apps-instance:
    pa_project_pub.update_task(
    p_api_version_number => 1.0
    ,p_commit => xxpa_opop2pa_interface_utils.g_FALSE
    ,p_msg_count => l_msg_count
    ,p_msg_data => l_msg_data
    ,p_return_status => l_return_status
    ,p_pm_product_code => l_pm_product_code
    ,p_pm_project_reference => '100394'
    ,p_pm_task_reference => 'add_task_1.0'
    -- ,p_ref_task_id => ''
    ,p_task_number => 4
    -- ,p_pa_task_id => '19079'
    ,p_task_name => 'add_task_1.0'
    ,p_long_task_name => 'p_task_name'
    ,p_task_start_date => p_start_date
    ,p_task_completion_date => p_completion_date
    ,p_task_description => 'update-task:'||p_description
    ,p_out_pm_task_reference => l_out_pm_task_reference
    ,p_out_pa_task_id => p_task_id_out
    Am I missing anything, or this really must be a bug in the API?
    Does anyone have any other idea?
    I have looked at the API implementation, and found a use of dbms_sql, a long code constructing a statement then binding variables in if-then clauses.
    Regards,
    ps: ->
    system info
    Database Server
    RDBMS : 11.1.0.6.0
    Oracle Applications : 12.0.6
    System Date : 11-MAY-2009 10:41:50
    Forms Server
    Current Form
    Form Application : Application Object Library
    Form Name : FNDPOMPO
    Form Version : 12.0.2
    Form Last Modified : $Date: 2006/03/23 13:54 $
    Forms
    APPSTAND : 12.0.6.12000000.3
    FNDPOMPO : 12.0.2
    FNDSCSGN : 12.0.14.12000000.3
    Form Menus
    FNDMENU : 12.0.2
    Forms PL/SQL
    APPCORE : 12.0.21.12000000.13
    CUSTOM : 12.0.0
    FNDSQF : 12.0.3
    GHR : 12.0.22.12000000.26
    GLOBE : 12.0.62.12000000.13
    GMS : 12.0.42.12000000.11
    IGILUTIL2 : 12.0.24.12000000.3
    IGILUTIL : 12.0.1.12000000.3
    OPM : 12.0.7.12000000.2
    PQH_GEN : 12.0.7
    PSA : 12.0.17
    PSAC : 12.0.4.12000000.2
    PSB : 12.0.2
    VERT1 : 12.0.0
    VERT2 : 12.0.0
    VERT3 : 12.0.0
    VERT4 : 12.0.0
    VERT5 : 12.0.0
    VERT : 12.0.0
    **********************

    Hello,
    This issue is fixed in the bug 4692368. So you can get a patch from Oracle.
    Hope this helps !
    Thanks,
    Sathish
    www.projectsaccounting.com

  • Start routine: DELETE VARIABLE DOES NOT EXIST

    Dear Friends,
    I have written the below code in the start routine.
    LOOP AT DATA_PACKAGE.
    IF DATA_PACKAGE-/BIC/ZSREGIO <> AMR.
    DELETE DATA_PACKAGE.
    ENDIF.
    ENDLOOP.
    when i check for syntax errors, it gives message Delete variable does not exist.
    Need your earliest help.
    Kind Regards
    Paddy

    hi Paddy,
    seems we forget quote
    DELETE DATA_PACKAGE WHERE /BIC/ZSREGIO <> 'AMR'.
    where did you put the code ?
    there is 'insert your code here ...', put your code after that line.
    if you are using BI 7.0, use source_package :
          MONITOR_REC     TYPE rstmonitor.
    $$ begin of routine - insert your code only below this line        -
    ... "insert your code here
    DELETE SOURCE_PACKAGE WHERE /BIC/ZSREGIO <> 'AMR'.
    hope this helps.

  • Variable  is used in description text Task description, but does not exist

    Hi,
    I am getting following error in the standard task 207914 ERMS_DECSN.
    Workflow Error
    Variable &REQREQ.REQUISITIONERUSER.ITSDESTINATIONSY& exists in description text Task description, but not in the container
    Message no. 5W146
    Diagnosis
    Variable  is used in description text Task description, but does not exist in the container.
    System Response
    The task could cause workflow errors.
    Procedure
    Correct description text Task description or add the variable to the container.
    Can anybody please guide step by step process to correct this error.
    Regards,
    Deepak

    Hi Deepak,
    I face a similar issue,Task description contains an element which is available in container, but during Check, it throws below error.
    Variable &ZINFO.REASON& exists in description text Task description, but not in the container
    but variable "&ZINFO.REASON&" is not accessed in Task description.
    suggest any ways to check the binding or adjust binding between workflow/task.
    Please provide a solution to fix this error or advice if this error can be ignored?

  • Menu Element does not exist : not a valid ID (FRM-41067) error

    Dear all,
    I have removed from a menu an item but whenever i run the form i get the error Menu Element does not exist : not a valid ID (FRM-41067) i have searched for FIND_MENU_ITEM but i can't find the menu item id anywhere
    What could be the origin of this error, any tips please?

    Hi!
    Did you have taken a look to menu startup code property in the mmb?
    There is often some code to hide menu items.
    Regards

  • Bind variable does not exist after processFormRequest

    Hello. I recieve the following stacktrace after doing a forward page immediately:
    pageContext.forwardImmediately("CAOADownload.jsp?transactionid=" + pageContext.getTransactionId() + "&retainAM=N",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    false,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    java.sql.SQLException: ORA-01006: bind variable does not exist
    The error is happening because of this line in the where clause:
    WHERE (PO_LINE_ID = :1)
    After the page forward it obviously looses what PO_LINE_ID contained. Is there a way to completely load the page from the JSP? Or a way to reload the VO in the processFormAction?
    Thanks, Graeme.

    Graeme.,
    Y don't u pass a page parameter say XXX with the value of line id when you redirect to same page? In that case u can execute query of the VO with the value of XXX, in process request, when u redirect to same page.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Split valuation : 'start and stop'

    Friends, My simple question is when can we start and stop SPLIT VALUATION. how to stop/deactivate, with which situation of stock / PO etc ?

  • Why doesn't com.apple.IE.client.exeshut down when Mobile Me finishes sync?

    Since upgrading to iTunes 9.1.0.74 a couple of days ago, the com.apple.IE.client.exe process, which starts during the Calendars phase of a Mobile Me manual sync process, fails to shut down when the sync process is complete. The Calendars phase now ru

  • I cannot convert PDF to Word

    How do I convert a PDF to a word file, all I get is a rubbish ?

  • Lumia 822 Bluetooth Problem

    I am pairing my Lumia 822 with my 2010 Nissan Murano.  The signal is breaking up when I call someone.  This happens when I have full signal.  I have tried deleting the Bluetooth connection and re-pairing.  Doesn't help.  Any suggestions.

  • Macbook Pro ejecting DVD

    I have had my Macbook Pro for a little under a year now, and just recently it has started ejecting DVDs that I put into it. I haven't changed anything, and it wasn't messing up before. It just started ejecting the DVDs I put in the drive a few second