I: Patch 6.5.3.1 for 9i available via Supplement Option

On headstart patch 6.5.3.0 (patch version ONLY for Oracle 9i Forms), there is a bug introduced in library qmslib65.pll
How to reproduce
================
- Start the headstart demo
- From the menu open form Forms --> Project Business Rules
- Press F8 (execute query)
- Now you see project 1, without detail records(no employees)
- Click on the item 'Employee' (first empty record)
- Click on the item 'Name' of the Project in the master
- Now message 'FRM-40202 Field must be entered' appears
Location of the problem
=======================
QMSLIB65.pll qms$context package body
contains the following code:
. -- fix 6.5.3.0
. if get_record_property(name_in('system.cursor_record')
. ,name_in('system.cursor_block'),STATUS) = 'NEW'
. then
. set_record_property(name_in('system.cursor_record')
. ,name_in('system.cursor_block'),STATUS,INSERT_STATUS);
. end if;
. -- end fix 6.5.3.0
This piece of code should be deleted completely
Fix
===
This problem has been fixed in patch 6.5.3.1 for Headstart for Oracle 9i Forms. This patch is downloadable from the Supplement Option web site.
Kind Regards, Marc Vahsen
Headstart Team

I think I've found a bug in this release: If you have an LOV defined on a report parameter (with value and description), the when-validate-item trigger of the field will validate the description against the LOV. It adds the following code to the validation query: ||l_where_and || l_description_column || ' = ' || '''' || name_in (qms0012f.get_param_description_item(p_block_name))||''''
Th descriptor column in this case is the alias (= "description"). However, you cannot use column aliases in a where-clause. This will never work!!
Is there a fix for this problem?

Similar Messages

  • ANNOUNCEMENT: Headstart Utilities Patch 6.5.2.3 now available on Supplement Option!

    All,
    Subscribers of the Supplement Option can now download Headstart Patch 6.5.2.3 and Headstart for Apps patch 6.5.2.3
    from My Oracle, using the iDevelopment Accelerators link in the Supplement Offering portlet.
    The main purpose of this patch is to improve the performance of the CDM RuleFrame engine
    when large transactions are involved.
    During development and testing of this patch the following improvements of the CDM RuleFrame engine
    were measured on an Windows 2000 laptop with RDBMS 8.1.7.1.1.
    - 100 DML statements, 3 Business Rules per statement performance improved from 1.45 sec to 1.05 sec (28%)
    - 500 DML statements, 3 Business Rules per statement performance improved from 23.760 sec to 8.48 sec (64%)
    - 1000 DML statements, 3 Business Rules per statement performance improved from 78.79 sec to 19.260 sec (76%)
    - 2000 DML statements, 3 Business Rules per statement performance improved from above 300 sec to 48.22 sec (83%)
    - 5000 DML statements, 3 Business Rules per statement performance improved from ??? to 143.41 sec
    It evolves that the RuleFrame engine takes up more time for larger transactions now in a rather linear way.
    This means that within 15 minutes more than 100.000 business rules can be validated
    on a small windows 2000 laptop.
    Besides this performance improvement, the patch also implements the following enhancements to CDM RuleFrame:
    - The utility 'Create CAPI Custom Service' makes it possible to include a CAPI Custom Service
    (that is, your own package or function) in more than one CAPI
    - The utility 'Create VAPI Definition' can now also create VAPI's for subtypes (controlled by new utility parameter)
    Furthermore, several Utilities bugs have been fixed in this patch. See the readme in the patch for more details.
    If you don't have the Supplement Option, contact your local Oracle Consulting representative.
    For more information, read the original announcement of the Supplement Option in this forum at
    Re: Archiving the data .
    kind regards,
    The Headstart Team.

    I was running just the base version of Headstart until yesterday, when I applied all 3 patches at once. On the base version this column wasn't being included in the CAPI, and now it is, so I guess the change could've come about in any of the patches.
    The name of my table is reg_photos, and the column that has Complete=No is large_image.
    The specific areas of the CAPI where it's included and which cause compilation errors are:
    There's public cursors at the start of the package where the column is being selected:
    -- public cursors
    -- cursor to select one particular row
    cursor c_rpho
    ( b_project_code in varchar2
    , b_photo_no in number
    ) is
    select rpho.rowid the_rowid
    , rpho.project_code
    , rpho.photo_no
    , rpho.photo_type
    , rpho.photo_date
    , rpho.small_image
    , rpho.large_image
    , rpho.created_by
    , rpho.creation_date
    , rpho.last_updated_by
    , rpho.last_update_date
    from reg_photos rpho
    where rpho.project_code = b_project_code
    and rpho.photo_no = b_photo_no
    -- cursor to select all rows
    cursor c_rpho_all
    is
    select rpho.rowid the_rowid
    , rpho.project_code
    , rpho.photo_no
    , rpho.photo_type
    , rpho.photo_date
    , rpho.small_image
    , rpho.large_image
    , rpho.created_by
    , rpho.creation_date
    , rpho.last_updated_by
    , rpho.last_update_date
    from reg_photos rpho
    It's also included in function get_char_value but this isn't causing a compilation error:
    elsif upper(p_column_name) = 'LARGE_IMAGE'
    then
    return l_row.large_image;
    And also in procedure validate_row:
    g_current_ind.large_image := true;
    I guess it's easy enough to go in and comment all the references out, but I would've thought that columns of this nature should not be included in the CAPI in the first place?
    Thanks,
    Kim.

  • Patch 8.1.6.2 for HPUX-11 32-bit

    Does anybody know where I can download the patch 8.1.6.2 for HPUX-11 32-bit.
    Werner

    10.2.0.4 and 11.1.0.7 are patchsets, available on MOS/metalink only (you need a valid support contract). There's only the exception for Windows 2008,here you can get this versions on OTN.
    But who did you tell characterset AL32UTF8 is not available in the basis versions?
    Werner

  • Patch 10.1.2.2 for Solaris is avalialble ?

    Dear Oracle,
    When patch 10.1.2.2 for Solaris is available ?
    Thanks,
    Yorke

    Sorry, I post missing platform.
    I mean patch 10.1.2.2 for Linux not Solaris.

  • Patch 5251025: what is that for ?

    Dear Experts,
    I can see there are:
    - patch 5251025 for Oracle 10.2.0.2
    - and patch 5239698 for Oracle 10.2.0.1.
    But to me the last release of Oracle Database 10g is 10.2.0.1.0 (available from site) so what is the 10.2.0.2 patch for ?
    Best Regards,
    Guillaume

    Both patches are Critical Patch Updates, the first one for DB Version 10.1.0.2 (already patched with the first patchset) and the second one for DB Version 10.1.0.1 (base release).
    Werner

  • [svn:fx-3.x] 8019: Applying patch submitted by Daniel Wilday for bug SDK-13855

    Revision: 8019
    Author:   [email protected]
    Date:     2009-06-19 15:50:52 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Applying patch submitted by Daniel Wilday for bug SDK-13855
    Fix: Make sure we re-measure the SwatchPanel after we refresh it.
    Doc Notes: None
    Bugs: SDK-13855
    QE Notes: None
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-13855
        http://bugs.adobe.com/jira/browse/SDK-13855
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/colorPickerClasses/Sw atchPanel.as

  • [svn:fx-3.x] 9748: Applying patch submitted by Aaron Whitling for SDK-15682 .

    Revision: 9748
    Author:   [email protected]
    Date:     2009-08-28 08:40:22 -0700 (Fri, 28 Aug 2009)
    Log Message:
    Applying patch submitted by Aaron Whitling for SDK-15682. 
    In SystemManager addChild and addChildAt we now remove a previously parented DO from it's old parent, to allow for SDK containers to keep their 'numChildren' in synch.
    NOTE: Per Peter F., though we're holding off patches til Beta 2 clears,  this patch submission is allowed due to the fact that we started reviewing it this weekend past.
    QE notes:  None
    Doc notes: None
    Bugs: SDK-15682
    Reviewer: Corey
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-15682
        http://bugs.adobe.com/jira/browse/SDK-15682
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/SystemManager.as

  • [svn] 915: [patch submission] SDK-15042: Check for a previously unpacked player on linux platforms and don' t re-unpack

    Revision: 915
    Author: [email protected]
    Date: 2008-03-25 13:37:13 -0700 (Tue, 25 Mar 2008)
    Log Message:
    [patch submission] SDK-15042: Check for a previously unpacked player on linux platforms and don't re-unpack
    * Took patch verbatim, thanks Tom!
    Bugs: SDK-15042
    QA: Yes, please test "setup.sh" unpacks correctly on Linux
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15042
    http://bugs.adobe.com/jira/browse/SDK-15042
    Modified Paths:
    flex/sdk/trunk/setup.sh

    Revision: 915
    Author: [email protected]
    Date: 2008-03-25 13:37:13 -0700 (Tue, 25 Mar 2008)
    Log Message:
    [patch submission] SDK-15042: Check for a previously unpacked player on linux platforms and don't re-unpack
    * Took patch verbatim, thanks Tom!
    Bugs: SDK-15042
    QA: Yes, please test "setup.sh" unpacks correctly on Linux
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15042
    http://bugs.adobe.com/jira/browse/SDK-15042
    Modified Paths:
    flex/sdk/trunk/setup.sh

  • Upgrade MS SQL 2005 to MS SQL 2008 (R2) for High-Availability SAP ERP System

    Hi,
    We are having ECC 6.0 SR3 Hight-Availability system on windows cluster environment.
    Our platform is Windows Server 2008 SR2  with MS SQL Server 2005 SR3. We have two nodes in our windows cluster. Active-passive nodes.
    Node-1 is having CI, ASCS, ERS & DATABASE
    Node-2 is having DI, ERS & stand-by database software.
    I've check all the pre-requisites for sql upgrade.
    our kernel is on 700_Rel. I'm planning to stabilize the kernel with 721_Rel before Database upgrade.
    Support package patch level condition is met for sql upgrade in our scenario.
    Now we are planning to upgrade our MS SQL Server from 2005 sr3 to MS SQL Server 2008r2.
    Please provide me the steps for Kernel upgrade and sql upgrade to 2008r2 on Windows cluster environment.
    Thanks
    Venkat

    Hi Venkat
    1. Could you share your ECC support package level & also you can check the PAM
    2. Yes you can upgrade the MS Sql to 2008 R2, before starting upgrade Kindly ensure the full OS / DB level backup on both cluster node's
    3. MS Sql 2008 R2 upgrade refer the SAP Note
    1152240 - Setting Up Microsoft SQL Server 2008 (R2)
    4. For Kernel upgrade its release change kindly go thru the SAP Notes
    1713986 - Installation of kernel 721 (EXT)
    1728283 - SAP Kernel 721: General Information
    1726899 - 721 DCK: Upgrade from 7.0n to 7.1n
    BR
    SS

  • CRM On Demand Rel 17 Patch Release Notes 1142.0.02 is Available

    CRM On Demand Rel 17 Patch Release Notes 1142.0.02 is Available. Go to MOS and search for ID 1104184.1

    Hi Bobb,
    I logged in and under Release Info Tab under What's New searched for Release 18 - Patch Release Notes link, but i didnt find the link.
    Thanks,
    Raghu

  • NL Translation Headstart 6.5.3.1 for Designer9i available

    All,
    The translation of headstart 6.5.3.1 for designer 9i is available through the supplement option "iDevelopment Accelerators" (http://cso.oracle.com).
    The zip is located in subfolder Headstart Oracle Designer -> Customizations & Extensions.
    Kind regards,
    Marc Vahsen
    Headstart Team

    Available now. I just checked the Headstart Supplement Option portal and downloaded the following:
    Headstart Patch 6.5.3.0 for 9i:
    ***NEW*** Full installation set of Headstart 6.5.3.0 for 9i, to be used with Designer 9i
    Headstart Patch 6.5.3.0 for 6i:
    ***NEW*** Patch 6.5.3.0 of Headstart 6i, to be used with Designer 6i. To be installed on top of Headstart patch 6.5.2.3

  • (Request for reporting available) is not coming in Cube

    Hi All,
    I have Cube & DSO.
    I  added fields in DSO & Cube.
    Cube1 has Aggregrates built on it.i added 5 infoobjects on it, Now when i load data from DSO to Cube(Request for reporting available) is not coming up. i cant do reporting on it. can anyone help.
    thanks in advance,
    Kiran.

    Hi ....
    Have you done the Roll up ?
    Since aggregates are there on that cube....until and unless you do the roll up that request will not be available for Reporting...
    Regards,
    Debjani....

  • Request for reporting  available icon is missing !

    Hi,
    I have an infocube which has been uploaded by ODS and the data load was successful. 
    But--
    The request for reporting available Icon is missing in the request.
    Prior to this dataload, yes there were falided requests which i had deleted before uplaoding it self.
    Why i am not seeing the icon?
    Raj

    Hi Raj,
    If you are using BI 7, then in the mange tab of the infocube check in the extream right ....
    otherwise it should appear...
    if you are talking abt ODS then you might have missed the step to activate data in ods.
    hope this helps..
    cheer's
    HVR.

  • "Request for Reporting available " is not displayed after loading the data.

    Hi
    A DSO feeds the data to a cube and DSO. In dso reporting sysmbol is present. However in the cube "Request for Reporting available " is not present in the manage tab of the cube.
    Please advise on this.
    Regards
    loyee

    Hi,
    What is the status in Monitor. If it is ok, go to manage of the infocube,
    in that screen on the menu, Environment --> Automatic Request processing. Then you will get three check boxes.
    Click the first check box, (Set Quality status to OK). If you aggregates,  choose second box.
    Hope this helps.
    Regards,
    Rama Murthy.

  • I rented a movie for Apple TV via my Mac months ago. SInce than when I go to open itunes...it quits before anything loads. HOw do I fix this?

    I rented a movie for Apple TV via my Mac months ago. SInce than when I go to open itunes...it quits before anything loads. HOw do I fix this? I haven't been able to use itunes on my computer since than!

    Rented movies downloaded to an Apple TV can't be transferred to any other device.
    (86941)

Maybe you are looking for

  • Checkbox in datatable

    Hi, I use a data table in my jsf page.I have give a f:selectbooleanchkbox. When i select the chk box my data table has to be updated with the checked ones. problem here is: I have a button at the bottom of my page named reassign.when i click on the r

  • How to add a column in table control

    Hi ,    Can any one tell me how to add a column in table control? My requirement is to add two columns ( custom fields ) into table control ( It is a standard program). I have added the column in the table and also in the table control. But when I am

  • Proxy error in XI

    Hello, The scenario is from XI->CRM, the reciever communicaiton channel is as below. PROXY_INVOICE_Recv, Transport protocol : http 1.0. Now i need to debug the proxy in my recieving system CRM. Can some body guide about this. Thanks in advance. Best

  • Photo Booth is not detecting iSight

    In the last couple days, whenever I have opened Photo Booth to take a picture, it doesn't automatically turn on my iSight camera. however, the camera works fine in iChat. When I click on the "Camera" menu when Photo Booth is open, it has the Built in

  • How long does it take to update the iPhone 4?

    How long does it take to update the iPhone 4?