2

I have oracle 11gr2 and JDeveloper 11.1.2.1.0. I have 3 tables that are master detail detail. I want to use master detail single selection in a drop-down menu for these tables. When I use these tables as adf table for master detail it works correctly but when I use them as single selection list it doesnt work as it is supposed in a master detail manner! What am I missing here?!

Dabblernl
  • 15,831
  • 18
  • 96
  • 148
user3588552
  • 311
  • 1
  • 3
  • 12

2 Answers2

1

Please add more details to your question. I amn't getting exactly what is your requirement. Did you mean to say dependent LOV or something..?

Ashok Jena
  • 166
  • 2
  • When i want to using tables for these master and details ,when select any row of master , it is automatically select child of this master in detail . – user3588552 Aug 18 '14 at 09:58
  • but when i want to use single selection component , if you select any rows of master , none of details are filtered by master selection row . Is my question clear now ?? – user3588552 Aug 18 '14 at 10:00
  • I guess, Autosubmit and partial trigger will take care of this. Try to do it in page if its not working, then do it in VO – Ashok Jena Aug 24 '14 at 16:51
1

Your master component set auto submit = true and master component set as partial trigger in child component eg: master component id =A and Child component id =B A needs auto submit is true B's partial trigger is A