I want to make two lists in an oracle form. Each list will be holding three elements. These elements are same for two lists. If one element is selected in one list that will not come in the other list. That means the other list will show only two elements. How can I do that dynamically ?
I want solution for for my forms. I have two columns. In one I want to store Thickner_Number & in the other I want to store list of Pumps. The pump list should vary as per the Thickner_Number selected.
ADD_LIST_ELEMENT : Adds a single element to a list item. Add_List_Element(list_name VARCHAR2 list_index NUMBER list_label VARCHAR2 list_value VARCHAR2);