Value set table name in fusion app

Hi Team,
Can any one please tell me the table name which is used in fusion app to store the value set name which we create.
Thanks,Ajay

Sorry for the confusion, the FND tables are indeed in the OER and the FND_VS_VALUE_SETS can be found there. There is a data issue where content (prior of R8) was in correctly categorized such that its not available under "technology" product family and my query failed since used combination of both criteria. In any case just use "All versions" for the version criteria and the data will be returned. They are internally working to fix the product family for previous releases..
Jani Rautiainen
Fusion Applications Developer Relations                              
https://blogs.oracle.com/fadevrel/

Similar Messages

  • Valu Set Tables /BIC/OB*

    Hi,
    I am experiencing a strange problem with Value Sets. For some reason randomly a Value Set table getting deleted. The definition in Reporting Agent is there and the entry in RSRVTABLEDIR is there but the physical table /BIC/OB* getting deleted.
    Does any body experienced similar problem?
    What is causing the tables disappear?
    Any help is greatly appreciated.
    Thanks in advance.

    Hi,
    Check note 948599
    regards Maarten

  • Empty Precalculated Value Set Tables?

    We've successfully implemented Pre-calculated Value Sets in BW 3.5 using Reporting Agent.
    Does anyone know how to get rid of, or empty pre-calculated value set tables that you no longer need?  There are some reporting agent settings that I have deleted from reporting agent but they continue to appear in the Pre-calc value set variable as an available option when running the query.  It's like the setting got deleted from reporting agent but the underlying table didn't?
    Perhaps this is an issue for OSS but I thought I'd see if maybe there is an option I'm not aware of.
    Thanks,
    Chris

    Thanks - I also found OSS note 825017 that seems to address the issue as well.  We'll see if we can apply this note so we can get the ABAP program to delete or empty these tables.  I think that will resolve the issue.
    Thanks,
    Chris

  • How to dynamic set table names

    In our application, the table name can be set at runtime by the customer. So is there a way in Toplink JPA to set table name at runtime (thru annotation or orm.xml) or programatically? Thanks.

    Our application will host several domains at once. Each domain will get its own set of database tables for each module it uses. We keep them seperate by using a unique prefix. An example would be domainA.com's blog post table would be called domainA_blogPost, while domainB.com's will be domainB_blogPost. Both tables are the same, except for the name. The name needs to be specified at runtime since the central service controller tells the rest of the application which domain it is servicing and thus which set of tables to use. We will be adding domains dynamically all the time and we can't afford to create new entity sets and recompile the back end for every domain we add. I have been looking at the API and wonder if this is as simple as implementing a solution in our application, or am I going to have to tweek the implementation of toplink?

  • How to use bind variable value for table name in select statement.

    Hi everyone,
    I am having tough time to use value of bind variable for table name in select statement. I tried &p37_table_name. ,
    :p37_table_name or v('p37_table_name) but none worked.
    Following is the sql for interactive report:
    select * from v('p37_table_name') where key_loc = :P37_KEY_LOC and
    to_char(inspection_dte,'mm/dd/yyyy') = :P37_INSP_DT AND :p37_column_name is not null ;
    I am setting value of p37_table_name in previous page which is atm_state_day_insp.
    Following is error msg:
    "Query cannot be parsed, please check the syntax of your query. (ORA-00933: SQL command not properly ended) "
    Any help would be higly appreciated.
    Raj

    Interestingly enough I always had the same impression that you had to use a function to do this but found out from someone else that all you need to do is change the radio button from Use Query-Specific Column Names and Validate Query to Use Generic Column Names (parse query at runtime only). Apex will substitute your bind variable for you at run-time (something you can't normally do in pl/sql without using dynamic sql)

  • Problem in database link for value set table

    Hi All,
    We are using a table from a different database in our valuset. This database we are refering via a DBLINK. But the DBLINK name is again stored in a table and will change from instance to instance i.e (development and production).
    Please let us know if there is a way to make use of the above table with out hardcoding DB link.
    Eg: MRP_AP_APPS_INSTANCES - This table has the DBLINK name
    Vauset uses - tablename@dblinkname
    if we give
    select * from tablename@(select A2M_DBLINK from MRP_AP_APPS_INSTANCES),
    it gives the error database link name expected.
    Is there any other way how we can avoid hardcoding the dblink name.
    Please help.
    Regards,
    Shruti

    Hi,
    Please see if (Note: 427588.1 - Error When Using a Database Link in the Definition of a Value-Set) is applicable.
    Thanks,
    Hussein

  • JSP sql - set table name in variable

    I'm trying to set my table name in variable, what is the syntax in sql of selecting from a table which name is set with a variable name?

    That's easy :
    Say, ur table name is MY_TABLE.
    Now, set a variable say x as :
    var x = "MY_TABLE"; (Javascript)
    or
    String x = "MY_TABLE" (JSP/Servlet);
    Finally, use the SQL as,
    String SQL = "SELECT * FROM " + x + "WHERE condition". (JSP/Servlet).
    or
    var SQL = "SELECT * FROM " + x + "WHERE condition". (Javascript).
    and BINGO !!
    Do keep me posted.
    Cheers !!
    Sherbir

  • Cannot set DNS name for ORA APPS

    While installing oracle applications 11.0.2 on windows2000 advance server at the begining of the installation i m prompted with the error :
    ONE HOUR INSTALL REQUIRES THAT THE TCPIP DOMAIN NAME IS SET, THIS CAN BE SET ON THE DNS PAGE OF THE TCP ID PROPERTIES BOX.
    kindly advice as to what is to be done to se DOMAIN name
    Thanks and regards.

    Hi Krishna and everyone in the forum,
    I had the same problem and as mine is a stand alone machine, I followed your suggestion - and everything went fine. The installation was done with cd#19 (the last cd) also. And in the rapid install wizard post install checks, I got a bunch of errors saying portal check, http check etc etc. With the help of the discussions in this forum I realized that http://host:8002 was working and not http://host.domain:8002 was not.
    My mistake was that I added the wrong IP address in hosts file. So, edited that with the right IP address. As many of the tasks in rapid install were incomplete because of this, I restarted the installation (documentation says - if installation stops in the middle, restarting will work and more rapidly to the point of previous stop).
    Now the problem is that I get the error "error code received running external process........" while using DISK#1 of 19 itself. :(
    Any ideas on what can be done? Now I can go to personal home page etc using both host and host.domain.
    Please help!!!
    regards,
    Vasu

  • Value set problem in oracle apps

    Hi
    I have got one problem with value set
    There are two parameters in report
    1. Collector Name -> value set table type
    2. Customer name -> value set table type
    I want , when I give collector name the customer name parameter should be disabled automatically and when I give customer name , collector name parameter should be disabled.
    I tried with dummy parameter also but not reach upto the result
    Gautam

    In program define i created 3 parameters
    1.Collector -> value set -> xxbs_collector
    2. Dummy -> value set -> xxbs_dummy
    sql statement select 'Y' from dual where :$Flex$.xxbs_collector is null
    <When collector is null then it will pass 'Y' to dummy
    3. Customer -> value set -> xxbs_customer
    in where clause of customer :$Flex$.xxbs_dummy = 'Y'
    i.e. when collector is null the dummy value will be 'Y' and customer
    parameter will be enable when dummy = 'Y'
    This is what I have done , but it is not working
    Gautam

  • DropdownByKey inside ALV Table - Problem with Value set

    Hi,
    I have Component A which has a custom controller that uses the interface controller of the ALV Component.
    Custom controller has node ITAB.. that has certain attributes...
    I want DropdownByKey inside the ALV Table column. I am populating the corresponding attribute of ITAB node with the value set that I want the drop down to have.
    However when I execute the application..I get error
    " Key XXX not present in Value Set and is not initial"
    XXX is present in the Value Set table of the attribute.
    <b>Following is my code in the methods of CUSTOM CONTROLLER</b>
    <u>Generate Value Set</u>
    nodeinfo_context = wd_context->get_node_info( ).
    nodeinfo_ITAB= nodeinfo_context->get_child_node( wd_this->wdctx_ITAB ).
    <u> Populate the Value Set</u>
    data ls_valueset type wdy_key_value.
    data it_valueset type wdy_key_value_table.
    ls_valueset-key = 'FRA'.
    ls_valueset-value = 'FRANCE'.
    Append ls_valueset to it_valueset.
    ls_valueset-key = 'SFO'.
    ls_valueset-value = 'SAN FRANCISCO'.
    Append ls_valueset to it_valueset.
    <u>Set the Value Set for the Attribute</u>
    call method nodeinfo_ITAB->SET_ATTRIBUTE_VALUE_SET
                  EXPORTING
                     NAME = <b>'ATTR1'</b>
                     VALUE_SET = it_valueset.
    <u>Changing ALV Column</u>
    Get the ALV Configuration Model
      ifc_alv2 = wd_this->wd_cpifc_alv2( ).
      itab_alv2_config = ifc_alv2->get_model( ).
      itab_alv2_config->IF_SALV_WD_TABLE_SETTINGS~SET_READ_ONLY( abap_false ).
    <u>Get the Column reference for ATTR1</u> 
    ref_alv2_colset = itab_alv2_config->if_salv_wd_column_settings~get_column( <b>'ATTR1'</b> ).
    <u>Create the DropDownByKey Object</u>
    CREATE OBJECT ref_dropdownkey
              exporting SELECTED_KEY_FIELDNAME = ref_alv2_colset->id.
      ref_dropdownkey->SET_SELECTED_KEY_FIELDNAME( <b>ref_alv2_colset->id</b> ).
      ref_alv2_colset->SET_CELL_EDITOR( <b>ref_dropdownkey</b> ).
    <u>Check the value set</u>
      ref_attr_info = nodeinfo_flight_details2->get_attribute( ref_alv2_colset->id ).
    I do get back the value set if I see ref_attr_info->value_set.
    SO the Value Set is getting set for attribute ATTR1, but still I get Error
    <b>"The value selectedKey = "SFO" in DropDownByKey "_8C" does not exist in the value list and is not initial either "</b><u></u>
    SAP  User

    You have forgotten to set a cell variant. I had the same with setting a ProgressIndicator cell-editor to a table column as default editor. This causes the column to be hidden on the table while it did show up in the settings dialog. I removed the set_editor( lr_progressindicator) and created a cell variant instead with this lr_progressindicator. You then need to add this cell variant to your column. By default it will select the standard viewtext-cell-editor (which can only be textview and inputfield, like when you create a table yourself in a view), but if you use a cell variant, it will display the required cell editor if you set it (last line of the code).
    <b>In your case, replace lr_progressindicator by your ref_dropdownkey.</b>
      DATA: lr_column_settings    TYPE REF TO if_salv_wd_column_settings,
            lr_column             TYPE REF TO cl_salv_wd_column,
            lr_column_header      TYPE REF TO cl_salv_wd_column_header,
            lr_cellvar            TYPE REF TO cl_salv_wd_cv_standard,
            l_cellvar             TYPE string,
            lr_progress_indicator TYPE REF TO cl_salv_wd_uie_progr_indicator.
      lr_column_settings ?= wd_this->mr_table.
      lr_column = lr_column_settings->get_column( 'STATUSBAR' ).
      lr_column_header = lr_column->get_header( ).
      lr_column_header->set_text( 'Completed' ).
    CREATE OBJECT lr_cellvar.
      l_cellvar = 'CV_SB'.
      lr_cellvar->set_key( l_cellvar ).
      CREATE OBJECT lr_progress_indicator.
      lr_progress_indicator->set_percent_value_fieldname( 'STATUSBAR' ).
      lr_progress_indicator->set_tooltip( 'completed' ).
      lr_cellvar->set_editor( lr_progress_indicator ).
      lr_column->add_cell_variant( lr_cellvar ).
      lr_column->set_selected_cell_variant( l_cellvar ).
    I hope this will solve your issues.

  • Cost Allocation Flexfield with Table Value Sets

    Hi
    I am setting up Costing for Payroll. I have a requirement where I want to use Table Validated value sets for Cost Allocation Flexfield. In the Administrator Guide it is written that we should not use Table validated value sets for any KFFs.
    I still tried the same (defining Table validated value sets) and my process errored out. It was giving following error
    Value 381 for the flexfield segment Cost Center does not exist in the value set
    SJR_COST_CENTER_LIST.
    invalid code combination:
    381SJR_COST_CENTER_LIST is name of the value set.
    Then I changed the value set and keep the code and meaning in the value set table as same and my process worked fine.
    Now I want to know that should I use Table validated value set or not. As Oracle does not support these in KFFs

    Hi Thierry
    Thanks for the reply
    have you used cross validation rules?I am not sure about cross validation rules and how we can use in my case.
    An other thought: there is an action parameter available parameter_name=COST_API_IMODE
    Set the parameter_value = 'Y'In my case my costing process is working fine, even when I define my table validated value sets. My question is should we define table validated values sets or not as Oracle does not support it now? Oracle use to support this for KFFs some time back but now they are saying they does not support.
    Are there any known issues if we use Table validated value sets? Why Oracle does not support it for KFFs?

  • Oracle apps value sets

    can any body tell me how to get the distinct values for a table valueset
    from GL_CODE_COMBINATIONS table i want to get the distinct values of SEGMENT2 so any body tell me how to create a table value set for this its very very urgent.
    Regards,
    Azeez
    [email protected]

    Hi
    When u create table value sets
    Table columns-----------
    Value-
    Meaning
    -ID------------distinct(id) from that table
    it will work fine let me know if u ned anything.
    Rakesh

  • Create Value Set of Table Type

    Hi,
    Could you provide me a sample program for creating a value Set of Table type.
    Thanks
    Tim.

    Hi,
    I was able to create value set (table type) from the System Administrator and attached the value set to the Inventory Kanban DFF Form.
    I'm having issue here, value set is created on Custom Table which has data as below :
    EX:- Custom table has Item_Num: 101 , Lot_Num: Lot_1 & Item_Num: 102 , Lot_Num: Lot_2
    When I go into DFF form in Inventory for item_Num: 101 it should only allow to enter Lot_1 but it is accepting Lot_2 also.
    I must be missing some where clause in the value set setup.
    Any suggestions?
    R12 Version.
    Thanks
    Tim.

  • 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

  • PreparedStatement and table name

    Hi,
    I have the following snippet, and it seems that I cannot use the function
    prepStmt.setString(1, TABLE_NAME);
    to set the table name for the SQL prepared statement. What function should I use?
    Thanks,
    Rocky
    final String[] TABLE_NAME =
    "Borrower",
    "Loan",
    "Depositor",
    "Account",
    "Customer",
    "Branch",
    final String DATA_DELETE = "DELETE * FROM ?";
    try
    PreparedStatement prepStmt = dbConn.prepareStatement(DATA_DELETE);
    for (int i =0; i < TABLE_NAME.length; i++)
    System.out.println(TABLE_NAME[i]);
    prepStmt.setString(1, TABLE_NAME[i]);
    prepStmt.execute();
    prepStmt.clearParameters();
    dbConn.commit();     //     not needed
    prepStmt.close();
    catch(SQLException e)
    System.out.println(e.getMessage());

    setString is just a specific case of setting a field value should not be used to set table name
    what u want to do should be done at the sql String level and it's not necessary prepared statements
    This would be my suggestion (didn't test it):
    final String[] TABLE_NAME =
    "Borrower",
    "Loan",
    "Depositor",
    "Account",
    "Customer",
    "Branch",
    final String DATA_DELETE = "DELETE * FROM TABLE_NAME";
    try
    Statement stmt = dbConn.createStatement();
    for (int i =0; i < TABLE_NAME.length; i++)
    System.out.println(TABLE_NAME);
    stmt.executeUpdate(
    sql.replaceFirst("TABLE_NAME",TABLE_NAME[i])
    dbConn.commit();     //     not needed
    stmt.close();
    catch(SQLException e)
    System.out.println(e.getMessage());

Maybe you are looking for

  • Remote access to Time Capsule won't work

    Over the past couple of months I've been doing lots of research and planning into replacing my Mac Pro and old MacBook Pro with a new Mac setup.  I was looking for efficiency, productivity and ultimate portability so the Macbook Pro Retina and Time C

  • Songs on iTunes run at superspeed

    I've recently reinstalled iTunes on my PC because of iPod problems. The iPod is now fixed, but the songs on iTunes always play as if permanently fastforwarded, with no sound coming out, but the songs take about 5 seconds to run through. I can't find

  • Need GetURL to go to new page...

    Hi...hopefully one of you wizards can help me. I'm just trying to make a URL link open in a new page with a button. But it isn't working...the URL works, but it will not open in a new page: faithbutton.onRelease = function(){ getURL(" http://www.test

  • Can't copy in album art in itunes 10

    For some reason, when I try to copy-paste artwork into the artwork field for songs from the internet, for all art/songs, it just shows up as a white box, and if I press OK, it shows up as a black box on the left bar. For some reason, it works with fi

  • My blackberry 9360 curve is nomore working ??

    About 2 weeks ago, I got my blackberry wet into my bag, so when i realised it, i immediately decided to dry it up.. I basically dried my phone just by taking the battery and the rest of device and putting it under the sun. A couple of hours later, i