Dependancy between 2 value sets

Hi,
I have 2 segments in People Group based on 2 value sets and dependent from each other:
Segment 1- Employee Type: Back Office or Shop
Segment 2- Commission %: (fnd_number value set)
My question is: how to set segment 2 mandotry in case employee type is Shop and optional in case we chose Back office
Thank you
Elie

check this out
http://docs.oracle.com/cd/E18727_01/doc.121/e12892/T354897T361282.htm#I_ex2Dspvalst

Similar Messages

  • Diff between Precalculated Value set and Precalculated web template

    Hi Friends
    Can any one tell the Diff between Precalculated Value set and Precalculated web template
    Where we will use these
    Thanks

    Hi,
    The Reporting Agent is a tool used to schedule reporting functions in the background.
    The following functions are available:
    ●      Evaluating exceptions
    ●      Printing queries
    ●      Pre-calculating Web templates
    ●      Pre-calculating characteristic variables of type pre-calculated value sets
    ●      Pre-calculation of queries for Crystal reports
    go through,
    pre-calculated value sets
    [http://help.sap.com/saphelp_nw04s/helpdata/en/28/734d3caa70ea6fe10000000a114084/frameset.htm]
    [http://help.sap.com/saphelp_nw04/helpdata/en/84/00783b3af21f5ee10000000a11402f/content.htm]
    Pre calculating Web template:
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9e/9f653ade969f4de10000000a114084/frameset.htm
    Basically when you have a Precalculated Template, the system first run a report (which has been scheduled) and read the data from there when you run your template. This can imrpove the performance respect to online read data.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/6e/b5663a5fb46752e10000000a11402f/frameset.htm]
    [Pre calculated web template;
    Hope this helps...

  • How to find dependency of a value set created in oracle apps in discoverer

    Hi all,
    I would like to know the names of discoverer reports which are all refers a particulat valueset created in oracle apps.
    Thanks
    Feroz

    Hi All,
    Just want to share my findings on the same.....
    After login into eTRM on the left hand side there is a link with the name "FND DATA DICTIONARY" just click on that ,it will list you all the products(Modules).select the specific module ,it will list the no. of table's ,views etc in that module.click on the tables, it will list all the table .select the table that is requreid .It will display what are all the foreign keys including the tables involved in that table.
    Please let me know if anyone need further help..
    hope this will help.
    Thanks
    Naveen.

  • Create a value set

    I want to create a new value set as "ASS_ATTRIBUTE2" that is dependent on the value set that was defined earlier for attribute "ASS_ATTRIBUTE1" but the new value set("ASS_ATTRIBUTE2") should be enabled or disabled based on the selection condition mentioned in the first value set that is (Yes/No) in the first attribute "ASS_ATTRIBUTE1".
    How can i achieve this?

    Hi,
    Use the $FLEX$.VALUE_SET_NAME clause in the table validated value set.
    Regards,
    SN

  • Make diffrence between values set by user and others by binding

    Hello, I'm working with comboboxes. Selected Value is sometime set by user and somtimes set by bindings. I have to launch actions only when the selected value is set by user. Is there any possible way to do it? Thank a lot.

    If the value selected is dependent from the value chosen by user and depending on other data at once
    This sounds like you have one variable representing two distinct things; but maybe your requirements somehow necessitate this.
    Here's what I meant. I have a background thread (using a Timeline) which changes the combo box randomly every two seconds. (This is a mockup of your requirement of it depending on another value.) The output to the console happens only if the user changes the combo box manually.
    import java.util.Random;
    import javafx.animation.Animation;
    import javafx.animation.KeyFrame;
    import javafx.animation.Timeline;
    import javafx.application.Application;
    import javafx.beans.property.SimpleStringProperty;
    import javafx.beans.property.StringProperty;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.ComboBox;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    import javafx.util.Duration;
    public class ComboBoxUpdateTest extends Application {
        @Override
        public void start(Stage primaryStage) {
            final String[] values = { "One", "Two", "Three", "Four" };
            final StringProperty value = new SimpleStringProperty();
            final ComboBox<String> combo = new ComboBox<>();
            combo.getItems().addAll(values);
            value.addListener(new ChangeListener<String>() {
                @Override
                public void changed(ObservableValue<? extends String> observable,
                        String oldValue, String newValue) {
                    combo.setValue(newValue);
            combo.valueProperty().addListener(new ChangeListener<String>() {
                @Override
                public void changed(ObservableValue<? extends String> observable,
                        String oldValue, String newValue) {
                    if (!newValue.equals(value.get())) {
                        System.out.printf("User changed combo box value from %s to %s%n", oldValue, newValue);
            // Randomly change value every 2 seconds:
            final Random rng = new Random();
            Timeline timeline = new Timeline(new KeyFrame(Duration.seconds(2),
                    new EventHandler<ActionEvent>() {
                        @Override
                        public void handle(ActionEvent event) {
                            value.set(values[rng.nextInt(values.length)]);
            timeline.setCycleCount(Animation.INDEFINITE);
            timeline.play();
            StackPane root = new StackPane();
            root.getChildren().add(combo);
            primaryStage.setScene(new Scene(root, 300, 200));
            primaryStage.show();
        public static void main(String[] args) {
            launch(args);

  • Can 2 Dependent Value sets share 1 independent Value set?

    We have shifted to 14 segment value set.
    In the 14 segments we have the below 3 segments
    (PC Business Unit -> Project ID -> Activity)
    It is not necessary that these will contain value for each accounting entry.
    But whenever Project ID is there, It is mandatory that Activity will have a value. There are number of values in Activity. And also PC Business Unit should have a value. PC Business have only 1 value.
    We have created valueset_ProjectID (as independent) and Valueset_Activity dependent upon Valueset_ProjectID.
    Is that possible I can create Valueset_PCBusinessUnit dependent upon Valueset_ProjectID?
    Can 2 dependent Valuesets (Valueset_PCBusinessUnit, Valueset_activity) share 1 independent Valueset (Valueset_ProjectID)?

    Yes they can share. But there is a trick for that the Oracle told me after 2 months.
    Define the accounting flexfield structure in two steps.
    1. On the Key Flexfields Segments form, you have to Save the flexfield structure after you define the segment with the independent segment (for example account).
    2. Then close the form and come back.
    3. Now add your dependent segment (for example subaccount).
    4. You should see the dependent value set in the list of values.
    Thanks Charan

  • SQL dependent Value Set

    hi experts
    I want to make value set ( single value column) dependent upon select statement. How can i do that . i know how to make table dependent value set but i dont know how to make value set dependent upon select .
    Please help me out of this ..
    regards
    Anwer

    Hi Anwar
    Go to Value Set creation screen.
    Go to Value Validation Region
    Select validation type as Table
    Click Edit information and enter your table details as follows
    Name of the table
    ID and name combination ( Like if you want to create a value set in person table in LOV you would like to show Full Name but while passing parameter or storing value you will store person_id)
    Add your where clause and order by clause in the where/order by clause.
    See a seeded value set of this type (BEN_ACTN_TYP) for reference.
    For more details go through flexfield guide at following location
    http://download.oracle.com/docs/cd/B34956_01/current/acrobat/120flexug.pdf
    Regards
    Gaurav

  • Creating 2 custome dependent value sets for party_number and customer_numbe

    Hi,
    I want to create 2 custom value sets XX_PARTY_NUMBER and XX_CUSTOMER_NUMBER
    When i select the value for Party_number from XX_PARTY_NUMBER,
    the corresponding customer_number should populate from XX_CUSTOMER_NUMBER
    This is what i tried
    1ST VALUE SET
    VALUE_SET_NAME -- XX_PARTY_NUMBER
    APPLICATION ---RECEIVABLES
    TABLE HZ_PARTIES
    VALUE-- PARTY_NUMBER
    MEANING PARTY_NAME
    ID-- PARTY_ID
    WHERE_CLAUSE -- ORDER BY PARTY_ID ASC
    2ND VALUE SET
    VALUE_SET_NAME
    XX_CUSTOMER_NUMBER
    APPLICATION -- RECEIVABLES
    TABLE --- RA_CUSTOMERS
    VALUE -- CUSTOMER_NAME
    MEANING -- CUSTOMER_NUMBER
    ID ---
    WHERE_CLAUSE-- PARTY_ID IN :$FLEX$.XX_PARTY_NUMBER
    I'm not getting it correctly.
    Can you help me?

    Hello Friends,
    I am new to Oracle Apps,i am finding difficult in writing the query to get the following details -
    Customer Name,
    Customer Number,
    Bill_to_address,
    Ship_to_address
    Kindly share if you have any query related to this.
    Thanks In Advance!
    Ramya Nomula

  • Difference between dependent list of values in table and form

    Hi ,
    Is implementing dependent lov in editable table i.e. in adf table different from implementing the same in an adf form.
    In one of his posts Frank Nimohius mentioned that he can send us the implemented application for dependent list of values in editable table, if he reads this could you please send me the same.
    Has anybody ever implemented depedent list in adf table.
    Thanks and regards,
    Raksha
    Edited by: Raksha Sharma on 7 Jun, 2009 2:48 PM

    Hi,
    its already online: http://thepeninsulasedge.com/frank_nimphius/2008/04/08/adf-faces-building-adf-dependent-list-boxes-in-adf-faces-table/
    Frank

  • Creating value set one dependent n another

    Hi,
    I want to create 2 custom value sets XX_PARTY_NUMBER and XX_CUSTOMER_NUMBER
    When i select the value for Party_number from XX_PARTY_NUMBER,
    the corresponding customer_number should populate from XX_CUSTOMER_NUMBER
    This is what i tried
    1ST VALUE SET
    VALUE_SET_NAME -- XX_PARTY_NUMBER
    APPLICATION ---RECEIVABLES
    TABLE HZ_PARTIES
    VALUE-- PARTY_NUMBER
    MEANING PARTY_NAME
    ID-- PARTY_ID
    WHERE_CLAUSE -- ORDER BY PARTY_ID ASC
    2ND VALUE SET
    VALUE_SET_NAME
    XX_CUSTOMER_NUMBER
    APPLICATION -- RECEIVABLES
    TABLE --- RA_CUSTOMERS
    VALUE -- CUSTOMER_NAME
    MEANING -- CUSTOMER_NUMBER
    ID ---
    WHERE_CLAUSE-- PARTY_ID IN :$FLEX$.XX_PARTY_NUMBER
    I'm not getting it correctly.
    Can you help me?

    Try changing the where clause in the second value set:
    WHERE_CLAUSE-- PARTY_ID = :$FLEX$.XX_PARTY_NUMBER
    other than that i dont see any issues.
    Thanks,
    raj

  • Change the colour of a cell text depending on the value Web Reports (NW04s)

    Hi all,
    does anyone know how to change the color of the text of a cell depending on its value on Web Reports? For example red text for values smaller than zero and blue for values bigger than zero?
    I know you can create exceptions, but that changes the background color of the cell and not the text color
    I have tried modifying the theme but the property "negative text" doesn't related to cell values.
    Thanks
    C
    PD: Point will be awarded!
    Message was edited by:
            Carles Prunera

    This function changes all numeric fields to blue if no css style is set.
    [code]
    function turnblue(){
      var cells =document.getElementsByTagName('a');
      for ( i=0; i<cells.length; i++){
        if ( cells<i>.className == '' ){
          var changeColor = checknumber(cells<i>.innerHTML);
    // additional condition on value
          if (changeColor) {
            cells<i>.style.color = '#0000FF'
    function checknumber(cNumber){
      var x= cNumber
      var anum=/(\d+$)|(\d\.\d$)/
      if (anum.test(x))
        testresult=true
      else{
        testresult=false
    return (testresult)
    [/code]
    hope it helps

  • How to Change Value set Dynamically for a Parameter in Apps?

    Hi All,
    I have a requirement where i need to change the value set dynamically for a given Parameter. This goes as, I have a Concurrent Program with 4 parameters. First Parameter is mandatory Business group.Second Parameter is Warehouse. Based up on the First parameter the second parameters LoV's are displayed, the third and fourth parameters value sets are dependent up on the Second parameter value. Parameter 2,3,4 Value sets are Table type. So i Used .$FLEX$.Value_setname to retrive the LOV's
    The Requirment now is that if the User doesn't enter the Parameter 2 than the Third Parameter field must be Open and he must be able to enter the Free text. In my case it is an Order Number. If the User enters the paramter 2 value than LOV's for ORder number pertaining to that Warehouse must get displayed. I've figured that this can be possible only if i change the Valuesets Dyanamically. I'm not sure if that is possible or not.
    I have tried :
    Using a Dummy Parameter with a new valueset(Transactable Independent) and giving Y and N based up on Warehouse parameter input.
    SELECT (DECODE ( :$FLEX$.WAREHOUSE_NAMES,NULL,'Y','N')) from dual;
    The default type was SQL.
    Then in the 3rd Parameter i have used Case function to differentiate Y or N. The third parameter being ORder number, is a table type and derived from Oe_order_headers_all.
    In the Query section i tried using dummy parameter value set to retreive the values. I was terribly Unsuccessful in doing so.
    Does the above Case exists or is Doable? Please, Help me out if somone had worked on Similar thing or have any idea of standard report/program using it in Oracle.
    Thanks alot for the Help!

    You will probably have better luck on the eBusinesSuite forum. This is more of a setup issue when defining your LOV and program parameters than it is a SQL or PL/SQL issue.
    http://forums.oracle.com/forums/category.jspa?categoryID=3
    Good luck - this is an aggravating issue to work with and I wish I did have the answer for you!

  • PO Form with Terms & Conditions that Change Depending on a Value in Another Field

    Hi - I have read through the relevant topics in this forum and have attempted several of them without luck. I am currently working on a form in which there is an empty JFMain (I do not want to populate fields on this page since I don't want things in this page my "static" header - logos, title, etc. since the Terms and Conditions pages should not show any of this.) On my page 2, I have subforms for all my fields except my Terms and Conditions. (These fields are controlled by a data file.) On my remaining pages I have 3 sets of Terms and Conditions - all about a page long - hard-coded as text and placed in subforms with a dummy field off page to ensure they print. What I want to do is print the subforms from page 2 and then the applicable terms from page 3, 4, or 5 depending on the value in a field located in one of the subforms on page 2. What I currently get is my subforms and then ALL my terms printing. Any thoughts?
    My preamble overrides look like this:
    ^define group:D_HEADER \field$POSITION\reserve".11",in\subformHEADER.
    ^define group:G_HEADER @group:D_HEADER.
    ^define group:dummy!FldNotAvail \groupG_Terms_Private_Commodity
    ^define group:dummy2!FldNotAvail \groupG_Terms_Private_Services
    ^define group:dummy3!FldNotAvail \groupG_Terms_Public
    ^define group:JfEndData!EndData @group:D_end.
    I had to place the JFEndData! statement into the Preamble since the last subform with fields called before the Terms subforms has a global field from another subform above it. For whatever reason, it was duplicating this subform after printing the Terms and Conditions.
    I tried adding a nested if statement into field that will control when I want each subform to print but it was ignored. I also tried hardcoding a group call into the preamble with the logic as well with no results. If someone has example code they can share, this would be great.

    I receive Adobe help forum posts via email and I've been saving a few for the pointers they contain. I have some saved that might help you out a bit...
    A reply to the "Please can some one help me out......." post by Mr BoJangles on 10/29/2007 gives some information about forcing a subfield to be displayed.
    A reply to the "Conditional logic" post by Marco Degl'Innocenti on 8/2/2006 gives information on initiating a subform based on the value of a field in the data stream.
    A reply to the logic post by Marco DeglInnocenti on 2/22/07 also gives information on initiating a subform based on the value of a field.
    I hope these can be of help. If you can't access them on the forum I can repost them.

  • Value set not working in responsibility

    Hello everyone,
    I created a custom responsibility and added a custom concurrent program to it (specifically the payroll run concurrent program). Now this concurrent program has a value set attached to it (PY_SRS_PAYROLL_GB) to select the payroll name. My custom concurrent program works great when attached to the Global Super HRMS Manager responsibility, but when attached to my custom responsibility, the value set say list of values contains no entries.
    This is the body of the value set:
    where pay.business_group_id =
    :$PROFILES$.PER_BUSINESS_GROUP_ID
    and fnd.session_id = userenv('sessionid')
    and fnd.effective_date between pay.effective_start_date
    and pay.effective_end_date
    and popmf.ORG_PAYMENT_METHOD_ID =
    Pay.DEFAULT_PAYMENT_METHOD_ID
    and popmf.CURRENCY_CODE = 'GBP'
    order by pay.payroll_name
    Any ideas? Could I have gone wrong somewhere in my responsibility definition? I set the data group to Standard for the Human Resources application. This matches the Global Super HRMS Manager responsibility.
    Thank you

    Thanks its solved .
    Solution is adding Navigator: Disable Multiform. function to custom menu.
    This is an AOL function that should be included on all menus (custom or standard) to allow session_id to be populated.
    From: Payroll: Value Set issue

  • Parent Child Value Sets for Item Categories

    I've tried to set up parent-child value sets, not independent-dependent sets for Item Categories but in vain. So, if Item Category has 2 segments - Category & Sub-Category; Sub-Category only shows valid values for a category. For example, if Category is 19 (Tools), the LOV for 2nd segment would only show 28 (Large Tools), 29 (Heavy Tools) etc.
    Creating an independent-dependent combination displays all values for the independent & dependent sets.
    Just looking for help here.
    Thanks,
    Sanjib

    Karthik, Sandeep and Hugh
    Thanks for your responses. We greatly appreciate you taking the time to reply to this thread. My e-mail is [email protected], that is if you'd like to send any documents.
    Basically, this is what we were looking for -
    The category structure is
    Equipment 1 - Spare 1,
    Equipment 1 - Spare 2,
    Equipment 2 - Spare 1,
    Tools - Large,
    Tools - Small,
    etc.
    When selecting Codes for this structure, if I choose 'Equipment 1' for 1st segment, LOV for 2nd segment would only show 'Spare 1', 'Spare 2'. Similarly, If I choose 'Tools', I only see 'Large', 'Small' for Segment 2.
    Thanks,
    Sanjib

Maybe you are looking for

  • Indesign CS6 acting strange at times

    I am not loving Indesign CS6. Not because of it's functionality but because it acts strangely. When I quit it, sometimes it takes forever to quit and you start wondering if it is going to, sometimes it says it's closed but the tabbed windows still re

  • LabVIEW classes and mass compile

    Just wondering if anyone out there has found any problems mass compiling LabVIEW classes, as I am having what appears to be totally un-resolvable issues - I get a list of VIs that either say BadsubVI or BadVI all of which I have verified are error fr

  • TypeError: str has no properties

    Whenever I try and export to CSS my Fireworks page containing a TextField form either HTML or Advanced HTML Common Library I get and error: TypeError: str has no properties. Im using Fireworks CS4. any help or suggestions would be greatly appreciated

  • Update content of application

    I have uploaded some application on the itune connects and its status is ready for sale but now require to change some content of the application. So its require to add the new version of the application or with in that version i can change the conte

  • Setting selection in table by code

    Hi, I'm trying to set the selction interval in code using setSelectionInterval(x, x) on a JTable ListSelectionModel without success. Nothing gets selected. Any ideas?