Descriptive flexfield using fast formula

Dear all,

How to use the de FACTO forces in fast formula.

Thank you
Mr. Bilal

Check-

select user_entity_id,definition_text from ff_database_items -- user_entity_id
where user_name = 'ACP_SERVICE_START_DATE'; -- change this to your DBI

select route_id from ff_user_entities -- route_id
where user_entity_id = 1228; -- user_entity_id from the previous query

select text from ff_routes -- text
where route_id = 286; -- route_id from previous query

Now you can build a sql statement-

Select /* definition_text */ -- from the 1st query
from
/* text */ -- from the 3rd query

The above query returns you the value that is the same as used in a FF DBI

Also, try to delete the aliases in your formula, instead use the DBIs directly and see if that makes a difference.

see you soon,
VB

Tags: Oracle Applications

Similar Questions

  • calculation using the formula node needs two clicks

    Hello

    I want to use this piece of code for a larger program. My goal is to take 10 values and calculate two values using a formula. I used the formula node as the calculation functions digital ordinary would be too heavy. If I click on save, it saves two values to a file.

    The problem that I am facing is that when I start the program, it works very well for the first time. The second time however, if I change the values, and then click on save, it still displays the previous values, or some altered values. I have to click on save twice to get the correct values. I don't understand the reason why this happens. Can anyone help?

    File attachment: Capture screen and VI.

    P.S. If the solution can help with the problem, I'm ready to change any part, but please, not irrelevant to suggestions on how to * improve my code *, because I've worked hard to make it work with another major project.

    I don't completely understand the description of your problem.  But I see two problems.

    1. the "Save" button actually belongs to the event that handles the record button.  And the case of the event should really be Jean-Claude Value Change of mouse down?

    2. your STOP at the bad mechanical action.  Since it happened so this just released, it is only true while you're pressing it.  It stops the upper loop, but can't stop low loop because your loop will also be waiting to save button to press.  Stop will always be false because you cannot press two buttons at the same time.

    Try to make your action to stop button to be changed when released.  You must return the button to false programmatically born of two loops.  In fact, it would be better to have a case of events for the stop button to stop the lower loop.

    I don't understand what you're trying to do in the upper loop.  You read a file as soon as possible, and it seems to be the same file that you create in the lower loop.  Why?

  • Fast formulas, and user-defined Table

    Hello world

    I defined a udt as follows:

    Structure of the table >

    Name: TEST_SLAB

    Key of the user Table: TEST_SLAB

    Match type: range

    Unit of measure for the key: number

    Rank title: Null

    The values in the table >

    Table: TEST_SLAB

    Unit of measure for the key: number

    Column name: TEST_SLAB

    Value upper limit lower limit

    0                                   1000                         10

    How to write my quick formula:

    By DEFAULT for the union 'IS'
    The ENTRIES ARE union (text)
    deduction = 0
    OTHERWISE the union WAS in default
    THEN
    deduction = TO_NUMBER (GET_TABLE_VALUE ('?', '?',?))

    Deduction of RETURN

    The syntax is

    GET_TABLE_VALUE ('Table_Name', 'Column_Name', l_input_value)

    More information are using the values in table in the fast formulas

    Kind regards

    Stephanie.

  • Context sensitive Descriptive Flexfield read attributes

    Hello.

    I would like to get the content (depending on the value of context) some attributes of FDF.

    The descriptive flexfield is JG_PO_VENDORS. You can see on the EBS R12.

    I used the following code in the controller:

    OADescriptiveFlexBean oaDFF;
    oaDFF = (OADescriptiveFlexBean) webBean.findIndexedChildRecursive ("globalFlexItem");
    OAMessageTextInputBean attr6 = (OAMessageTextInputBean) oaDFF.findChildRecursive ("globalFlexItem6");
    OAMessageTextInputBean attr7 = (OAMessageTextInputBean) oaDFF.findChildRecursive ("globalFlexItem7");
    OAMessageTextInputBean attr8 = (OAMessageTextInputBean) oaDFF.findChildRecursive ("globalFlexItem8");

    String attr6Value = (String) attr6.getValue (pageContext);
    String attr7Value = (String) attr7.getValue (pageContext);
    String attr8Value = (String) attr8.getValue (pageContext);

    The code of the controller above works fine with a simple flexfield that has no more context values.

    If the FDF has more context values, as we see in the form of Directors flexfield, we have the column "Code":

    Global data items

    CODE1

    CODE2

    CODE 3...

    I want to find attributes in the value of context 'Code 3' 6-7-8, for example.

    The code above the controller concludes the flexfield but cannot reach the attributes of the context code 3 and I get a NullPointerException on the line that gets the value of the attribute:

    String attr6Value = (String) attr6.getValue (pageContext);

    Please, can you tell me how to search for a given context value segments?

    Thank you

    Concerning

    Vincenzo

    Hello

    This has worked for me on the page the seller organization. (Extension OrganizationCO)

    OAMessageChoiceBean context =  (OAMessageChoiceBean)webBean.findChildRecursive("OrgProfileFlex0");
    if ("someValue1".equals(context)) {
         OAMessageLovInputBean item1 = (OAMessageLovInputBean)webBean.findChildRecursive("OrgProfileFlex1");
         OAMessageTextInputBean item2  = (OAMessageTextInputBean)webBean.findChildRecursive("OrgProfileFlex2");
    }
    else if ("someValue2".equals(context)) {
         OAMessageTextInputBean item1 = (OAMessageTextInputBean )webBean.findChildRecursive("OrgProfileFlex1");
         OAMessageTextInputBean item2  = (OAMessageTextInputBean)webBean.findChildRecursive("OrgProfileFlex2");
    }
    

    However be careful to the;

    If the structure of DFF or order FDF even activate change indicator, you must modify your code (the beans, the item id) also, otherwise you get a null pointer exception. That's why I always try to get the values of the current row of the vo.

    Kind regards

    Anil

  • Fast formula

    Hello

    Is it possible to add an item to the next payroll month calculalation? Thanks to the fast formula?

    Please guide.

    Thank you

    Hi, the result type of the JUDGMENT has the effect of end - date of the entry of the item that was the formula that generated the stop statement.

    The use is in the formula, set a local variable, i.e. L_STOP. So, if you are in a situation within the formula where it is necessary to effectively stop the entry of the element, you must set L_STOP 'Y' and BACK as well as the other things that you would normally returned. For example:

    :

    IF L_REMAINING_DEBT - L_PERIOD_DEDUCTION = 0 THEN

    (L_MESSAGE = "Entirely free from debt"

    L_STOP = 'Y '.

    RETURN L_MESSAGE, L_PERIOD_DEDUCTION, L_STOP)

    ON THE OTHER

    (RETURN L_PERIOD_DEDUCTION)

    :

    Then to your rules of the formula result for this element/formula, in addition to the existing rules for example L_PERIOD_DEDUCTION and L_MESSAGE, you must also set a rule of the formula result of L_STOP which is a type of "Stop".

    Hope this helps

    Clive

  • Fast formula question

    Please, could someone confirm if a quick formula can include a statement to automatically generate the input element?

    I created a formula to produce the value I need, but I don't want the item to appear in the entries of the item unless the value is greater than 0.

    For the moment, I need to have the added element first on the inputs of the element for the formula to work, as I did not of course above all upward.

    So in summary I never used the fast formulas that the item is already in the entries of the element, before the execution of payroll. I would like to now the element to automatically generate than if a value is filled in the FF by operating on the payroll.

    Thank you very much

    Steve

    OK, race results are literally the results of what happened at an entrance of the specific item in a list of specific payroll executed. Normally, the payroll team will get to see these if they watch an assignment in a race on the payroll. If you access

    View-> transfer process results

    You will be able to examine the process of payroll for this assignment (these bananas are referred to as transfer Actions) - for payroll (or Express) types, there is the possibility, via a button at the bottom of the screen, display the results. Subsequently, you can see what results and values of result of track have been generated

    In a formula, when it returns something, this can go somewhere. Where he goes depends on how you have configured rules formula result. There are many mechanisms available, but the most common is "Indirect result". This allows you to fire a formula element 'X' type and are the result of a calculation that is sent as an indirect element result 'Y '. There is no actual entry element for the element 'Y', but there is an execution result and in fact a result execution for the element value 'Y' for that pay for this assignment.

    Hope this helps, but come back if you want more details.

    Clive

  • Add_Months is allowed in a fast formula?

    Hello

    Im trying to add the following to carry him on a quick formula.

    : Mid_Month_DDMM = to_char (to_date (to_char (ADD_MONTHS (Continuous_Service_Date, + 1), "YYYYMM"), "YYYYMM")-1, "JJMM")

    But it seems that the formula does not like "Add_months. Im trying to get the formula to work when a continuous_service_date of employees is not the 1st of the passing months will happen by the end of the month.

    Thank you

    Andrew

    Hi André,.

    Have you tried using the Last_Day function.

    select last_day(sysdate) from dual;
    or
    select to_char(last_day(sysdate),'DDMM') from dual;
    

    I also see that LAST_DAY and ADD_MONTHS functions are provided with the application.
    http://docs.Oracle.com/CD/E18727_01/doc.121/e14567/T1774T1776.htm#6280105

    On the other-
    Snandard sql functions can be created in function formula from the front-end server.

    The functions TRUNC, ROUND etc... Use built-in Sql directly.
    So, you can create a new SQL - LAST_DAY function-based LAST_DAY say function.

    The engine Fast formula would decode those during execution.

    See you soon,.
    Vignesh

  • Urgent: How differentiate between retro and payroll in fast formula

    I wrote a quick formula. This quick form is attached to the element of "basic salary".
    "Base salary" item has retro setting and proration.
    We use retro processes strengthened.
    Improved retro process calls this quick formula to verify the amount of the difference.
    Similarly, oracle payroll will also call the same formula fast when running on the payroll.

    Now, our requirement is:
    ----------------------------------
    A few lines in fast formula should not run when FF is called by retro, but it must be run when it is called by the payroll.
    So, how could we know if FF is called process retro or payroll?
    If I have a way to find this, I can run that code using this condition.
    Any pointer in this regard will be highly appreciated.

    None of the above... Just write a function custom PLSQL who will be ID action of payroll as a context parameter & returns the table PAY_PAYROLL_ACTIONS... action_type column to the fast formula. L is for Retro throw.

    In the quick formula, place the specific code in the if condition.

    ATTENTION: Make the formula calculate differently in normal payroll & retro you can cause serious problems of consistency in payments/deductions and their debugging might become impossible in the long term.

    Published by: Maxime bushel Sep 22, 2011 07:00

  • API for Descriptive Flexfields

    I was wondering if there is an automated way to create descriptive flexfields in forms. We have a FDF (Asset attributes) with potentially hundreds of segments according to the context. It would be very tedious to create. We could use Dataload but I was wondering if there is no other alternative. BTW, we're on 11i.

    Thank you

    Hello

    You can use FNDLOAD (please see the following documents for more details).

    Note: 316600.1 - download several FNDLOAD Flexfields
    Note: 74528.1 - how to download the single context using FNDLOAD for Descriptive Flexfield
    Note: 745689.1 - how to download A single Flexfield Structure using FNDLOAD?
    Note: 603036.1 - How can I determine the DESCRIPTIVE_FLEXFIELD_NAME be used during the FNDLOAD

    For the list of Oracle 11i API applications, please refer to:

    Oracle integration repository
    http://IREP.Oracle.com/

    Kind regards
    Hussein

  • FNDLOAD for Descriptive Flexfield update

    Hey everybody,

    I wanted to just consult with you on something,
    I've updated a definition descriptive flexfield (relocated part of the segments of GLOBAL in a new context, I created = I removed from overall, that released the attributes again, and then I set the slot a new field of context for DFF).

    -To move this configuration to another instance, I download and downloaded through FNDLOAD, DFF.
    In a first time - update failed, due to the fact that the attributes used in the new context were held by global.
    So-
    My idea was to simply delete the definitions of all THE forces in FACT in the new instance and then use FNDLOAD for download.
    Turns out OK, and update seems successful.


    I'm afraid I just delete FDF definitions completely which will adversely affect something and I think I might be missing something here.
    (After all, if it's OK, why don't FNDLOAD remove the old definition during the process of updating and then create the new definition, as it does with the customizations?)

    Would love to hear your ideas before you do the same on the production instances...

    Thank you
    Aaron

    Aaron,

    I think that you should not remove a FDF, on the contrary, you will need to disable.

    Note: 176867.1 - Oracle Applications Flexfields's, frequently asked Questions (FAQ)--5. Can I remove a descriptive flexfield?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=176867.1

    Have you tried using UPLOAD_MODE = REPLACE? This option replaces your current values with the values that you have in the file.

    If you want to download new items in the file that do not currently exist in your database, go "CUSTOM_MODE = FORCE" option.

    Kind regards
    Hussein

  • using the formula node array index

    Hello

    I'm new to labview...

    I am creating a vi that takes a number n and out the primes from 0 to n (i.e. including 1).

    My approach to do, he uses a formula node, but I can't understand how the table index or for each number first output.

    It seems that my indexing algorithm works very well, but I'm just pushing it into the array as an element.

    It'll will be great if someone could take a look at my vi and give me a hint on how to index properly.

    Thank you

    AA

    your output should be a table and index first use [index]

    also you have to declare the index and Prime]

  • After effects CC 2015.3 Crash when I use Fast AMD R7 2 265 project option

    Hello

    After that effects CC 2015.3 crash when use fast project option.

    3.jpg

    Here's a video recording to clarify my problem.

    After Effect does not not using a quick project on Lenovo E550 with Amd R7 M265 - YouTube

    After effect use the Intel HD Graphics 5500 built in graphics card and good work.

    When I go to the quick option project aftermath addresses do not at all. Please help me.

    Kind regards

    Ashour

    Specifications:

    Lenovo Thinkpad E550 with AMD R7 M265 2G

    Processor Intel® Core™ i7

    Windows 10 pro x 64

    Intel® HD graphics card

    AMD Radeon R7 M265 2 GB

    DDR3L 1600 MHz 8GB

    15.6 "HD 1366 x 768 200 nit glare

    Webcam HD 720 p with micro double, optional

    240 Samsung SSD HARD drive

    Double Bay Microphone

    Headset/Microphone combo Harbour

    Dolby® Advanced Audio

    Up to 9 hours (internal battery 48 w/h)

    Gigabit Ethernet, b/g/n or a/c, WIFI

    Hello

    Finally fast project after effects CC 2015 option and here works on a video recorded for it.

    Quick project overview the Option works on legacy CC 2015 On AMD R7 M265 2 G - YouTube

    I think that there is a problem with the last after CC 2015.3 effect, I hope that adobe can fix for other perhaps users that they have the same problem and they want to use the last legacy CC 2015.3.

    Now I have just 4 days to try after effect, and unfortunately I can not buy it and Yes, after effect is an excellent program to design the query.

  • Oracle of learning management class additional information descriptive Flexfield

    Hello team,

    We have activated the additional class Information Descriptive Flexfield store class addition details, but we have not seen the value of de facto in class OLM screen, here is the configuration of the FDF screenshots. Could you let me know how to find the value of de FACTO in the class page.

    Additional Class Information DFF.jpg

    Additional Class Information DFF- Segments.jpg

    Thank you

    Riadh

    Hey, Raju.

    You will need to add personalization to the class details page that is read-only and editable class details page.

    There are two items that you will need to show:

    • Column default: additional information
    • Flex: (EventsDescriptiveFlex)

    The specific names of Document are:

    • / Oracle/Apps/OTA/admin/Event/WebUI/ViewEventPG
    • / Oracle/Apps/OTA/admin/Event/WebUI/EventMaintainPG

    I hope this helps!

    Anne

    --

    Anne Saulnier

    Thematise synergy

    http://www.synergycode.com

  • How to debug the code for fast formula OTL plsql?

    Hello

    I have trouble understanding the flow of my code PLSQL (function), which is called by a fast formula HRMS.

    I don't know how to debug.

    Can I add lines of hr_utility.trace to the PLSQL? If so, see where you put it?

    Help, please.

    Thank you

    Germain

    Hi, Germain,.

    You can start the trace in the form and complete it in the formula. The handle of the trace will display all messages of the formula and the pl/sql functions that formula calls internally. So, indeed, you should get all the trace messages in your trace file.

    If you want to only draw a pl/sql function, add this in pl/sql code from the point you want to draw, and then add the trace_off at the end-

    hr_utility. TRACE_ON (null, 'VBATTU_TRACE');

    hr_utility.trace ('# START #');

    ..

    ..

    ..

    ..

    hr_utility.trace_off;

    Cheers,

    Vignesh

  • Last day of the year in fast formula

    Hi all

    I have to deal with something special, based on the last day of the current year.

    How can I get the last day of the year? Is there a function available in the fast formulas?

    Appreciate all entries...

    Thank you
    SRS

    What is

    :
    L_last_day = TO_DATE (' 31 - DEC-'+ TO_CHAR (PAY_PROC_PERIOD_END_DATE, 'YYYY'), 'DD-MON-YYYY')
    :

    Clive

Maybe you are looking for