Error generating HR Form SAP_PAYSLIP_US

Hi All,
Am getting an Error 'Generated print program contains a syntax error' when I try activating the standard hrform SAP_PAYSLIP_US.
As the print program is auto generated, am not able to change /fix the error.
Anyidea why the standard hrform is not getting activated?
Regards
Rajasekhar Dinavahi

Hi All,
Found the problem and the solution.
Refer OSS Note:  Note 878168 - Hrforms: syntax error in print program for the fix.
Regards
Rajasekhar

Similar Messages

  • Application error while generating PDF form

    Hello there,
    I am getting the message "Application error while generating PDF form" and when you hover it has additional information Message Class HREIC_APPL - Message number 258.
    I get this upon doing the following steps:
    1. Enter SAP R3, enter HREIC on the transaction code input.
    2. Enter EIC, Activity Search. Searched for an Activity, selected it and click the "PRINT" button.
    3. After clicking the PRINT button, I get the error message "Application error while generating PDF form".
    Installed this on development box, did the same configuration in test system, but still I get this error. ADS Configuration is working fine and configured fine.
    Is there anything else that is needed to be checked? like Ports, Firewalls, etc?
    Thanks a lot.

    Be sure that the RFC name is "ADS" and not anything else.
    Thanks.

  • Compilation error while generating the form in linux

    Hello everyone,
    I am using Oracle Designer ver10.1.2.4 in windows to generate the forms with standard object library ofgwebol.olb and template form ofgwebt.fmb. form (with both .fmb and .fmx files) are generated without errors. Also when I open the forms in separately they compiles without errors. But when I copy the same .fmb file into linux enviroment and compile it using frmcmp.sh userid=user/password@database module_type=form compile_all=yes module=form_name it gives following errors.
    $> frmcmp.sh userid=odin/odin@ontw10g module_ty
    pe=form compile_all=yes module=LOGIN_SCHERM
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$BLOCK
    Source Module:ofgwebol.olb
    Source Object: CGSO$CANVAS
    Source Module:ofgwebol.olb
    Source Object: CGSO$WINDOW
    Compiling function CGTE$CHECK_CONSTRAINT_VIO...
    No compilation errors.
    Compiling procedure CGTE$INLOGGEN_ERRORS...
    No compilation errors.
    L/SQL ERROR 0 at line 17, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 36, column 3
    identifier 'CGNV$.NAV_CLOSE_FORMS' must be declared
    PL/SQL ERROR 0 at line 36, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 37, column 3
    identifier 'CGNV$.NAV_OPENING_WND' must be declared
    PL/SQL ERROR 0 at line 37, column 3
    Statement ignored
    Compiling KEY-HELP trigger on form...
    No compilation errors.
    Compiling WHEN-WINDOW-ACTIVATED trigger on form...
    Compilation error on WHEN-WINDOW-ACTIVATED trigger on form:
    PL/SQL ERROR 201 at line 6, column 8
    identifier 'CGNV$GET_ITEM_WINDOW' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling POST-TEXT-ITEM trigger on form...
    Compilation error on POST-TEXT-ITEM trigger on form:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$.STORE_WND_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling WHEN-WINDOW-CLOSED trigger on form...
    Compilation error on WHEN-WINDOW-CLOSED trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.TERMINATE_WINDOW' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    Compiling WHEN-FORM-NAVIGATE trigger on form...
    Compilation error on WHEN-FORM-NAVIGATE trigger on form:
    PL/SQL ERROR 201 at line 3, column 3
    identifier 'CGNV$.REMOVE_CHILD_FORM' must be declared
    PL/SQL ERROR 0 at line 3, column 3
    Statement ignored
    Compiling KEY-EXIT trigger on form...
    Compilation error on KEY-EXIT trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.NAV_ENTER_QUERY' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 9, column 5
    identifier 'CGNV$.CLOSE_ALL_WINDOWS' must be declared
    PL/SQL ERROR 0 at line 9, column 5
    Statement ignored
    Compiling KEY-CLRFRM trigger on form...
    No compilation errors.
    Compiling ON-ERROR trigger on INLOGGEN data block...
    No compilation errors.
    Compiling KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block...
    Compilation error on KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_PREV_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data block...
    Compilation error on KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data blo
    ck:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_NEXT_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compilation errors have occurred.
    Form not created
    I think some standard library are missing in Linux environment. But I do not know the name of them and neither I can find. Please suggest the what need to be done to resolve the problem. The reason I am compiling the form in Linux is that I can run the form in windows because of corrupted installation of OC4j.
    Thanking you all much in advance.
    Edited by: Deepank on Dec 2, 2008 1:49 AM

    Deepank-
    When generating forms from Designer, Designer attaches libraries - like ofgmes.pll, ofgnavl.pll, etc. You will need to copy these libraries to the same directory where your forms reside on your Linux box. To find out what libraries ate attached to your form, open it on your windows PC after generating it from Designer and you will see the attached libraries. Also, watch out for the case-sensitivity of Linux. If you have the Designer libraries on your linux box and you still get errors, try changing the case of the names of the libraries.
    Hope this helps,
    Dan

  • R 6018 unexpected heap error  when generating a form in Designer

    When generating a form in Designer i get the following error:
    r 6018 unexpected heap error
    Has anyone else encountered it before with forms?
    Kind Regards
    Maurice Niezen

    You put the question to wrong forum. If it is regarding to Oracle Forms, then post to Oracle Forms forum. If it is regarding to Oracle Designer, then post to Designer Forum. This is the forum for Oracle Reports.
    Thanks,
    -Shaun

  • Error Generating the Task Form

    While publishing a new SharePoint Designer 2010 List Workflow I get an Error:
    SharePoint Designer encountered an error generating the task form.  Server was unable to process request.--->Activation could not be completed because the InfoPath Forms Services support feature is not present.
    I was able to publish SPD Workflows until a couple of days ago. Existing ones can be republished  but not new ones.

      Try running the following cmdlets. 
       Disable-SPFeature "IPFSSiteFeatures" - URL "Path"
       Enable-SPFeature "IPFSSiteFeatures" -URL "Path"
     These cmds will restart the Infopath Forms Services support features, which is responsible for supporting publishing Infopath Forms.
    Hope this works for you.

  • Error Generating Form against external application database

    I'm hoping the answer to this is simple, as others in the office can do this without any trouble, but can't remember how they made it work...
    My client has their repository and application schemas in separate databases. When I try and generate a form from the Design Editor, I get the following error:
    CDG-01281 ERROR: Module OASF95110: Oracle Forms binary file for MAINTAIN TARIFF AGREEMENT has NOT been created
    CDG-03418 WARNING: Module Component OASF95110.TARIFF_AGREEMENT: Missing action item to navigate to 'TARIFF_AGREEMENT_PARTNER'
    CDG-03400 WARNING: Module Component Table Usage OASF95110.TARIFF_AGREEMENT.TARIFF_AGREEMENT.TARIFF_AGREEMENT: 'Closed loop' of mandatory foreign keys found
    CDG-01263 ERROR: Module Component Table Usage OASF95110.TARIFF_AGREEMENT.TARIFF_AGREEMENT.TARIFF_AGREEMENT: User-defined condition (Table level Check Constraint TARIFF_AGREEMENT.TRFA_CK1) has an error: PL/SQL: ORA-00942: table or view does not exist
    What I seem to be missing, and have not been able to locate in any documentation, is how to tell Designer to look in a different database for the (already generated) schema objects.
    In a copy of the repository where I have generated the necessary objects into the same database as the repository, the form generates flawlessly...

    Tried that... Turns out the system uses the "Compiler" tab for validation, not for "Form Options" tab - It took a while, but one of the other developers finally remembered what they did and actually compared the screen prints I was providing with what they had in their environment...
    Thanks :)

  • Trying to generate a form twice and get a weird error message

    Hi,
    I installed the last version of Designer and Oracle Database 10G on my computer. Everything seems to be fine. The next thing I did was to unlock the HR schema in the database and capture it in Designer.
    Now I "design" a simple form to display the table REGIONS. If I generate the form, it works fine (I have few warnings). But if I try to generate again, I got the following message:
    Form Generator : Version 10.1.2.0.2 (Build 10.1.2.6.18) - Production on Mon Nov 09 15:02:12 2009
    Copyright (c) 1995, 2005 Oracle Corporation. All rights reserved
    Generating Module 'MODULE_01' (1 of 1)
    An internal error has occurred, context and traceback follows...
    Last CV function: cvfqgv
    Last CV object: Module MODULE_01
    Current preference object: Module MODULE_01
    Last function recorded: cgen45() :633
    Repos container name: HR
    Repos module name: MODULE_01
    Generation Complete
    Also, if I close Designer and go back in and try to generate, the form is generated without errors.
    So I would like to know what is the meaning of this message and how I can fix the problem.
    Thanks in advance for any help
    P.S. The order in which I did the installation, in case there is a relation with my problem, was:
    1. Designer
    2. Database
    3. Include the database in the tnsnames.ora of Designer
    4. Repository

    The problem is you are using LDAP for connection instead of Database Authenication.
    Designer is not certified for LDAP connection and this is only the first of a long list of problems you are going to have using LDAP
    Michael

  • Getting Error while generate Adobe form

    Hi,
    I  am new to adobe smartforms, i am getting one error while activate smartform. we need to set anything in SICF setting for Adobe smartform??. i am get error like "this forms refers to external file which is not found in compters.please create connection to folder so thatt these should be found.

    Hi
    Are you talking about adobe forms or smartforms. These are 2 different types of forms. For Adobe forms you need an ADS which sits on the java stack and needs to be configured properly. Some services need to be activated in SICF for the configuration as well. A conplete guide on how to configure the ADS is found on the following link
    [https://www.sdn.sap.com/irj/sdn/adobe?rid=/webcontent/uuid/90355269-4d89-2a10-0bb9-f388704f1dcd]
    Regards
    Thashin

  • URGENT: Form Import FAILED with  Unable to generate UI form: ORA-0650

    I am importing application components from one installation of portal 3.0.9.8 to another installation. Both installed versions of POrtal are the same.
    The application name is PROFILE_APP. I have created this same app with same specifications as in source, in the target portal instance.
    To import, I am using the SQL scripts generated through portal using the "Export" feature available for each component.
    I could successfully import LOV into this app from source to target by running the above generated SQL. When i run the SQL for the form component in the target - i get the following error :
    ...Importing component: ID = 5861481106 Name = WST_USER_PROFILE_V_FRM Owner = WST_PROFILE_PORTAL30_APP Type = FOT
    *** ERROR ***
    wwa_generate_module.transfer_fot_metadata: Unable to generate UI form: ORA-06502: PL/SQL: numeric or value error
    The form worked successfully in the source instance.
    Any help is greatly appreciated.
    Thank you,
    Tanushree.

    Form CustomForm_791b1adc_97fd_4de1_a077_646a418fe59b extends form Microsoft.EnterpriseManagement.ServiceManager.ChangeManagement.Forms.ChangeRequestForm, which already has another extension (CustomForm_3e2fd77f_cfed_40f9_9def_c6735078bf2a).
    you already have a form customization that extends the change request form, and this MP is also importing a different customization to the same form. each form can only have one customization. 

  • Unable to generate any form in oracle r12

    Dear Gurus,
    suddenly we can't generate any form "standard or customized" with following error:
    frmcmp_batch Module=$AU_TOP/forms/US/INVGIPDP.fmb Userid=apps/apps compile_all=yes module_type=form batch=no output_file=$INV_TOP/12.0.0/forms/US/test.fmx
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release  - Production
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
         With the Partitioning, OLAP, Data Mining and Real Application Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.5.0      Production
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package specification IPDP_TREE...
       No compilation errors.
    Compiling package specification DATA_SET_CTRL...
       No compilation errors.
    Compiling package specification RESULTS...
       No compilation errors.
    Compiling package specification APP_CUSTOM...
       No compilation errors.
    Compiling package body APP_CUSTOM...
    Compilation error on package body APP_CUSTOM:
    PL/SQL ERROR 302 at line 24, column 19
    component 'DISABLED' must be declared
    PL/SQL ERROR 0 at line 24, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 30, column 5
    identifier 'APP_WINDOW.CLOSE_FIRST_WINDOW' must be declared
    PL/SQL ERROR 0 at line 30, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 43, column 5
    identifier 'APP_WINDOW.SET_WINDOW_POSITION' must be declared
    PL/SQL ERROR 0 at line 43, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 46, column 3
    identifier 'APP_WINDOW.SET_TITLE' must be declared
    PL/SQL ERROR 0 at line 46, column 3
    Statement ignored
    Compiling package specification IPDP_TREE...
       No compilation errors.
    Compiling package body IPDP_TREE...
    Compilation error on package body IPDP_TREE:
    PL/SQL ERROR 201 at line 43, column 26
    identifier 'APPTREE.COLLAPSED_NODE' must be declared
    PL/SQL ERROR 0 at line 43, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 50, column 26
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 50, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 103, column 39
    identifier 'APPTREE.TRIGGER_NODE_USER_VALUE' must be declared
    PL/SQL ERROR 0 at line 96, column 3
    SQL Statement ignored
    PL/SQL ERROR 201 at line 109, column 18
    identifier 'APPTREE.TRIGGER_NODE_TYPE' must be declared
    PL/SQL ERROR 0 at line 109, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 117, column 13
    identifier 'APPTREE.TRIGGER_NODE_LOW_VALUE' must be declared
    PL/SQL ERROR 0 at line 117, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 144, column 20
    identifier 'APPTREE.TRIGGER_NODE_HIGH_VALUE' must be declared
    PL/SQL ERROR 0 at line 144, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 148, column 26
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 148, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 159, column 6
    identifier 'APPTREE.TRIGGER_NODE_TYPE' must be declared
    PL/SQL ERROR 0 at line 159, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 184, column 6
    identifier 'APPTREE.TRIGGER_NODE_TYPE' must be declared
    PL/SQL ERROR 0 at line 184, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 264, column 15
    identifier 'APPTREE.FIND_TREE_NODE' must be declared
    PL/SQL ERROR 0 at line 264, column 2
    Statement ignored
    PL/SQL ERROR 201 at line 272, column 28
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 272, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 275, column 16
    identifier 'APPTREE.FIND_TREE_NODE' must be declared
    PL/SQL ERROR 0 at line 275, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 282, column 28
    identifier 'APPTREE.TREE_NAME' must be declared
    PL/SQL ERROR 0 at line 282, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 290, column 6
    identifier 'APPTREE.ACTION' must be declared
    PL/SQL ERROR 0 at line 290, column 3
    Statement ignored
    Compiling package specification DATA_SET_CTRL...
       No compilation errors.
    Compiling package body DATA_SET_CTRL...
    Compilation error on package body DATA_SET_CTRL:
    PL/SQL ERROR 201 at line 30, column 7
    identifier 'APPTREE.NEW_VIEW_BY' must be declared
    PL/SQL ERROR 0 at line 30, column 7
    Statement ignored
    PL/SQL ERROR 201 at line 43, column 7
    identifier 'APP_ITEM_PROPERTY.SET_PROPERTY' must be declared
    PL/SQL ERROR 0 at line 43, column 7
    Statement ignored
    PL/SQL ERROR 201 at line 46, column 7
    identifier 'APP_ITEM_PROPERTY.SET_PROPERTY' must be declared
    PL/SQL ERROR 0 at line 46, column 7
    Statement ignored
    PL/SQL ERROR 201 at line 97, column 14
    identifier 'APP_FORM.QUIETCOMMIT' must be declared
    PL/SQL ERROR 0 at line 97, column 11
    Statement ignored
    Compiling package specification RESULTS...
       No compilation errors.
    Compiling package body RESULTS...
       No compilation errors.
    Compilation errors have occurred.
    Form not created
    DB version: 11.2.0.3
    apps version: 12.1.3
    OS: hp-ux B.11.31 U ia64
    Kindly advice.
    Regards,
    Ahmed

    Salam Asif, Srini, Hussein,
    1st of all please accept my apologize of being late in reply due to fever that attacked me yesterday!
    To Asif,
    number of invalid objects now 16, and all of them related to customized schema. Actually there were 3 more related to apps and I could recompile them.
    To Srini,
    I'm not sure if it's modified recently, I'm Apps DBA so I'll check with the developer and get back to you ASAP. Unlesss you have some guidance to check if it's modified or not, also what do you mean by replace it with a good back? does this mean can I get CUSTOM.pll from any other envrionment and put it there?
    To Hussein,
    Can you compile the form on your client using forms builder with no issues?
    I don't think so but I'll confirm with the developer.
    Where this package is used? What is line 24 and column 19?
    Again I've no idea, I'm sorry about that and I'll ask the developer.
    Regards,
    Ahmed

  • Error in Adobe form based in a xml interface when changing data element

    The adobe form is called from a web dynpro.
    The adobe form contain a page and subforms (positioned y flowered).
    The form worked out perfectally.
    Then edited a descriptive text in a data element, from se11.  The form continues worked out correctelly.
    Then modify a fixed text from the form.  The form is activated.
    Since this modification, the form stopped to work out, informing the following message:
    "WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server".
    I have updated the nodes of the web dynpro, the xml interface of the form, is all activated and this is still not working.
    Someone could help me? Does anyone know what it could be happened?
    Is there a way to re-generate the form?
    Thanks you very much.
    Regards,

    The data element is char 4.  I have only changed descriptive texts.
    I have take take all the objects to the previous version (data element, wd view, interface xml, adobe form), and the form is still not working.
    Do you have another posible solution for this?
    Thanks you for your answer.
    Kind regards,

  • Getting error while running form migrated from 4.5 to 6i

    I have a form built in 4.5. I have open that form in 6i and compiled it. Generated the fmx out ofit. but when I run that form then it gives me an error :
    frm40735:pre-form trigger raised unhandled exception ora-01403
    Could any one please help me out ??

    ORA-01403: no data found
    You tried one of the following in your pre-form trigger
    You executed a SELECT INTO statement and no rows were returned.
    You referenced an uninitialized row in a table
    Or connected user hasn't privileges on table's Block

  • Error in tabular form

    On a wizard generated tabular form on a table, I keep getting
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process.
    when I click the Apply Changes button.
    The data has definitely not changed.
    How do I go about troubleshooting this? I did add some derived fields to the SQL query that the wizard generated, but they are not Editable, they are read-only fields.
    I am at my wits end.
    Thanks

    Marc:
    I did the latter thing. I started with the wizard generated form, made sure it was working and added my changes one at a time, keeping my fingers crossed after each change! Its still fine.
    <rant>
    See the frustrating thing about the MRU error is that it gives absolutely no indication as to what the real problem is, it doesnt help to fix it. So basically one has to "backtrack" all the way to the beginning, the same way I did above i.e. start all over again. Its very time-consuming and counter-productive.
    </rant>
    Marc: Is there a way you can basically prevent changes to the wizard-generated form that would make it "not work" anymore?
    Thanks

  • How to generate a form based on PL/SQL-procedures instead of tables?

    Hi all,
    I'm trying to generate a form based on a package, which has procedures for insert/update/delete/select. In Forms, this is no problem. It is unclear to me how to do this in Oracle Designer (10g). Online Help of Designer doesn't clear things up a lot, it seems I have to generate a table API and a module component API. But when I do this, these are generated as file and no definitions are created in Designer. So what do I base my block on?
    Can somebody assist me in this?
    Kind regards,
    Ronald

    Hi:
    Thank you for reply to my question.
    I have tried your codes and apply them the following the form. However, I always got the following error:
    Error: (WWV-00000)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    My codes is:
    declare
    request_no number;
    blk varchar2(30) := 'DEFAULT';
    l_url varchar2(4000);
    begin
    request_no := p_session.get_value_as_NuMBER(
    p_block_name => blk,
    p_attribute_name => 'A_WORK_REQUEST_ID');
    l_url := 'portal30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=11880470335&p_arg_names=_sessionid&p_arg_values=&p_arg_names=work_request_id&p_arg_values='||request_no;
    portal30.wwa_app_module.set_target(l_url,'call');
    end;
    then,
    I created another form which has two fields and the dattype of pk is varchar2 and change manually put the pk's p_arg_value into the url.
    e.g.
    l_url:='PORTAL30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=9029417810&p_arg_names=WORK_AREA_CD&p_arg_values=APP';
    portal30.wwa_app_module.set_target(l_url,'call');
    However, I still get the error message as below:
    Error: (WWV-00000)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    No conversion performed for type INTEGER, value . (WWC-49102)
    Your help would be highly appreciated.
    Wei Ye

  • Sun Directory Editor - errors on edit form

    I've installed directory editor, which seems to run fine except for the edit form.
    I've got the following errors in the server.log (running Sun Java System Application Server Platform Edition 8.2) and can't find any doc on how to solve this.
    [#|2009-01-20T10:23:32.903+0100|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=15;|2009-01-20 10:23:32,902 [httpWorkerThread-8080-1] ERROR com.sun.dml.web.taglib.GenerateFormTitleTag - Error generating title and buttons
    java.lang.NullPointerException
    [#|2009-01-20T10:23:33.092+0100|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=15;|2009-01-20 10:23:33,090 [httpWorkerThread-8080-1] ERROR com.sun.dml.resource.LDAPLighthouseContext - Error during 'checkoutView' operation
    java.lang.NullPointerException
    [#|2009-01-20T10:23:33.093+0100|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=15;|re.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    |#]

    Mind explaining what actions you performed before the error showed up? One bug that might match your description is that the session has timed out and you clicked the "edit" button.
    http://sunsolve.sun.com/search/document.do?assetkey=1-1-6259096-1
    idle session timeout causes null pointer exception

Maybe you are looking for

  • How to edit a movie from an .img file

    Hi all! I've got a movie in .img format. What I'd like to do is cut off ten seconds of the movie, but I don't know how to do it. I've tried opening the file in Quicktime Pro (wouldn't open), iMovie (wouldn't open) VLC (opened just fine but couldn't e

  • Federated Portal Network FPN: exception Remote Delta Links rdl

    Consumer Portal version: 7.01 SP2 Producer Portal version: 7.00 SP15 I always receive an exception when i try to preview a remote delta link. I think I've setted up correctly the trust relationship between my portals. Because when I log on to my cons

  • Unable to login to Creative Cloud

    After starting CC the window is complete grey without any contents. When I start an CC application the Adobe Login window is shown. After the sign in with my id and password this erro message was shown: Error There was an error with this action. Try

  • IMovie HD on a MacBook Pro

    I prefer iMovie HD to what's on my newer laptop (iMovie 7.1.4). I have the install disks from my old PowerBook G4. Anyone ever installed iMovie HD on a MacBook Pro with Intel Core Duo running OS X 10.5.8? Can it be done...any issues?

  • Profit center feild in noted item (F-57) letter of credit

    Hi Friends, Kindly request you. Actually  i have one rqurement. for profit center. At the time Letter of credit transaction (f-57 noted item), There is no feild for profit center. Despite when you save the document and display, there is a feild for p