Dff Related

Can i use sequence in DFF Attribute ? How
How can automatically generate number in DFF Attribute?

Context sensitive flexfields will help. You'll just need to adequately define how to get the context from the line so it can be used to decide what to show at distribution level. If you want it automatic you'll need to identify what field may get you the info. otherwise you can let the user choose the context

Similar Messages

  • Make visible one DFF related to another DFF on other form

    Hi,
    My question is regarding descriptive flex fields on Oracle Financials 11.5.8.
    We have created a DFF in Invoice form (Oracle Payables) which stores value in ap_invoices_all table.
    Then we have created another DFF in Invoice Distribution form which stores value in ap_invoice_distributions_all table.
    We need to make the “Invoice Distribution” DFF visible depending on the “Invoice” DFF value.
    Please let us know the possibility of doing this if so how to.
    Thanks!
    Madhura.

    Context sensitive flexfields will help. You'll just need to adequately define how to get the context from the line so it can be used to decide what to show at distribution level. If you want it automatic you'll need to identify what field may get you the info. otherwise you can let the user choose the context

  • Default Value using SQL

    Hi,
    How can I default a value in a descriptive flexfield by source of transaction? I am trying to update an invoice flexfield by source but it won't let me perform an update query as follows:
    update ra_customer_trx_all cac set attribute15 = 'Ready' where bac.batch_source_id = 1052
    Any ideas?

    This forum is not appropriate for DFF related query. Post this query in "Oracle Application" related forum.

  • OAMessageChoiceBean

    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    FireAction firePartialAction = new FirePartialAction("OIEChangeExpTemplate");
    OAMessageChoiceBean choiceExpTemp= (OAMessageChoiceBean)oawebbean.findChildRecursive("ExpTemplate");
    OAApplicationModule am = oapagecontext.getApplicationModule(oawebbean);
    ViewObject getTtlVO =am.findViewObject("xxExpenseTemplatesVO");
    if(getTtlVO==null)
    getTtlVO=am.createViewObject("xxExpenseTemplatesVO", "XXXX.oracle.apps.ap.oie.server.xxExpenseTemplatesVO");
    else
    oapagecontext.writeDiagnostics("CANNOT-FIND-VO","xxExpenseTemplatesVO",1);
    getTtlVO.executeQuery();
    choiceExpTemp.setPickListViewObjectDefinitionName("XXXX.oracle.apps.ap.oie.server.xxExpenseTemplatesVO");
    choiceExpTemp.setAttributeValue(PRIMARY_CLIENT_ACTION_ATTR,firePartialAction);
    I am using the above code, the Message Choice is successfully set to the expected value from the custom VO from the front end.
    But internally the seeded VO value is getting set. There is an event assoicated with the Message chocie bean which will be called when the choice is changed.
    I would like to know how to fire that event programatically for the Message chocie bean. The above code is not working as expected. Please help
    This is the page definition
    <oa:messageChoice id="ExpTemplate" readOnly="false" required="no" prompt="Expense Template" viewName="ExpenseReportHeadersVO" viewAttr="ExpenseReportId" styleClass="OraFieldText"
    pickListViewDef="oracle.apps.ap.oie.server.ExpenseTemplatesVO" pickListDispAttr="ReportType" pickListValAttr="ExpenseReportId" user:akAttributeCode="OIE_POP_TEMPLATE" user:akAttributeApplicationId="200"
    serverUnvalidated="true" rendered="false">
    <ui:primaryClientAction>
    <ui:firePartialAction id="firePartialAction3" event="OIEChangeExpTemplate" unvalidated="true"/>
    </ui:primaryClientAction>
    </oa:messageChoice>
    Edited by: Pradeep Kalyan on Oct 26, 2012 2:11 PM

    Keerthi,
    I am getting the bean, there is no issue with that. Also your event is getting fired only when I select some value in the Message Choice.
    this is my requirement.
    In standard, I have Message choice which has two values Temp1, Temp2. I am trying to filter out the value of message choice only with value Temp2. which I can do it with my code. There is DFF which gets displayed on the value selected in the message choice.
    But though the value is set to Temp2 externally, the system takes Temp1 value internally and displays the DFF related to Temp1.
    my navigaton is iExpenses --> Create Expense Report. I believe that we need to achieve this using only Process request. AS Process form request willl get executed only when there the form is submitted. But my page gets displayed by just click on the button. I need to have some logic in Process request which should select Temp2 internally and externally.
    Or please let me know how to refresh the DFF based on the value selected here.

  • Autopopulating PER_ALL_people_f column fields(related to people DFF) depending on Job title change in assignment form.

    Autopopulating PER_ALL_people_f column fields(related to people DFF) depending on Job title change in assignment form.

    Can you check these -
    http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDYQFjAB&url=http%3A%2F%2Foracle.anilpassi.com%2Ff…
    Forms personalization for DFF

  • Question relating tips for 2 DFF segments within the same group

    Hi All,
    I have a requirement where in I need to display a tip message for two of the DFF flexfield Segments within the same group. Currently we are displaying a tip for one of the DFF flexfield segment by placing it at the end of the Segment List and creating a normal tip message just below it. The shortfall of the above approach is when I add new segments to the DFF, the tip for the former segment is out of place.
    Also, I currently have a requirement to create another tip for another Segment which is part of the same DFF. Could anyone of you please suggest how both the tips for the 2 DFF segments of the same group can be shown on the same page?
    Thanks,
    Sowmya.K
    Edited by: user770244 on Nov 5, 2009 12:54 AM

    Hi experts,
    I am trying to find some solution that way:
    - Maintain field catalog (FBRC008): setting field Segment as "secondary organisational unit" and setting field parter segment as "Secondary partner unit"
    - Setting up a the reconciliation display (FBRC003) with the flag "Use Primary and Secondary org units and partner units in hierarchy display"
    But when I launch the reconciliation display, the following dump arises :
    "ITAB_ILLEGAL_COMPONENT"
    In the current ABAP program "CL_FBRC_PRESENTATION==========CP" the internal
    table "<LT_TOTAL>" was to be
    processed with "SORT".
    At the same time, a component "SEGMENT " was dynamically specified as content
    of the field "ME->MD_SECONDARY_ORGUNIT_FIELD".
    Do you have any explanation for that dump?
    Thanks!

  • HOW TO CREATE A DFF BASED ON ORGANIZATION

    Hi,
    I want to create a DFF which would have 5 different context values, i want 2 of them to be available in one organization and other 3 in other organization, how i can achieve this.
    Regards,
    Usman.

    Hello,
    "HOW TO CREATE A DFF BASED ON ORGANIZATION"
    1- I will create a customized table having two columns one is for context name and other is for org_id,
    2- then i will create a value set on this table and will use this on 'Value Set' field on 'Descriptive Flexfield Segments' window.
    3- In the where clause of this value set i will pass org_id from profile $PROFILES$.ORG_ID,
    4- this will restrict the context based on org_id And user will only have context related to there org
    I have successfully achieved the above requirment.
    Find below the restriction you should follow so that Value set is available in LOVs on "Descriptive Flexfield Segments" window:
    Value sets used for context fields must obey certain restrictions or they will not be available to use in the Value Set field in the Context Field region of the Descriptive
    Flexfield Segments window:
    • Format Type must be Character (Char)
    • Numbers Only must not be checked (alphabetic characters are allowed)
    • Uppercase Only must not be checked (mixed case is allowed)
    • Right-justify and Zero-fill Numbers must not be checked
    • Validation Type must be Independent or Table
    If the validation type is Independent:
    • the value set maximum size must be less than or equal to 30
    If the validation type is Table:
    • the ID Column must be defined, it must be Char or Varchar2 type, and its size must
    be less than or equal to 30. The ID column corresponds to the context field value
    code (the internal, non-translated context field value).
    • the Value Column must be defined, it must be Char or Varchar2 type, and its size
    must be less than or equal to 80. The Value column corresponds to the context field
    value name (the displayed context field value).
    • the value set maximum size must be less than or equal to 80
    All context field values (the code values) you intend to use must exist in the value set. If
    you define context field values in the Context Field Values block of the Descriptive
    Flexfield Segments window that do not exist in the context field value set, they will be
    ignored, even if you have defined context-sensitive segments for them.
    Best Regards,
    Usman.

  • India Localization Invoice Distribution DFF has No Values

    Hi,
    We are implementing India Localization. In AP, while entering Invoices, the Distrbution DFF contains no values.
    This is inspite of creating tax codes, taxes, Threshold setups and selecting the OU.
    Pls suggest why I'm unable to find the Tax ID values in the DFF.
    Thanks in advance
    Regards,
    Satya

    Hi,
    I've figured out what was wrong.
    For some wierd reasons the some of the Triggers relating to India Localisation were disabled.
    Once Enabled , the problem was solved.
    Only then, the Supplier TDS info in Additional Info window (at site level) was populating.
    Thanks
    Satya

  • Related item with calculated quantity

    Hello,
    I have requirement like this in 11.5.10.2.
    1. I have sales order with item "A" quantity 10.
    2. I choose related item "B" with default quantity 1.
    This is easy.
    I want put my own quantity instead 1. I can change this quantity manually but I want make own calculation and I want fill in quantity by system.
    What kind of setup/customization I have to make? Has somebody had requirement like this?
    Regards,
    Luko

    Luko,
    I think the standard functionality is always going to give you a quantity of 1 as default.
    Have you tried using a personalization on the LINE object, WHEN-VALIDATE-RECORD event, with a condition statement restricting the trigger to the item relationship type(s) you're using?
    If your requirement is as simple as always setting the related item quantity to be the same as the ordered item quantity then you should be able to take care of that within the perso. If you have variable qty relationships, you'd have to look at storing those in the Item Relationships DFF and referencing that setup from your perso to get the correct calculated qty value to set.
    Regards,
    Jon

  • Any setup in isupplier for showing the DFF in purchase order?

    Hi all,
    i have one question, please reply me.
    In purchase orders, i am creating a purchase order. In the Purchase order at line level i am enabling a DFF(PO Lines) and i am giving a value for attribute1 and i am approving it. So that purchase order will be sent to Supplier.
    In iSupplier portal(Self service appln -OA Framework pages), i am entering and seeing that purchase order that i have created and approved in PO module. That purchase order is visible and i can only see the purchase order details and i cann't see the DFF that i have enabled in PO module.
    My question is that hence the DFF(attribute1) is storing in that purchase order line level, i could have see that also in the iSupplier portal screen isn't it? Even Oracle would have taken care of this know, if i am attaching a DFF along with the purchase order, it is related with that purchase order and whereever i query for that purchase order it needs to show everything that are related with the purchase order know?
    Whether is this possible for this? I am working in 11iRUP5 instance, is there any setup needs to be done as such it will show the DFF also in iSupplier portal screen?
    Thank you,
    Rajarajan

    It looks more of a functional/setup issue. You will get a better response on product related forum or lets wait on Tapash's reply, he is well familiar with this module.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                   

  • Add lov in DFF

    Dear friends,
    I want to add a lov in DFF field.I already enabled DFF .In run time I will get a parameter, using this parameter value I want create lov.I dont know how to add this lov in dff .Now i created lov in DFF using valueset.But in my page controller I will get a parameter using this parameter dynamicaly want to create lov.Does anybody knows about this pls help me..
    Edited by: aneeshmathew on Jun 2, 2011 11:34 PM

    usman777 wrote:
    need some helping query to add LOV in Contract Number in Quality plan which have relation with invoice number.What is an LOV?
    What is a contract number?
    What is a quality plan?
    This is an SQL and PL/SQL forum..
    Better you put the issue in relevant forum. This is the Forum Home, where you can find all the available forum links
    if you mean, a list of value in oracle Forum, check in Forms forum:{forum:id=82}
    I would also suggest you to read the FAQ - {message:id=9360002}

  • Forms Configurator - DFF Error?

    Hi guys,
    Please excuse the long post.
    I am currently investigating an issue with a form designed in 'Forms Configurator'. The form is used for a remote team to simply update a 'user id' field in a Descriptive Flexfield on the Person Form, and save it.
    Unfortunately the form broke as part of a new multi org setup that was created, and im struggling to get it working again! I would really appreciate a fresh pair of eyes (or more!) on it as its driven me to insanity!
    I think the best way of explaining it, is by showing you pictures aswell as text. Forgive me for blanking out the names and stuff, as my audit team will go nuts otherwise!
    Right first things first, this is the error i'm getting. Simply update the 'User ID' field, and save:
    Click here for full size pic!
    And if you 'Ok' that, you get a message at the bottom:
    Click here for full size pic!
    FRM-40105: Unable to resolve reference to item $PROFILES$.PER_BUSINESS_GROUP_ID
    Now heres a look at the setup of the item in question on the form, and the function registration:
    Click here for full size pic!
    Click here for full size pic!
    Now at this point, its worth noting that if i disable the 'User ID' field which is causing the error, i can update another field on the form (non DFF field!) and it saves fine. So its directly linked to updating the item in the DFF.
    Now to explain the setup of the DFF. There are 2 'organisations' using the instance, and the DFF is setup with different fields for each, using the Business Group ID as a context. See below:
    Click here for full size pic!
    Click here for full size pic!
    As you can see above, the middle entry is the context we are using, this looks at the business group id of the profile options (set at responsibility level) - $PROFILES$.PER_BUSINESS_GROUP_ID. Then when you look at the segments, you can see its got no validation on it, its just a 6 character field. There are contexts setup for the 2 different organisations we are using, and a global one. The field we are trying to update is in the middle context.
    Now, im pretty sure the error is in relation to the context on the field in the form setup (it has none!). So if i add a context to the item, for the 'correct' context setup, as per below:
    Click here for full size pic!
    Click here for full size pic!
    I still get the same error:
    Click here for full size pic!
    I have absolutely no idea what to do next? Can anyone help/advise/point me in the right direction?
    Much appreciated!
    Gary
    Edited by: gary_lythgoe on Feb 22, 2010 5:45 AM

    Hi Helios- Gunes EROL
    What is your OS and EBS level?+
    Unix backend, and when you say EBS level, which level do you mean? Its 11.5.10, and HR RUP4, ATG RUP7 i think. If you give me specifics i can tell you.
    Please check ERROR: FRM-40105 Unable to resolve reference to item ID 561649.1+
    I've seen this before, and im struggling to relate the resolution to my example:
    Metalink ID 561649.1 - One of the rules is referencing a data subscriber and that field does not exist. The data subscriber needs to be changed to match the attribute that is in the current AppsExtend Form. If you want to find the data subscriber you can lookup LA_BR_SUBSCRIBERS and look in the field profile.+
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=295697&messageID=2218691+
    With regards to that forum link, the links inside didnt help a great deal, and the suggestion of - Add this forms function to your menu: "Navigator: Disable Multiform" - This didnt work as i just tested it.
    Many thanks for a response, do you have any more potential suggestions? This is really stressing me out!
    Regards,
    Gary

  • Read Only DFF

    Hi,
    Is it possible to make just one of the DFF Attributes as READ-ONLY?
    I'm able to make entire DFF read-only by using "Logical Apps - Apps Rules" Changing Securiy >DFF to No Update. Wonderinf If I can make just ONE segment read only instead of whole DFF.
    Thanks much in Advance.
    Sandy

    This looks like an Apps related question to me and as such should be asked in this forum: OA Framework
    If I am not correct in my assumption: what is DFF?

  • Update a DFF in per_all_assignments_f table

    Hello gurus,
    We are storing information from a legacy system in one of the assignment attributes in the per_all_assignments_f table.
    I'm aware that using an API would be the right approach to update any columns on the table.
    I'm curious to know what are the things to check (specifically user hooks) when updating a dff using a simple update statement??
    My question basically is, since I'm updating just a dff, how can I check what are the things that can be  affected by the update statement?
    Thanks

    Hi,
    Quoting the flexfield manual..
    Warning About Changing Data
    Oracle provides powerful tools you can use to insert, update, and delete information in an Oracle database. But, if you use Oracle tools like SQL*Plus or Oracle Data Browser to modify Oracle Applications data, you risk destroying the integrity of your data and you
    lose the ability to audit changes to your data. Because Oracle Applications tables are interrelated, any change you make using an
    Oracle Applications form can update many tables at once. But when you modify Oracle Applications data using anything other than Oracle Applications forms, you may change a row in one table without making corresponding changes in related tables. If your tables get out of synchronization with each other, you risk retrieving erroneous information and you risk unpredictable results throughout Oracle Applications.

  • DFF dependent LOV based on self service page

    Hi there,
    I have a question related to the usage of DFF in OA CU2 version. Our client has a requirement where he wants to enable DFF on a self-service page and attach an LOV to one segment by defining a value set. The requirement needs to restrict the values shown in the value set based on a parameter from the self service page. For e.g.: the value set query is defined to show all partySiteIds and locations for a partyId where partyId is a bind parameter which needs to be passed from the self service page. Is there a way to pass the form value of an OA page dynamically to the value set query which is tied to the DFF segment?
    I believe Its do able on DFF in forms because LOV can reference block field value. How can we achieve this on an OA self service page. If this cannot be achieved then can you please suggest an efficient work around on how to incorporate this feature with minimal customization.
    Thanks,
    Praveen Koka

    pmishra,
    You need to find out whether the attribute you want to show using personalization is already there in the concerned VO. If its there then create the item and attach the VO & attribute using personalization.
    Regards,
    Gyan

Maybe you are looking for

  • Acrobat pro 8.1

    hi, i discovered an issue that is really frustrating: the choice of font made in 'preferences-->commenting-->font' has to be identical across systems, otherwise the text in all comments does not show up correctly. assuming this is not fixable: is it

  • APOC startup failure

    Hi there, I have a little problem with apocd startup, i've already set up the configuration agent following documentation on docs.sun.com but when i try to start up apocd daemon "/usr/lib/apoc/apocd start" I get this error (that's the output of apocd

  • How to connect xMII 11.5 and MaxDB?

    Hi All, Someone know how to connect xMII 11.5 and MaxDB (7.6 or 7.7)? Thanks in advance, Vinicius Martins Axia Consulting São Paulo - Brasil

  • How do i change default viewer on OS 10.8.2?

    I want Photoshop to be the default viewer.  How do I replace Preview with Photoshop?

  • Can I monitor an 8i Standby Database with OEM 10gR3?

    I have added the target for an 8i instance and its physical standby. The primary looks fine but the standby shows down and reports the following message: ORA-01033: ORACLE initialization or shutdown in progress I also notice that OEM doesn't display