Error While validation segments of Key flex fields in OAF Programmatically

I have requirement to validation particular segments of Key Flex fields.
I tried to handle it as below, But I am facing one issue and not able to fix. Please help me as soon as possible.
public void processFormRequest( OAPageContext paramOAPageContex, OAWebBean paramOAWebBean)
          if(Function_name.equalsIgnoreCase("NWC_TICKET_REQ_HR_SIT_SS"))
          /* OAMessageTextInputBean TicketClass=(OAMessageTextInputBean)key.findChildRecursive("HrSitKeyFlex23");
           OAMessageTextInputBean CompanyShare=(OAMessageTextInputBean)key.findChildRecursive("HrSitKeyFlex16");
           OAMessageTextInputBean TSO=(OAMessageTextInputBean)key.findChildRecursive("HrSitKeyFlex14");
           OAMessageTextInputBean Flight_Reservation =(OAMessageTextInputBean)key.findChildRecursive("HrSitKeyFlex13");
        //   OAMessageDateFieldBean  Traveldate=(OAMessageDateFieldBean)key.findChildRecursive("HrSitKeyFlex11");
           paramOAPageContext.writeDiagnostics(this,"Flex Segment value is : "+TicketClass.toString()+":"+TicketClass.getAttributeMap() +" ,"+TicketClass.getValue(paramOAPageContext)+",",1);
           paramOAPageContext.writeDiagnostics(this,"Flex Segment value is : "+CompanyShare.toString()+":"+CompanyShare.getAttributeMap() +" ,"+CompanyShare.getValue(paramOAPageContext)+",",1);
           paramOAPageContext.writeDiagnostics(this,"Flex Segment value is : "+Flight_Reservation.toString()+":"+Flight_Reservation.getAttributeMap() +" ,"+Flight_Reservation.getValue(paramOAPageContext)+",",1);
           paramOAPageContext.writeDiagnostics(this,"Flex Segment value is : "+TSO.toString()+":"+TSO.getAttributeMap() +" ,"+TSO.getValue(paramOAPageContext)+",",1);
             if(TicketClass.getValue(paramOAPageContext)!=null || CompanyShare.getValue(paramOAPageContext)!=null || TSO.getValue(paramOAPageContext)!=null)
                  throw new OAException("TravelServiceOrder , p_flight_no ,p_ticket_class,p_ticket_amount can not be left Blank. Please enter value");
Now after first validation I could see the below error:
Error
Program error: Please inform your support representative that: FLEXFIELDS SERVER-SIDE VALIDATION package reports error: call_userval() exception: ORA-06508: PL/SQL: could not find program unit being called
Please suggest me how can I avoid this. This is taking place only during validation. Its urgent for code fix.

Hi Helios,
We are using R12.0.6 and db is 10.2.0.3, Linux OS.
I have checked this Doc ID, which contains following:(below is my checking please)
Solution
1. Follow the Note.877352.1 instructions carefully;
2. Apply the patch 8626820:R12.JG.A;
3. For packages OKL_... and ICX_ ... please now follow Note.754340.1;
4. For the FV_... and FUN_.... please follow Note.758497.1;
5. For the GR_MIGRATE_TO_12 now follow the Note.733646.1;
(for note's step 5 about patch 6997324 open an SR with Support if you require a password)
6. Finally, to drop the view called ICX_PO_VENDOR_SITES_V, just execute in a SQL*plus (user APPS) session: drop view ICX_PO_VENDOR_SITES_V;
My Checking: (I have checked the file version mentioned in below patches also, having same versions of already applied patches)
1: I have check the patch# 8348599 mentioned in 877352.1 not already applied, so should I apply it?
2: I have check the patch# 8626820 mentioned in step#2 not already applied, so should I apply it?
3: I have check the doc id 754340.1 which containg the following patches:
- 7641584 -------> Already appled
- 8201911 -------> Already Not appled ----------> Should apply this?
- 7659470 -------> Already appled
- 6708042 -------> Already appled
- 7662017 -------> Already appled
4: I have check the doc id 758497.1 which containg the following patches already appled:
- 7376249 -------> Already appled
- 7372270 -------> Already appled
- 7372268 -------> Already appled
5: I have check the patch# 6997324 mentioned in step#5 already applied.
6: I have checked this view ( ICX_PO_VENDOR_SITES_V) is not exist. what should I do?
Thanks,
fazijee

Similar Messages

  • Error while inserting record in Key-Flex Values Set interface

    Guys
    on 11.5.10.2
    Actually the problem is being occurred while inserting value in Job Flex Field Value set, we have created two segment for job key flex filed, No and name, it was working fine, but since we have uploaded bulk data via api "fnd_flex_values_pkg.INSERT_ROW" which was around 100 off record, but after completion this task system is not taking new value by Values set interface, and show message "APPS-FND-01206: You entered duplicate values or sequence of value that must be unique for every record",
    However, we insert the job number through api, it is inserting without error while
    Interface is not taking value and raise duplicate message error,
    which is APPS-FND-01206
    Please Advice.

    Thanks for supporting dunacan
    I have mentioned both of segment detail . please advice,
    1.One is Job No segment
    Segment1 number 10
    Required Check Yes
    Value set Info JOB_NO
    List Type : List of Values
    Security Type : No Security
    Format Validation : select number 7,0 and check on number only (0-9)
    Validation Type Independent
    2.One is Job Name segment
    Segment2 number 20
    Required Check Yes
    Value set Info JOB_NAME
    List Type : List of Values
    Security Type : No Security
    Format Validation : select CHAR 60 Validation Type Independent
    It was strange that how could it possible duplication value without having database,i am unable to find this issued,
    Edited by: oracle0282 on Jan 17, 2011 3:32 AM

  • Need help with adding a Key flex field to a seeded OAF page

    We have a seeded OAF page on which we already have Account Key Flex Field.
    Properties of this flex field are:
    The ApplShortName - SQLGL
    Name - GL#
    Type - Key
    As per the client requirement, in the KFF screen, we have disabled the seeded structure for Accounting Flexfield and created a custom structure.
    Our custom structure for the KFF is displayed correctly on the OAF page.
    But now the requirement is to add a new KFF on the OAF page which is duplicate of the existing KFF, along with the existing KFF field; the structure and segments are same. Only difference being the display name of the existing KFF field is Account; the new one needs to be Tax structure.
    Using personalization we added a new flex item and added the properties same as the existing KFF.
    ApplShortName - SQLGL
    Name - GL#
    Type - Key
    But the page is giving following error:
    The data that defines the flexfield on this field may be inconsistent. Inform your system administrator that the function: KeyFlexfieldDefinitionFactory.getStructureNumber could not find the structure definition for the flexfield specified by Application = SQLGL, Code = GL# and Structure number =
    We tried options like compiling the flexfield definition, but the error persists.
    Any help in this regard is highly appreciated.
    Regards,
    Kiranmayi.

    Hi,
    Please check whether your key flex structure is frozen or not. If now please freeze it and re compile and try.
    This may helps too
    error while developing KFF in oaf
    Thanks
    Bharat
    Edited by: Bharat on May 10, 2013 4:51 AM

  • 'Error while signing data-Private key or certificate of signer not availabl

    Hello All,
    In my message mapping I need to call a web service to which I need to send a field value consist of SIGNED DATA.
    I am using SAP SSF API to read the certificate stored in NWA and Signing the Data as explained in
    http://help.sap.com/saphelp_nw04/helpdata/en/a4/d0201854fb6a4cb9545892b49d4851/frameset.htm,
    when I have tested using Test tab of message mapping  it is working fine and I am able to access the certificate Keystore of NWA(we have created a keystore view and keystore entry to store the certificate) and generate the signed data ,but when I test end to end scenario from ECC system,it is getting failed in mapping with the error
    ' Error while signing data - Private key or certificate of signer not availableu2019.
    Appreciate your expert help to resolve this issue urgently please.
    Regards,
    Shivkumar

    Hi Shivkuar,
    Could you please let me know how you were trying to achieve the XML signature.
    We have a requirement where we have to sign the XML document and need to generate the target document as following structure.
    <Signature>
         <SignedInfo>
             <CanonicalizationMethod />
             <SignatureMethod />
             <Reference>
                     <Transforms>
                     <DigestMethod>
                     <DigestValue>
             </Reference>
        <Reference /> etc.
      </SignedInfo>
      <SignatureValue />
      <KeyInfo />
      <Object>ACTUAL PAYLOAD</Object>
    </Signature>
    I am analyzing the possibility of using the approach that is given in the help sap link that you have posted above. Any inputs will be apprecited.
    Thanks and Regards,
    Sami.

  • Error while signing data-Private key or certificate of signer not available

    Hello All,
    I am new to PI.  I am currently stuck with an issue. The scenario is as explained below.
    We need to check for the service availability before processing the data. So, we test for the RFC connection first from the ECC system. During this process, we access the digital certificate stored in the PI system so that it can be validated and allowed to consume this intended service.
    Error :
    When we trigger the RFC test from the  ECC system, we get an error stating ' Error while signing data -  Private key or certificate of signer not available '. But when we test the same functionality within PI system(Locally), we does not encounter any such error. The certificate is maintained and it appears fine.
    The communication channels are stored with logon credentials.
    Can anyone please help me with this error or provide your valuable inputs. Thanks in advance.
    Regards,
    Shivkumar

    Hello,
    When we trigger the RFC test from the ECC system, we get an error stating ' Error while signing data - Private key or certificate of signer not available '.
    This should be normal behavior since the certificates are not installed in ECC SSL folders of Strust. Why not just install the certificates in the ECC system, perform an ICM restart and do a retest? After all, the certificates would both be the same in PI and ECC.
    Hope this helps,
    Mark

  • How to attach a Key Flex Field to Descriptive Flex Field

    Hello,
    I would like to know how to attach a Key Flex Field to Descriptive Flex Field(when I click my DFF, I should see my accounting KFF values) using forms personalizations in 11.5.10. It would be great if someone could help me.
    Thanks,
    SJ

    I'm not sure what you mean by referring to forms personalization. If your requirement is simply to be able to enter an accounting KFF via a DFF then you need to attach a value set of type 'Special' to your DFF segment. These are much trickier to get right than other value set types so I would suggest some careful reading of the flexug and also taking a look at some of the seeded value sets of this type.

  • Error while validating Business Rule (Error Cause: nativeGetNewTLA Rule)

    Hi, I am receiving an error while validating business rules
    An error occurred in: Rule:HypLive.Plan1.Product Interest
    A validation error was received from the Planning server 'http://abc:8300/HyperionPlanning/servlet/HspAppManagerServlet?appname=HypLive'.
    'Error:
    Error Cause: nativeGetNewTLA Rule HypLive.Plan1.Product Interest'.

    Are you able to validate the rule in EAS (or Calc Manager)?
    Normally nativeGetNewTLA Rule is followed by out of memory errors like java.lang.OutOfMemoryError,
    Increase the heap size to 1024, re start Planning and try validating it again.
    Cheers..!!

  • Error  while validating Dimension

    Hi,
    I am getting the following error, while validating the Dimension (DIM_COUNTRY).
    ' VLD-0350: In a hierarchy STANDARD, level relationship binding between parent level REGION and child level COUNTRY does not exist.'
    How to rectify this error? Please help.
    Regards,
    Sandeep

    You could:
    1) Try doing an autobind of dimension, however this may create a duplicate sequence and table.
    or
    1) Unbind dimension.
    2) Delete from repository the sequence that was created previously.
    3) Delete from repository the table that was created previously.
    4) Autobind dimension.
    Note when using autobind you'll lose any partitioning etc. defined on the table.
    Cheers
    Si
    Edited by: ScoobySi on Jan 27, 2010 1:20 PM

  • Error while validating 0Analysis_Pattern or opening in WAD

    Hi All
    I am getting an error while validating the template 0Analysis_pattern, the error says "Cannot Instantiate data provider" Message No. RSWADPREXEC023. It is coming as an error message and not a warning.
    Can somebody help me out !
    Thanks

    check oss 917950, and the connections are OK from BI to Portal
    https://forums.sdn.sap.com/click.jspa?searchID=13154814&messageID=4046018
    Hope it Helps
    Chetan
    @CP..

  • How to use Key Flex Fields in Custom Form

    Dear Members,
    I have developed a custom form.
    In my form there is a search criteria for location.
    When ever user wants to query based on the location ,I want to display Asset Location Key Flexfield so that user can choose the respective segements and search the assets.
    Can any one please tell me what is the procedure to be followed to display Key Flex Fields in the custom forms?
    Your inputs will be of great help to me.
    Thanks in advance.
    Best Regards,
    Arun Reddy.

    Hi,
    Please see the note:730068.1 - How To Invoke a DFF from a custom form
    Thanks,
    Ajikumar G

  • How to implement Key Flex Fields in new oracle apps custom forms.

    how to impletement key flex fields in oracle apps custom forms
    if any technicle document is there then send me on this forum and also send me on my email id.
    [email protected]
    Thanks & Regards,
    Pranay Patel

    Hi,
    Please see the note:730068.1 - How To Invoke a DFF from a custom form
    Thanks,
    Ajikumar G

  • Implementing Key Flex fields in Oracle apps custom form.

    Hi all,
    I have developed a custom form from scratch. Need to implement key flex fields in my form. Kindly help me and please share any document for Key flexfields implementing. Quick response will be highly appreciated. Thanks a in advance.
    Please mail to [email protected]
    Regards
    Aiyaz
    Please send me a complete document for implementing flex fields in a custom form. Screen shots in the docs will be very much help full.
    Regards
    Aiyaz
    Edited by: user6422762 on Jan 27, 2011 9:44 PM

    There are so many special cases and cases with Oracle Apps that you will need to ask this question in the dedicated Apps tech forum rather than here. Please post this question here: OA Framework

  • Error while validating Calculated Column

    Hi Frzz,
    I have created a Calculated column of type NVARCHAR by performing some calculation on a filed whose data type is NVARCHAR.
    But while validating the view am getting an error " Attribute type is not valid"
    Could some one please help me why am getting this error.
    Error Details:
    Short Text
      Attribute type is not valid
    Cause
      Mismatch between data type defined and values computed.
    Recommendations
      Check calculated measure/attribute definition and ensure data types match.
    Best Regards,
    Krishna.

    Hi Raj,
    I have provided the same size in Calculated column.But still am getting the same error.
    1) First i created a calculated column CC_Test1 to perform the TRIM()
    2) I created another calculted column CC_test2 on 1st calculated column (CC_Test1)
    Table field:
    Calculated Column1:
    Calculated Column2:
    Errror:

  • Errors while validating after import

    Hi
    In FDQM, i have give the source and targets for mapping of a custom dimension.
    One of the source is getting calculated using FDM scripts as based on the data, it generates the metadata member at source.
    I can see a proper import happening and the script generating the required result.
    But while validating it shows an error. Even though the member is present in MAPS, it shows it as unmapped.
    If i use the "FIX" option in validation, i still end up getting the same error message (in addition the dimension member field now shows some additional characters!)
    Any one has faced this issue with FDM before?
    RegardS

    Hi,
    It seems you are using Logic Accounts to create the new metadata member. Should this be the case, then it may be worth checking whether you are mapping the name of the logic account itslef or the newly created members.
    Regards,
    Vlado

  • OAF: Error While Formatting a Read Only MessgeTextInput field of an AdvanceTable "$#,##0.00" format.

    Hi Gurus,
    Please see the below issue I am facing while formatting the field in OAF.
    Situation:
    Custom BidPG page extends a shared region.(sharedRN.xml)
    and in SharedRN I have a advance table, with 5 columns each having  MessageTextInput read only Items.
    While the page is getting loaded values are coming from action fired in the PFR. and getting formatted with a $#,##0.00 format. which I have done over bean of all MessageTextInput items
    using below code in process request.
    Formatter formatter =  new OADecimalValidater("$#,##0.00;($#,##0.00)", "$#,##0.00;($#,##0.00)");
    OAMessageTextInputBean NetincPerMac = (OAMessageTextInputBean)webBean.findIndexedChildRecursive("item243");
    NetincPerMac.setAttributeValue(ON_SUBMIT_VALIDATER_ATTR, formatter);
    Above formatting is working for below cases.
    285 becomes $285.00
    230.45 becomes $230.45
    But in case if there are numbers like 234.254 it will be formatted as $234.254. Here it wont set the precision to 2.
    I want to display till only 2 digits after decimal.
    please let me know Where I am going wrong or missing some steps to do so.
    I have tried below approaches but it did not worked out for me.
              OADecimalValidater dval= new OADecimalValidater("$#,##0.00;($#,##0.00)", "$#,##0.00;($#,##0.00)");
               dval.setMaxPrecision(2);        
              Formatter formatter = dval;
    Also , I have tried to set Currency Code as well to USD but it didnot worked out for me.
    Please let me know how we can set the precision to 2.
    Please note: in process request I dont have data in the bean, I have tried writing a method in controller and setting precision to 2.but it errored out for NULL values coming from bean in process request.
    Please reply. Its an urgent issue needs to be resolved.
    Thanks,
    Premanshu

    On another link I found the following :
    BKI4007E
    File filename cannot be read. Reason: errno(errno number) errno text.
    Explanation:
    Data could not be read due to some system error. Check errno text for further information. If this error recurs, this might indicate some hardware problems.
    User response:
    Contact your system administrator.
    The Link:
    http://ezbackup.cornell.edu/techsup-v5.4/ibmdocs/messages/html/anrcms5878.htm
    Regards,
    Siddhesh

Maybe you are looking for

  • WORST CUSTOMER SUPPORT EVER + COMPLAINT

    WORST CUSTOMER SUPPORT ISSUE EVER - I purchased an HP Laptop in Sept 2011.  I had an issue with my SD card reader and some flickering upon Startup on my screen.  I was on the phone with 3 reps only for them to tell me that bc I was calling from a Can

  • IPhone 5 no data

    Started 3 days ago. LTE was on, now no LTE,4G,or E is present on my phone. I do have full service. I tried turn on/off airplane mode. Reinserting SIM Card, Reseting Data settings. No luck so far..please help!

  • Module pool screen field should default without pressing enter

    Hi I have got a main module pool screen which has a tabstrip with four tabs. There are 2 fields in the main screen when we select from F4 for the first field then the field 2 should default in case of a condition. This happens only when i press enter

  • Icons in Hierarchy structure

    Hi all I have a function module for getting  Organizations from the database and display them in the form of a tree. The problem is that, in the organization hierarchy the icon for the child id( when no org underneath) should be different from the ic

  • Adobe CC - and access to DPS

    I have just purchased Adobe CC full membership and cannot seem to access Digital Publising Suite. Any ideas why please?