Region is a part of an Oracle Apps Framework page which acts as a container for the items or components. By default the top most level of an OA Framework page has to be of the “pageLayout” region type. In OA Framework or OAF the regions can be nested so as to provide the desired […]
Regions
Advanced Search Region in OA Framework
Region is a part of an Oracle Apps Framework page which acts as a container for the items or components. By default the top most level of an OA Framework page has to be of the “pageLayout” region type. In OA Framework or OAF the regions can be nested so as to provide the desired […]
Important Properties of Advanced Table
ID (mandatory) – You have to give an id to the advanced table region. This id will uniquely define the advanced table on that page. View Instance (mandatory) – Enter the instance name of the VO on which your advanced table should be based. Note: you cannot have two advanced table on the same page […]
Defining column and columnGroup in Advanced Table
The advancedTable is OA Framework has the option of making a column or columnGruoup as the table columns. Both, column and columnGroup are container regions and also are indexed children of advancedTable region. So, what’s the difference between column and columnGroup? Column: You might have guessed by the name itself that when you define a […]
Advanced Table events and their handling
An advancedTable is capable of HTTP Post opearation hence while creating an advancedTable be sure that it’s a recursive child of the pageLayout region and the “Form” property of the pageLayout region is set to “True”. All the events generated by advancedTable are HTTP requests are can be caught and handled in processFormRequest method of […]