Migrating UDAs (User Defined Attributes)

Is it possible to migrate Attribute Groups defined in PIM & Customer Hub modules in Oracle EBS Release 12.1.1? If not provided out of the box, is there a recommended process to build custom objects/APIs and integrate them into iSetup?
Thanks for your help!

Hi Lokesh,
I have the same requirement in oracle projects.
In my project we have a UDA configuration in oracle projects.
Functional team have done the setups and they have defined 6 attribute groups related to our requirement.
My requirement is, we need to migrate these setups from DEV to TEST environment through FNDLOAD.
Can you let me know how to achieve it through FNDLOAD and what is the LCT file i have use.
Please provide me some example on this.
Thanks,
Jana

Similar Messages

  • User Defined Attributes

    Hi All,
    I wanted few information on User defined attributes in Projects. It would be of great help if I get few suggestions.
    I wanted to add few fields to the Update task progress screen. How can I add these field as there is no specific page layout exist for this page. Do I need to use OA Framework to achieve the same? If Yes, how can we modify these seeded pages?
    Please guide me.
    Thanks in Advance,
    Srini.

    UDA can be added to project/task/classification. We can not modify the Update Task Progress form using UDA. If the changes are minimal then you can go for personalization or modify the sources as per OAF standards.

  • How to assign a item to User Defined Attribute group?

    I have created a new User Defined Attribute(UDA) using PIM- setup responsiblity.
    But i don't know how to assign one newly created item to the UDA.
    Please help me out.
    Thanks in advance.

    hai Naren and Ganesh,
    i have few queries in wad can u help me in resolving the problems?
    i have generated a query using variables ,but when i am executing that query in web ,i am not getting any pop up asking fr variable.so wht might b the error.
    first i have selected the table in wad and assigned the dataprovider ie is query,
    in tht query a variable is also existed but i am not getting any pop up
    is there any radio button / check boexes to select and assign the variable
    so plz help me in this aspect..
    if u r working on wad can plz send me u r contact mail id so tht i can interact easily...my mailid is [email protected] ok
    regards
    Suri../

  • Limitations of User Defined attributes in USR.

    11.1.1.3
    I added a notes field to the user defined fields of a user, customer wanted a textarea to makes notes in reagarding the user in question.
    Can someone tell me where the limitations of these fields are listed?
    I added a large textfield and the system happily accepted the size and made a clob in the db.
    I have added the permissions in the policy to make it visible in create as well as in view and modify, all that works fine.
    However, when I modify the field by simply writing a small note in it....
    I save the change, no exceptions, no error whatsoever
    the correct data gets into the clob field in the USR table
    but the text area in the user view show the entity object name and reference/instance instead...
    i.e.
    i add the text "test" into the text area, press save
    the fields then shows me...
    weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB@65e1
    So, I am looking for where this limitation is mentioned in the manuals or trying to find out if its a bug.
    Reason I am wondering is because there is a field (USR.USR_NOTE) in the DB which is a CLOB but I cant
    find any reference to that in the User Configuration, i.e. what does the system use it for?
    So, if there is a limitation on the size of fields in the User Configuration, where can I see them?
    I looked in the System and developer manuals and I see nothing on that there.
    What is the maximum and where can I see that defined?

    Hello Antilles.
    The user defined attributes that you refer to it´s used to specify additional attributes.
    You can find more useful information about this topic in this link: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/nav.htm
    Regards Pedro

  • Help needed in creating user defined attribute

    Hi all,
    I want to create user defined attributes and make it available for all users in sun LDAP5.2,I have followed the below mentioned steps,
    1.Under configuration-schema i have created attribute named "ldapproducts"
    2.I have created new object class "userproducts" and made the parent to be "inetorgperson" and added my "ldapproducts" attribute in required attribute.
    Now,in directory tab,Iam trying to add the "ldapproduct" attribute for each user but my defined attribute i.e,"ldapproducts"is not available in the "Add Attribute"list
    please let me know do i need to do some steps or do i need to do any changes in DS files..
    waiting for ur replies...
    thanks in advance.

    Hi,
    I dont know the solution for this, but heres a work arround
    //create new label some where else in the excel sheet as shown below
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                 lblcmbdata = new Label(75, i, (i+1)+" satish", format);
                 sheet1.addCell(lblcmbdata);
    }//set the validation range as shown below
    writableCellFeature.setDataValidationRange(75,0,75,1000);
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);this will create a combo list with 1000 values
    also you can keep the data to be populated in the different sheet in same workbook by creating a named range as below
    workbook.addNameArea("cmbdata", sheet1, 0, 0, 0, 1000);
    // then fill the data in sheet1
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                    lblcmbdata = new Label(0, i, (i+1)+" satish", format);
                    sheet1.addCell(lblcmbdata);
    //set the validation named range as below
    writableCellFeature.setDataValidationRange("cmbdata");
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);Thanks and Regards
    Satish

  • User defined attributes - usages

    Hi,
    I would like to hear how other OA developers have used user defined attributes for an item, if they have used it. I would appreciate if you could share that information.
    As for me, I used it for items (messagetextinput, choice etc) in my custom search region to assign attribute names to these items to know what the values given by the user should be associated with and searched for. I had to create a custom search region since query region from oaf didn't allow to associate more than on VO to it.
    I just want to see what other purposes others have used the user defined attributes to get a better understanding of it.
    Thank you,
    Arun

    Hello Antilles.
    The user defined attributes that you refer to it´s used to specify additional attributes.
    You can find more useful information about this topic in this link: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/nav.htm
    Regards Pedro

  • How to retrieve user defined attributes in Prepopulating a request dataset

    Hi,
    I have created couple of user defined attributes in user profile.
    And I am tryting to develop a prepopulate adapter in a request dataset for a resource. I need to prepopulate request dataset based on the values of above said user defined attributes.
    I tried to use tcResultSet result=UserOppsIntf.getSelfProfile(); in my pre-populate adapter but it is giving me only the following attributes and it is not giving any of my user defined attributes.
    Users.Manager Key
    Users.Manager Login
    Users.Manager First Name
    Users.Manager Last Name
    Users.Password Warning Date
    usr_locale
    Users.Key
    Users.Password Expired
    Users.Middle Name
    Users.User ID
    Users.Password Expiration Date
    Users.Status
    Users.Password Warned
    Users.Email
    Telephone Number
    Users.Display Name
    usr_timezone
    Users.Lock User
    Users.Last Name
    Users.First Name
    MEMBERTYPE
    If I use the code userData = usrService.getDetails("User Login", RequesterID, null); then I am getting only the following.
    Display Name:
    act_key:
    Full Name:
    usr_key:
    User Login:
    Last Name:
    First Name:
    Please let me know how to retrieve all of user defined attribute values in prepopulate adapter for a request dataset.

    Use below code to get all attributes in user profile including UDF.
    OIMInternalClient objOimInternalClient = null;
    User user = null;
              UserManager usrService = null;
    objOimInternalClient = new OIMInternalClient();
              if (objOimInternalClient != null) {
                        try {
                             objOimInternalClient.loginAsAdmin();
                             usrService = objOimInternalClient
                                       .getService(UserManager.class);
                             user = usrService.getDetails("usr_key", strUserKey, null);
                             endDate = (Date) user.getAttribute("End Date");
                        } catch (Exception e) {
                             e.printStackTrace();
                        } finally {
                             if (objOimInternalClient != null)
                                  objOimInternalClient.logout();
                             if (user != null)
                                  user = null;
                             if (usrService != null)
                                  usrService = null;
    In order to see all UDF's in User profile, please create Authorization Policy.

  • LDAP search cannot find entry by user "defined attribute"  or  "sounds like

    Hi, I have an JSP program that searches an LDAP Sun One Directory Server.
    All of my search filters ( by givenname,sn,mail and phone #) work fine with the search base set at the very top (root ) of my DIT tree.
    However with the same search base, searching by an "User Defined Attribute" fails to return anything (and note that my search filter includes the objectclass that goes with this user defined attribute)?
    Yet, if I change the search base so it points all the way down the DIT tree (maybe near RDN?), the "User Defined Attribute" search works fine ?
    Additionally, "sounds like" search filter (givenname~=) fails to find anything at
    the upper root search base of DIT. If I change the search base to point down in the DIT tree as I did above, the "sounds like" filter will work?
    I've tried everything I know?

    Hi Dora9,
    Thanks for your reply.
    I am glad that you have solved the problem and thanks for your share us the solution
    here, so it would be helpful for other members who get the same issue
    and we will close this case.
    In addition, I suggest you could try to get
    the issue confirmed and diagnose by product team. Would you please create connect report for it? You will get email notification for update from the product team experts:
    http://connect.microsoft.com/VisualStudio/feedback/CreateFeedback.aspx,
    if you submit it, you could share us the link here, so we could know the latest information from the Product team expert. And I will help you to vote it.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • User Defined Attributes in Tree List

    Does anyone know what the User Defined Attributes is used for in the tree list (when in Create / Edit List Entry screen)?
    I'm trying to put a title tag on my list entries so I get a tooltip when hovering the mouse over each entry and thought this might be the way to do it.
    If not then User Defined Attributes sounds like it could be useful anyway but I can't find any documentation on what it does.

    Hello Antilles.
    The user defined attributes that you refer to it´s used to specify additional attributes.
    You can find more useful information about this topic in this link: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/nav.htm
    Regards Pedro

  • User-defined Attributes in CRM WebUI

    Hi there,
    I am using the Attribute 1 (defined in IMG->CRM->Master Data->BP->Define Attributes->Define User-Defined Attributes) to determine if a customer may or may not be given credit, just a simple yes or no attribute. My question is how to make this attribute be available when I'm creating a new BP in the WebUI under General Data?
    Thanks in advance.

    Hi CharlieF,
    I have a trouble with the same attributes in the "Account overview", in the view "BP_HEAD/AccountDetails", when i select a value in this fields and i try to save, the system display the error message: " Field group Attribute 1 is hidden; do not enter data in corresponding fields" 
    Have you solved this issue?
    Can you explain me how?
    Thanks in advance.

  • BP User Defined Attributes -- Error

    Hi experts!!
    The customer i am working on needed some extra fields on the Accounts screen page, so i defined all User Defiened Attributes from 1 to 10 and added them from the Node MARKETING of the component BP_HEAD.
    When i try to save the Account (after filling one of the attributes) I get the following error msg: Classification data is already maintained for business partner.
    The Account can be saved and replicated to the ERP if the attributes remain empty.
    What am i missing here???
    Is there a connection between the attributes and account classification ??
    Thank you in advance

    The error was fixed with Note 1271004.
    BUT .. now when i Save the Account with User Defined Attributes filled the replication to ERP does not happen..
    If the attributes are empty it gets replicated.
    Any ideas???
    Please help!!

  • User defined attributes for use with personalization

    Hello,
    I have a stand alone region that works correctly and is able to be added to seeded pages via personalization. I would like to allow the personalization to define the value of a user defined attribute when the personalization is added to the page. However I do not see any user defined attributes in the list when I add the region via personalization.
    Has anyone ever done this before?
    Kristofer Cruz

    If you are not drawing this in an JEditorPane, but just with DrawText, you will have to split the text up your self, draw the first half, then switch colors, then draw the second half.

  • Difference between UDA & User-Defined Dimension

    Hi all,
    I need to know what the difference between UDA and User-Defined Dimension and when can i use each one??
    thanks in advance

    UDAs are descriptive words that you can use to categories members of a dimension.
    http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/uda_tab.html
    Using UDA, For ex: in Customer Dim you can divide customers into CAT A, B or C and then can use these UDAs in calc scripts, query them later in reports etc.
    User defined Dimension: Is any new dimension that you add to planning application apart from default ones.
    http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch10s04s09.html

  • Re: user-defined attribute

    Dear all,
    I want to know whether I can add some customized attributes for our own application to the users in Sun One Directory Server.
    Thanks!
    Joe

    Yes.
    First, check the schema supplied with your directory server - perhaps there are existing attributes you could use. Next, create your attributes. You can use the console for this, or copy existing schema definitions. Add these attributes to your directory. Next, create your objectclass. I would recommend creating an AUXILIARY objectclass instead of a STRUCTURAL - it's easier to "mix in" with existing entries. Then, use an ldapmodify operation to add your new objectclass to the entries. Then you should be able to use ldapmodify to add your new attributes.
    You must add things in the above order or you will get schema violations - attributes must exist in the schema before the objectclass definition can refer to them, and the entry must have the objectclass before you can add attributes of that objectclass.

  • Differences between attribute and user defined attributes

    1.what is commit block

    When uncommitted access is enabled (by default)
    Commit Block - number of blocks modified before a sycornization point occurs
    Relates to how calc scripts are processed and written to the database during a transaction.
    If this setting is too low, Essbase will automatically adjust it.
    Default setting is 3000.
    Brian Chow

Maybe you are looking for

  • Officejet Pro L7580 appears as a network drive in Win7

    I have a new Dell desktop with 64-bit Win7.  I have installed the printer with HP's latest 64-bit full software program downloaded from HP's website.  My L7580 all-in-one loads on my network as a disk drive.  When I click on the link it reports: "LOC

  • Incorrect restore after hard drive crash

    My Macbook pro hard drive became corrupted and disk utility could not repair it. So, reformatted the hard drive, reinstalled all SW (OS 10.6.8 etc) Used migration assistant to restore data from my external drive (time machine backup) but ended up wit

  • Album Arts messed up

    Hi, a percentage of my album artworks appears completely messed up, that is, some tracks have the album art of other trucks, and for some of them the album art is completely missing. On iTunes, album arts are set correctly for every track. Already tr

  • SAP Upgradev from 4.7E to ECC 6.0

    Hi, We are doing SAP ecc 6. 0 upgradation from SAP 4.7EE.( database is 10.2.0.2 & WIN 2003 server) After ran prepare we are getting the error message as mentioned below: INFO> The following values may be preliminary because of       free space consum

  • CRVS2010 beta - chart legend

    Hello, I created a pie chart with a legend. Usually, when the legend has percents, the last row on the legend has the word "Total" and a percent. The legend has what looks like a field name with underscores. I right-clicked on the chart and selected