Tuesday, October 24, 2017

defaultSingleColumn Region in Oracle OAF

The defaultSingleColumn is used for holding the items in a single column. This region is deprecated and you should not use it in your page. Whenever there is need for showing a single column region, use the messageComponentLayout region. Sometimes you may have to select this region to
use the Region using wizard functionality, but change the region style to messageComponentLayout immediately after using the wizard.

The java bean associated with this region is OADefaultSingleColumnBean.

No comments:

Post a Comment

Query for Outstanding Card Transactions Report (Doc ID 2755945.1) in Fusion Expenses

SELECT TRUNC(SYSDATE - e.start_date) "No. of Days"       ,papf.person_number employee_number   ,hzp.person_first_name emp_first_...