How to make a value set dpepenedent on other value set's values

Hi,
I want to have two parameters on my report in oracle apps. I made one Value set which is 'Table' in Validation Type, now I want the other value set dependent on this previous value set's values, Is there a way to make it possible.
Regards,
Nidhi...

Nidhi,
There is no relation to OAF for your issue. I will suggest to put your query in proper forum. Try http://forums.oracle.com/forums/forum.jspa?forumID=40
--Shiv                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • HT4642 ios numbers:how to make cell height variable with auto line brake setting ?

    ipad numbers; How to make cell height variable with auto line break setting?

    That's strange. I responded earlier and the whole message got trashed. Hence the test post before retyping the entire thing again.
    Thanks for the reply.
    The video clip is a single screen capture video clip. This is what I've found by playing around with this more.
    The original clip resolution is greater than 640x480. If I use QT Pro to convert the original clip to 640x480 and then use either Flip4Mac or PE7, then the resolution looks good.
    Just trying to figure out if should keep all workflow on the MacOS side. There are several different version of Flip4Mac. $49 gives me 640x480, but if I ever want to make it slightly larger then I would need to go with the $99 or HD version.
    I also tried to export to AVI with QT Pro and the import with Windows MovieMaker but it didn't work really good. I liked the simplicity (since PE7 hogs a lot of resources especially through VMWare).

  • How to make the session to wait until other session get closed successfully

    Hi ,
    In my program , I am calling sql loader and after that I am opening a session and inside that I am calling stored procedure which validates the data.
    above calling of sql loader and stored procedure is done inside the shell script i.e .prog file which is registerd as host concurrent program.
    Here i am facing the problem like when two files are processed with same content then second file content's are not erroring out as duplicate though there is a duplicate validation exist inside the procedure. IF I call dbms_lock.sleep(60) then it is working and sencond file are records are error out with duplicate error message. but this is working only for small data files.
    Please suggest me how to make the session to come out successfully then only i can open other sesssion .
    Thanks
    Raghav

    user5853450 wrote:
    Hi ,
    In my program , I am calling sql loader and after that I am opening a session and inside that I am calling stored procedure which validates the data.
    above calling of sql loader and stored procedure is done inside the shell script i.e .prog file which is registerd as host concurrent program.
    Here i am facing the problem like when two files are processed with same content then second file content's are not erroring out as duplicate though there is a duplicate validation exist inside the procedure. IF I call dbms_lock.sleep(60) then it is working and sencond file are records are error out with duplicate error message. but this is working only for small data files.
    Please suggest me how to make the session to come out successfully then only i can open other sesssion .
    Thanks
    RaghavFor starters you could use external tables rather than SQL*Loader and then you could keep all the control on the database side of things rather than relying on an external utility. The external tables will give you all the functionality of SQL*Loader but all you to just read the data using SQL select statements instead and cut out all the shell script dependency.
    Alternatively you could also look at Job Chaining...
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14214/chapter1.htm#FEATURENO05574

  • How to make 2nd Param requried , when First Param is set to Y?

    Hi Friends
    I have a Concurrent Program with 2 params , Param1 ( accepts Y/N ) and param2 (varchar2) .
    If the User gives param1 as Y ,I should make param2 as requried field. If param1 is N, user can leave param2 as null.
    Any suggestions, How can i achieve this?
    Any sample code using forms personalization. i looked some tutorails but didnt find any
    Thanks
    Ravi

    Here it is
    Along with my 2 params, I created a Dummy Param
    I created 3 value sets for 3 params
    AMS_SRS_YES_NO_MAND (Standard)
    CHP_AP_CR_DUMMY (No Validation value set)
    CHP_AP_CHECK_REQUEST_ID (Table based value set). Add in the where clause :$FLEX$.CHP_AP_CR_DUMMY = 'Y'
    2) Parameters for conc program
    10. YES_NO. Value set = AMS_SRS_YES_NO_MAND, Display = Yes, Required = Yes
    20. DUMMY. Value set = CHP_AP_CR_DUMMY, Default type = SQL Statement, Statement is
    select decode(:$FLEX$.AMS_SRS_YES_NO_MAND,'Y','Y','N',NULL) from dual
    Displat = No
    30. CR_ID. Value set = CHP_AP_CHECK_REQUEST_ID, Display = Yes, Required = Yes
    When you run the cp , if param1 =N' , then param2 is greyed out
    and if param1='Y', param2 will be required and user can select value from LOV.
    Thanks
    Ravi

  • How to make a row non-editable depending on a db column value

    HI,
    I've an editable report region and the requirement is to make the row non-editable according to the value in one of the column. Like if the value for that column is null the row should be editable else non-editable. Any option to do this in Oracle APEX.
    Regards,
    Prasanth

    I assume you are using a tabular form. In that case, you would have to run a loop in Javascript to read all the rows in the Form. The example is given below. You can use Firebug in Firefox to identify your field names and replace f02, f03 and f04 with your field names.
    <script language="JavaScript" type="text/javascript">
    function f_readonly_items(){
    for (i=0;i<document.wwv_flow.length;i++)
    if (document.wwv_flow.f02.value) != Null
    document.wwv_flow.f02[i].readOnly = true;
    document.wwv_flow.f03[i].readOnly = true;
    document.wwv_flow.f04[i].readOnly = true;
    </script>
    Hope this helps.

  • How to make New Folder command available as No as the default value for document libraries

    Hi, is there a way to make this option as No as the default value instead of Yes, for all new document libraries? Perhaps with a powershell command for an entire site collection?

    Hi Cartin,
    I would suggest to create a library template of an empty library with this settings as NO. Use this template for creating new libraries.
    For updating existing libraries you can use:
    $Site = Get-SPSite http://Site
    $ListName = "library Name"
    $Site | Get-SPWeb | ForEach-Object {
    $List = $_.Lists[$listName]
    $List.EnableFolderCreation = $false
    $List.Update()
    $Site.Dispose()
    You can modify the above script for you need.

  • How to make avaible developed wrokflow wsp under list workflow setting?

    I developed one workflow using web part and state machine once I packaged as .wsp and deployed .
    Everything deployed successfully . -->Activated feature unser site level.
    when I got to list-->Add workflow --> deployed wsp is not available .

    Hi
    ajazali ,
    Thank you for your posting!
    According to your description, my understanding is that you want to create a reusable workflow template for your list.
    In my opinion, the point is the process of creating and deploying your reusable workflow. Here is two helpful blogs you can refer to :
    How to create a reusable workflow in SharePoint Designer (SharePoint
    2010)
    Options for Deploying Reusable Workflows in SharePoint 2010
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to make managed masters available in Finder & other apps

    Hi all,
    In discussing a Referenced vs Managed storage, one of the issues is not being able to see your Masters in the Finder, so other apps can access them.
    You can get at the Masters in your managed Library quite easily, although
    BEWARE...
    DO NOT MOVE OR DELETE THESE FILES...
    OR OPEN THEM WITHOUT MAKING A COPY TO ANOTHER LOCATION OUTSIDE THE APERTURE LIBRARY...
    or you will disrupt Aperture's management of these files
    JUST COPY WHAT YOU NEED OUT TO ANOTHER LOCATION before working on them.
    OK, WARNING OVER...
    This method will give you the ability to browse your masters stored in the Managed Aperture Library from the Finder. It will also give other apps access to the files, but DO NOT OPEN THESE FILES WITH ANOTHER APP FROM THAT LOCATION..;copy them out and then use them.
    This would be ideal if I could make the contents of the Alias read only without effecting the file permissions within the Library.
    Maybe I will write an app that does this...that way if you did open the files in another app it would make you save it somewhere else and prevent any problems.
    OK...here is how...
    1) Open the desired managed Aperture Library by right-clicking and selecting "Open Package Contents"
    2) Select the Folder called Masters inside the Aperture Library
    3) Right Click this Masters folder and select "Make Alias"
    4) Drag the new alias folder you just created called “Masters alias” out to a convenient spot, like the desktop.
    4) Go back and delete the Masters Alias folder that you made inside the managed Aperture Library. Empty Trash.
    From your new Masters alias folder on the desktop, you can now browse all your masters. I suggest setting it to icon view, so you can see all the images easily.
    OK...understand what you have now...this folder and its contents are NOT YOURS to play with, you gave them to Aperture to manage...it is OK to browse and look at the masters, and make copies of the masters to another location outside this folder hierarchy for another app to work on, but do not open, move, delete or in any way change the structure or contents of this folder...or Aperture will not be pleased with you, lol.
    The structure is simple to navigate, date & time, if you have an idea of when you shot the pictures you are in good shape. In icon view the pix come up quickly and you can QUICKLOOK using the spacebar, of course.
    Anyway, this method, while imperfect, gives you immediate Finder access to your managed masters for BROWSING and COPYING SOMEWHERE ELSE ONLY.
    Use at your own risk, and please don’t flame me if you screw up the library structure by deleting or changing anything within that folder.
    Sincerely,
    K. J. Doyle

    This would be a way to backup the images in a manner where you are not dependent on Apple products.
    No it wouldn't. You're using the Finder, aliases, a Mac and everything else.
    but want to backup to a portable drive with just the images.
    File -> Export your Masters will do exactly the same thing.
    Regards
    TD

  • How to make a pageitem  global to all other pages in an application

    Hi all,
    i would like to set parameters for print set, especially the url to the server of my print server.Currently i do it for every page that need to to connect to the print server everytime.
    I am storing this information in the admin page, but want my users to pick up any changes to the url, so as not to constantly change it everytime.
    The question is ,Is this possible, and if YES how ??
    Thanks Benjamin.

    Hi Benjamin.
    as far as I understand APEX, page variables / items indeed are application global and visible to other pages.
    They reside in the APEX session context and are accessible from the page where they have been defined as well as from any other page.
    But if you want to explicitly declare global items why don't you use application items for your printer settings ?
    You can declare them under you application properties.
    Regards
    Marc

  • How to make one thread to wait for others in this situation?

    i am simulating a 2 phase locking system (shared and exclusive locks). multiple clients connects and requests for lock to a single server. at the server end, we have a class Server which implements Runnable interface. for each connection, a new Server object is created and a new thread is started. when a conflicting lock request is made by a client, the corresponding thread in the server end must wait until other threads corresponding to clients holding the lock releases it. and when all the locks in conflicting mode are released, the thread releasing the last conflicting lock must notify the waiting thread.
    but the wait() and notifyAll() methods are not working as desired. i guess this is because each thread is working on different Server objects.
    how can i implement the waiting and notifying mechanism?

    Let me recap your question: your Server is a single resource to which
    multiple Clients want access in a CREW (Concurrent Read Exclusive Write)
    fashion. You need a single object somewhere that can serve as the
    single monitor for locking. A Singleton object like this should do it:public class CREW {
       private static CREW crew= new CREW();
       public static getCREW() { return crew; }
       private boolean wite;
       private int read;
       public synchronized acquireReadLock() {
          // your read locking stuff here
       public synchronized acquireWriteLock() {
          // your write locking stuff here
    }... the important part is that there is a single object to lock on. The
    'acquire...' methods can be pooped up at will (a Command as a
    parameter mayhap?)
    kind regards,
    Jos

  • HOW to make a text apper from the other side in a Textfield

    am trying to allow the text come from the other side in a textfield. eg..look at the caculator on your windows OS. see how the textfield appears from the left. any suggestions.???

    this are the errors on ur code
    even after i imported javax.swing.text
    NoteSizeFilter.java:2: cannot find symbol
    symbol: class DocumentFilter
    public class NoteSizeFilter extends DocumentFilter {
    ^
    NoteSizeFilter.java:14: cannot find symbol
    symbol : class FilterBypass
    location: class NoteSizeFilter
    public void insertString(FilterBypass fb, int offs, String str, AttributeSet a)
    ^
    NoteSizeFilter.java:14: cannot find symbol
    symbol : class AttributeSet
    location: class NoteSizeFilter
    public void insertString(FilterBypass fb, int offs, String str, AttributeSet a)
    ^
    NoteSizeFilter.java:15: cannot find symbol
    symbol : class BadLocationException
    location: class NoteSizeFilter
    throws BadLocationException {
    ^
    NoteSizeFilter.java:23: cannot find symbol
    symbol : class FilterBypass
    location: class NoteSizeFilter
    public void replace(FilterBypass fb, int offs, int length, String str, AttributeSet a)
    ^
    NoteSizeFilter.java:23: cannot find symbol
    symbol : class AttributeSet
    location: class NoteSizeFilter
    public void replace(FilterBypass fb, int offs, int length, String str, AttributeSet a)
    ^
    NoteSizeFilter.java:24: cannot find symbol
    symbol : class BadLocationException
    location: class NoteSizeFilter
    throws BadLocationException {
    ^
    NoteSizeFilter.java:16: operator + cannot be applied to FilterBypass.getDocument.getLength,int
    if ((fb.getDocument().getLength() + str.length()) <= maxCharacters) {
    ^
    NoteSizeFilter.java:16: operator <= cannot be applied to <nulltype>,int
    if ((fb.getDocument().getLength() + str.length()) <= maxCharacters) {
    ^
    NoteSizeFilter.java:17: cannot find symbol
    symbol : variable super
    location: class NoteSizeFilter
    super.insertString(fb, offs, str, a);
    ^
    NoteSizeFilter.java:25: operator + cannot be applied to FilterBypass.getDocument.getLength,int
    if ((fb.getDocument().getLength() + str.length() - length) <= maxCharacters) {
    ^
    NoteSizeFilter.java:25: operator - cannot be applied to <nulltype>,int
    if ((fb.getDocument().getLength() + str.length() - length) <= maxCharacters) {
    ^
    NoteSizeFilter.java:26: cannot find symbol
    symbol : variable super
    location: class NoteSizeFilter
    super.replace(fb, offs, length, str, a);
    ^
    NoteSizeFilter.java:28: cannot find symbol
    symbol : variable super
    location: class NoteSizeFilter
    super.replace(fb, offs, length, str, a);
    ^
    NoteSizeFilter.java:31: cannot find symbol
    symbol : variable super
    location: class NoteSizeFilter
    super.replace(fb, 0, fb.getDocument().getLength(), parsed, a);
    ^
    15 errors
    C:\Java Files\GUI\Calculator>

  • How to make current visitors visible to each other

    I am running a non-public website on my OSX-server for a group. We would like to see who (of the registered users) is logged in to the website.
    Can't find any information about how to do this. Any ideas?

    Good Questions.
    1) not yet. The bpel suitcase is designed to be able to support multiple BPEL process projects but for now we only support 1 per suitcase. The work around it to have more intelligent ant build script that wrap 2 bpel suitecase ant scripts.
    2) in the bpel.xml, you can define a wsdlLocation and a wsdlRuntimeLocation. The first one is needed at design time and the second on is needed at runtime. The first one need to only have the interface definition (no bindings).
    Sounds like an interesting BPEL process. Good luck!
    Edwin

  • How to make Image Field readonly or any other substitute solution

    Hi,
    What is the attribute or property to make an image field in a form read only.
    It is an image field only,not just an image, because I need events on clicking that image.
    But the problem is that when I render the image in the form, when user clicks it shown a browse icon to upload an image in that place. I dont want that to happen. The image by itself should be display only, but I want to process events like "on click"
    Thanks,
    Harish

    Hi,
    U can change the access of any field to read-only using the scripting language "FormCalc". The syntax is:
    in the docReady event of the form:
    <path of the UI field>.access = "readOnly";
    for further info on scripting in Interactive forms:
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    Hope this helps you.
    Regards,
    Poojith MV

  • How to make Firefox notify me every time other software tries to install ff plug-in?

    If I'm noy confusing things, there was a feature that informed a user about new plug-ins insltalled by other programs.
    For example, I install VLC media player. VLC ff plug-in is installed also. What I want is: the next time I launch firefox, a message appear that asks whether I want to use new plug-in (VLC plug-in) or not.
    Sorry for my english, thank you.

    when we said Add-ons, we mean extensions, themes, and plugins, it is all types of add-ons (if i understand clearly what you ask), see: [http://support.mozilla.org/en-US/kb/disable-or-remove-add-ons#os=win7&browser=fx16 Disable or remove Add-ons].
    but if you install a program outside of firefox you can not take any notification from firefox, it is not possible, like downloading new version of Flash player, then install the version with closed firefox, you can not take any notification but when you open firefox you can see that Flash player is updated.
    thanks

  • How to make writer PDF form accessible to other users?

    Hello,
    I have created a form in Adobe Professional version 8. Actually I created it in Word and converted it online to PDF.
    In the Adobe 8 version I am able to type and complete the form fields, however if I share it with anybody else, who has a lower version, they are not able to do so.
    The purpose of my document is to post it on a website and it should be used as a request form that just can be saved, completed and send as an attachment by email, so no printing.
    Can someone please advise what I should do?
    Thank you.
    Best regards, Elke
    [email protected]

    Hello,
    I have started to create a form with Adobe 8 Professional with the form option. The creation took place via adobe lifecycler designer.
    I can type and save the form now but once I send it to someone else, with a lower PDF version, they are still unable to do so, they can print it but not save, complete, save and return the completed form to me.
    Let me know what I should enable to get this done.
    I wish I could just attach the form so you could have a look at it, is that possible?
    thanks

Maybe you are looking for