Posts

Showing posts with the label oaf

12.1.3. Oracle OAF. Get selected rows from Master-Detail tables

Image
Clash Royale CLAN TAG #URR8PPP 12.1.3. Oracle OAF. Get selected rows from Master-Detail tables I have two advanced tables with Master-Detail relationship. These tables connected by ViewLink. Also I have a Singe selector on Master level. I need to get selected record from Master and Details tables. enter image description here I know how to get the Master row in particular method XxOcmMatchHeaderVOImpl voHeader = getXxOcmMatchHeaderVO1(); Row rowSelect = voHeader.getFilteredRows("SelectFlag", "Y"); But how can I get rows from Detail table? By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.