Enabling DFF in iProcurement Receving Page

Hi,
We have a requirement in enabling the RCV_TRANSACTIONS DFF on Receive Items(IcxPorRcvSrchPG) Page. I am planning to customize the ReceiveMyItemsVO along with the connected objects it has. Actually i have to cutomize all the objects including API, as the current API handling this VO does not support any attributes. Any pointers or comments towards the solution is helpful.
Thanks,
Venkat.
Edited by: user2946564 on Mar 9, 2011 2:15 PM

Hope your VO is EO based.
Generally DFF attribute columns are added by default. If they are not present then you need to extend the VO.
Refer this link for EO based VO extension:
http://oracleanil.blogspot.com/2010/11/eo-based-vo-extension-in-oaf-r12.html
Now using personalization create a flex item and enable DFF. Refer previous threads for how to enable DFF using personalization .
-Anand

Similar Messages

  • How to enable DFF for a particular country on a Standard OA Framework page

    Hi All,
    I have a requirement for iExpense. Here I need to enable a DFF and that should be display only for a particular country say 'India'. I have done this for the core apps forms but for OA Framework pages I am not sure.
    In core apps we have used context senstive rather than Global.
    Could you please help me on this that how can I enable DFF for a particular country.
    Thanks,
    Sam

    hi
    i think u r talking about Domestic and Recoverability DFF,u need to find out the id of those LOV fields ,u can find them going in view source ,right click go to view source and search the fields against the prompt appearing against these LOV like (Recoverability) u will get the id of this field ,then extend your CO and hide this field in processRequest method of extendedCO according to your org id .
    thanx
    Pratap

  • How to enable DFF for each line level on a Table Region - very very urgent

    Hi,
    I have a Master- Detail Page, Detail is Table region. I need to enable DFF (Context Based) for each line. If any one has done similar requirement please share how to do this. Its very very urgent.
    It is a standard page.
    Thanks,
    Edited by: user8996062 on Jun 29, 2011 2:58 AM

    Can any one please help me on this it is very urgent.
    Thanks,

  • How to add attribute in Dff on Standard Irec Page

    please
    m trying to Add One more attribute Column in DFF on Enabled Dff on Irec Page
    please Tell me Steps
    Vivek

    Hi,
    When enable the attribute column in the DFF form, then the attribute column will be added to the page.
    Thanks,
    Kumar

  • Enable DFF issue on OAF

    Hello,
    I had requirement to add DFF to OIE_AUD_AUDIT_PAGE page for VO AuditReportLinesVO(the attributes are not avaiable). I extended VO to add all attribute columns.
    Defined an item of the item style flex, the DFF is not visible in the front end. Do I miss anything.
    Thanks

    Thanks Santy,
    I complied and enabled DFF. I am adding to H Grid table, I am getting the following error. Can we add DFF to H Grid.
    Any help is appreciated.
    java.lang.NullPointerException
    at oracle.cabo.ui.data.FlattenedDataSet.getFlattenedName(Unknown Source)

  • How to add link and image in oaf iprocurement stores page?

    Hi Every1,
    I have requirement to in iprocurement stores page. Already there are certain links ( a meaning full image+link ), by click on image or link it will take you to the
    required page.
    I need to add one more like that.
    How can i do this ?
    I know thru personalizations we can add links to the page, but how can i add image to that link. so that click of anyone will take to the req page.
    Thanks,
    Arun Peddi

    Hi,
    Here is one way of putting an image in the header:
    <fo:layout-master-set>
        <fo:simple-page-master master-name="my-page">     
          <fo:region-body margin="1in"/>
          <fo:region-before extent="1in" background-color="silver" />
        </fo:simple-page-master>
      </fo:layout-master-set>
      <fo:page-sequence master-reference="my-page">
         <fo:static-content flow-name="xsl-region-before">
             <fo:block height="150px" width="1024px" background-color="white" >
                 <fo:external-graphic src="http://localhost:9000/web-determinations9000/images/Header.jpg">
                 </fo:external-graphic>
            </fo:block>
        </fo:static-content>
        <fo:flow flow-name="xsl-region-body">
        </fo:flow>
      </fo:page-sequence>One good XSL:FO refernce: http://www.learn-xsl-fo-tutorial.com
    Hope this helps.
    Thanks,
    Aakarsh
    Edited by: aakarsh on Apr 6, 2011 6:40 AM

  • How to enable the EL in jsp page

    hi can u tell 'how to enable the EL in jsp page'?

    *I am getting below exception in tomcat when i inclued +<%@ page isScriptingEnabled="true" isELEnabled="true"%>+*
    org.apache.jasper.JasperException: /index.jsp(1,1) Page directive has invalid attribute: isScriptingEnabled
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
         org.apache.jasper.compiler.JspUtil.checkAttributes(JspUtil.java:311)
         org.apache.jasper.compiler.Validator$DirectiveVisitor.visit(Validator.java:106)
         org.apache.jasper.compiler.Node$PageDirective.accept(Node.java:590)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2388)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2394)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1700)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

  • Stale Data Error - iProcurement Receiving Page

    Hi,
    I created a button on the Standard iProc Receving Page result table region. When user hit on button it popup window using javascript:window.open(<Page info & Properties>). I am using popwindow to capture some details, and saving into database. But when i am closing and coming back to my main page(Recieiving Page) and navigating to next page it is giving me the Stale Data Error.
    Interstingly this error does not come when the search is done using reqeustor or if i dont click on button for popup window. All other cases gives me this error. One info about this page is the VO which is showing in error should not execute all the time. There are lot of VO's which execute based on search fields entered. The VO belowi s one of them when reqeustor info is given in search fields.
    Error: Stale Data
    The requested page contains stale data. This error could have been caused through the use of the browser's navigation buttons (the browser Back button, for example).
    Cause:
    The number of displayed records, 25, exceeds the actual number of records, 0, in view object ReceiveItemsAM.ReceiveMyItemsVO. Some of the displayed records may have been deleted.
    Any pointers will be appreciated.
    Thanks & Regards,
    Venkata.

    Hi
    Generally Oracle provide a global variable hr_general.g_data_migrator_mode and passing this as 'Y' should update who columns and object version number. But I am not sure it is available for vacancy APIs or not. I remember a similar kind of bug logged long time back.
    Regards
    Gaurav

  • Partial Page Rendering in iProcurement Home Page

    Hi,
    I am new to OAF. We are on Oracle 11.5.10. I have a requirement to customize the iProcurement Home Page. The details are given below. Can you please tell me how to accomplish this task?
    Requirement:
    Go to iProcurement Home Page -> choose NonCatelogItems Tab
    The first field on the page is "Item Type" of type "Message Radio Group"
    What user wants is : when user enters this page, all the fields should be disabled until user chooses a value for "Item Type" field.
    I know that I need to extend teh controller "NonCatalogRequestCO.java" by adding code snippet in "Process Request" method but not really sure.
    I appreciate if someone can give me the details please. Thanks.
    YS

    You approach is correct , but in addition to controller extension you need to make use of SPEL to make field hide or disable based on the
    condition .
    Keerthi
    Edited by: keerthioaf on Oct 25, 2012 7:34 AM

  • How to add a DFF to a OA page by personalization

    Hi Everydody,
    Can anybody please tell me how can we add a DFF to a OA page by personalization, that is what values for the parameters we have to set.
    Thanks

    Setting Up a Descriptive Flexfield in Oracle Applications
    Before you can add a descriptive flexfield to an OA Framework page, you must first setup the descriptive
    flexfield in Oracle Applications. To start, review Chapter 3 ("Planning and Defining Descriptive Flexfields") in
    the Oracle Applications Flexfields Guide Release 11i.
    When you have a clear plan for the descriptive flexfield you wish to set up, refer to the section titled
    "Implementing Descriptive Flexfields" in Chapter 14 ("Flexfields") of the Oracle Applications Developer's Guide
    Release 11i for instructions to the following general steps:
    Step 1: Define descriptive flexfield columns in your database.
    Step 2: Register your descriptive flexfield table with Oracle Application Object Library.
    Step 3: Register your descriptive flexfield using the Descriptive Flexfields Window.
    Next, refer to the Oracle Applications Flexfields Guide Release 11i for instructions to these general steps:
    Step 4: Define your value sets in the Value Sets Window, as described in Chapter 5 ("Values and Value
    Sets").
    Step 5: Define your descriptive flexfield structure using the Descriptive Flexfield Segments Window, as
    described in the "Descriptive Flexfield Segments Window" section of Chapter 3 ("Planning and Defining
    Descriptive Flexfields").
    Recall that the value of a descriptive flexfield context field determines the context of the descriptive flexfield
    and the context-sensitive segments (if any) that are displayed. The section titled "Context Fields and
    Reference Fields" in Chapter 3 ("Planning and Defining Descriptive Flexfields") discusses context fields in
    more detail.
    Note: Reference fields for descriptive flexfields are supported by Forms-based Oracle Applications, but not
    by OA Framework. A developer mode error occurs in JDeveloper if you try to implement this feature in OA
    Framework. Refer to the "Reference Fields" section of Chapter 3 ("Planning and Defining Descriptive
    Flexfields") in the Oracle Applications Flexfields Guide Release 11i for additional information about
    reference fields.
    Step 6: When you are ready to add the descriptive flexfield to an OA Framework page, follow the steps
    outlined in the Declarative Implementation and Runtime Control sections below.
    Declarative Implementation
    The following steps describe how to add a descriptive flexfield item to a OA Framework region:
    Step 1: Define an item of the item style flex in your region.
    Note: You cannot create a flex item directly under a messageComponentLayout region, but you can create a
    messageLayout region under the messageComponentLayout region and add the flex item under the
    messageLayout region.
    Step 2: Set the Read Only property to True or False, depending on whether you want the descriptive flexfield
    to be read only.
    304
    Step 3: Specify a View Instance for your flexfield. The view instance should be the same as the view instance
    (view object) specified for your region. When the view object is defined, it should include all the database
    columns necessary for this descriptive flexfield. You should not change the database column names for this
    flexfield because the OADescriptiveFlexBean uses the same naming convention that the view object
    generation routine uses to find the corresponding attribute names from your view object.
    Note: OA Framework supports multiple descriptive flexfields on the same view object.
    Note: If a flexfield's view object does not return a row, an OAException will not be thrown so that the
    controller's processRequest method can still execute and render the flexfield.
    Step 4: Set the Appl Short Name property to the short name of the application to which the descriptive flexfield
    is registered. (Step 3 of Setting Up a Descriptive Flexfield in Oracle Applications).
    Step 5: Set the Name property to the name of the descriptive flexfield as it was registered.
    Note: This differs from how Key Flexfields are defined by shorthand codes.
    Step 6: Set the Type property to descriptive.
    Step 7: Set the Segment List property as appropriate (see Descriptive Flexfield Segment List).
    Step 8: Finally, you may set the Display Context Field to True or False, depending on whether you want to
    hide or show the context for the descriptive flexfield.

  • Any way to enable "display_errors" (PHP) on a page-by-page basis?

    I have just discovered that my host sets 'display_errors' OFF
    by default. I
    have asked them not to do this, but in the meantime, is there
    any way I can
    enable this on the specific page?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================

    Thanks, David.
    I'll have to adjust my thinking! 8(
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "David Powers" <[email protected]> wrote in message
    news:fk8mov$283$[email protected]..
    > Murray *ACE* wrote:
    >> I have just discovered that my host sets
    'display_errors' OFF by default.
    >> I have asked them not to do this, but in the
    meantime, is there any way I
    >> can enable this on the specific page?
    >
    > A live production site should never have display_errors
    turned on. It
    > gives malicious attackers valuable information about
    your server
    > structure.
    >
    > It's very easy to turn on the display of errors to debug
    a particular
    > script. Just add this at the very top of the page:
    >
    > <?php ini_set('display_errors', '1'); ?>
    >
    > It must come before anything else.
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "The Essential Guide to Dreamweaver CS3"
    (friends of ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/

  • Can you increase DFF length on Framework page through personalization?

    Can you increase DFF length on Framework page through personalization? Not sure if this is possible with personalization or only through customization. Please advise.
    Thanks,

    ok, so you want to increase length of KFF item where different segment gives the concateneted segment.
    ex: 10-100-1000-10000-2333.
    But why you want to increase the length? is the length too small that it is not able to display complete string.
    --Parag Narkhede                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Which folder storage the iProcurement web page in server?

    Dear all:
    As the question, which folder storage the iProcurement web page in server?
    Can I use the Jdeveloper open these web pages?
    My environment is : IBM P550 aix 6.1 | oracle ebs R12
    Regards
    Terry Chen

    Hi hsawwan:
    Thank you for your reply, but I am now in R12, the [ID 562555.1] is talking about the 11.5.10, I think it should be use JDeveloper to customize, right?
    Regards
    Terry

  • How to add new validation for the iProcurement web page?

    Hi,
    I am very new to OA Framework. Can you experts give me some guidance on how to proceed with the following customization?
    My requirement is in iprocurement when you open a new cart and check out on "ICX_POR_SHOPPING_CART" there is a Project Field and reference to Charge account. If the users go to charge account (ICX_POR_CHECKOUT_SUMMARY) and enter the segment values ( which includes project segment) and enters a value in project segment other than '000000' with out entering the Project Field on "ICX_POR_SHOPPING_CART" the page should give error.
    Please give me some suggestions on how to proceed.
    Thanks
    Vish

    I need the client side validation. By saying server side validation if you mean writing a triger on tables to validate then I am thinking to take that option as last resort.
    Can you please tell me what is PPR ( Is it personalization?) stands for.? In my case the Charge Account is DFF.
    Can you direct me to any documentation on how to add custom javascript to achieve my objective?.
    Thanks for your Help.
    Regards

  • Seeded DFF in a custom page

    Hello,
    I'm trying to enable "PER_ADDRESSES" seeded DFF in a region in my custom page. I did the below but i get an error message "Current VO row is empty for flexfield" when the page opens. Please correct me if i'm missing anything.
    1) Under MessageComponentLayout, i have created flex item.
    2) Application Short name: PER
    Name: PER_PEOPLE
    Type: Descriptive
    view instance: FlexVO
    3) FlexVO Query:
    SELECT DFF.descriptive_flexfield_name "FEILD NAME",
    dffC.application_id,
    DFFC.application_column_name "COLUMN",
    DFFC.descriptive_flex_context_code "CODE",
    dff.application_table_name "TABLE",
    DFFC.APPLICATION_COLUMN_NAME
    FROM FND_DESCRIPTIVE_FLEXS DFF, FND_DESCR_FLEX_COLUMN_USAGES DFFC
    WHERE DFF.application_id = dffc.application_id
    AND DFFC.DESCRIPTIVE_FLEXFIELD_NAME = DFF.DESCRIPTIVE_FLEXFIELD_NAME
    AND dff.descriptive_flexfield_name = 'PER_PEOPLE'
    4) In the processRequest of the page, below is the code
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject vo3 = (OAViewObject)am.findViewObject("FlexVO");
    vo3.clearCache();
    vo3.executeQuery();
    I would really appreciate your help on resolving this issue.
    Thank You All
    --KK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Shree,
    Thanks for the update. My Vo alias is also FlexVO in the AM but still i tried using FlexVO1 like you specified and it says VO not found. It looks like i am missing something in my code. Unable to figure out what it could be.
    Thanks
    --KK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • How to update a register in an ODS and in a cube

    Hi: I have a regsiter in my ODS, but when his status change in r/3 i have to update the register. When i load the delta it send's me a mistake that i have duplicate registers. How can I avoid thsi mistake instead to update the status, and how do i ma

  • Report doesnot output xml

    Hi All, We have resently upgraded from Oracle EBS 11i10 to Release 12 (Linux SLES 10). The standard report "Printed Purchase Order Report (Portrait)" runs fine when the output format is "Text" but errors out when it "XML". The report runs fine for mo

  • How to determine?

    If I have a form that say, requests users to type in adddress1 and address 2. Address 2 isn't 'required', but address 1 is. I have the form field named as address_2 and on the processing page, I also have it set to a <cfparam name="form.Address2" def

  • VAS - Unknown USB3 Vision error

    The TwoCameras.VI was created to simulate the use case of the two USB3 cameras I am using in my application. After anywhere from 500 to 5000 cycles I receive the following error for either one of my cameras: -1074360304: Unable to set attribute. Upon

  • Formatted Reporting through BI

    Dear All, I have certain requirement with respect to reporting on BI data which is as following: 1. We need to achieve formatted reporting which needs to be broadcasted to Senior Management. These reports are not aimed to support drilldowns. Its aime