A HGrid, otherwise known as a hierarchy grid, allows users to browse through complex sets of hierarchical data.
Posted Date:- 2021-10-01 07:24:50
setmaxFetchSize just determines how much data to be sent at a time.
Posted Date:- 2021-10-01 07:23:31
Jad is one of the tool for decompiling the java class.
Posted Date:- 2021-10-01 07:23:02
Search in oracle.metalink.com as Jdev with OA Extension.
Posted Date:- 2021-10-01 07:22:28
The basic intention of the breadcrumb is to let the user know of the navigation path he took to reach the current page.
Posted Date:- 2021-10-01 07:22:00
Results based search generates search items automatically based on the columns on the results table.
In Autocustomization search we need to set what all fields are required to display as a search criteria.
Posted Date:- 2021-10-01 07:21:10
Inline lov is a lov which is used only for that particular page for which it was created and cannot be used by any other page.
External lov is a common lov which can be used by any page. It is a common component for any page to use it. It can be used by giving the full path of the lov in the properties section “External LOV” of the item.
Posted Date:- 2021-10-01 07:20:24
Apart from B4CJ client business components package and B4CJ server business components package we create additional business components package when we develop any sharable thing such as ‘LOV’ (List of Values), ‘Poplist’ etc which will be used in multiple pages.
Posted Date:- 2021-10-01 07:18:47
After the page structure or bean hierarchy is formed with, the personalization layers get applied on top of it to come up with the final structure. Remember that is the reason why personalization is upgrade safe.
Posted Date:- 2021-10-01 07:17:20
OATrainBean is used to link the pages across the transaction. AM supports the transaction context or state here across the pages.
Posted Date:- 2021-10-01 07:16:50
Simple Search – ResultBasedSearch is the construction mode for the region
Advanced or autocustomization search – Autocustomization is the mode here
None – User has the develop the page, regions, controller etc here
Posted Date:- 2021-10-01 07:16:24
The Database connectivity file ( .dbc file) has the applications username and password along with the responsibility to be used for connecting to the applications at page run time.
Posted Date:- 2021-10-01 07:15:35
Using the functional administrator responsibility the xml file can be downloaded, this file contains the required personalization done on a particular page. The same can be used to upload in a different instance. Here XMLImporter utility can be also used.
Posted Date:- 2021-10-01 07:14:59
oracle.jrad.tools.XMLImporter utility will be used. After successfully importing the page data will be stored in metadata repository tables of the database
Posted Date:- 2021-10-01 07:14:29
Addition of new columns to a table results, adding of fields, changing the order of regions, columns etc. Apart from this validation of certain fields, display of Descriptive flex fields etc can also be achieved
Posted Date:- 2021-10-01 07:13:18
It is a .dbc file which is specified in the project properties. The location of this file on the server is $FND_TOP/secure
Posted Date:- 2021-10-01 07:11:40
For 11i, Jdeveloper 9i will be used and for R12 Jdeveloper 10g will be used.
Posted Date:- 2021-10-01 07:11:07
OAPageBean is responsible for creating the bean hierarchy structure at runtime after calling ProcessRequest() of each of the beans in the hierarchy.
Posted Date:- 2021-10-01 07:10:46
ProcessRequest() method of the Controller file is the right place.
Posted Date:- 2021-10-01 07:10:03
Controller is the object. The code present in ProcessFormRequest gets executed up on the user action.
Posted Date:- 2021-10-01 07:09:42
MVC (Model, View, Controller)
Lists the components in the MVC architecture
Model: Application Module, View Objects, View Links, Entity Objects, Entity Associations etc.
View: Page, Region, Attributesets etc.
Controller: Controller class files
Posted Date:- 2021-10-01 07:09:17
Customization is under direct user control. The user explicitly selects between certain options. Using customization a user can:
Altering the functionality of an application
Altering existing UI
Altering existing business logic
Posted Date:- 2021-10-01 07:04:56
Results based search generates search items automatically based on the columns on the results table.
In Autocustomization search we need to set what all fields are required to display as a search criteria.
Posted Date:- 2021-10-01 07:04:28
No..Root AM cannot be extended.
Posted Date:- 2021-10-01 07:02:53
PR method is called when the page is getting rendered onto the screen
Posted Date:- 2021-10-01 07:01:52
OATrainBean is used to link the pages across the transaction. AM supports the transaction context or state here across the pages.
Posted Date:- 2021-10-01 06:59:37
Simple Search – ResultBasedSearch is the construction mode for the region
Advanced or autocustomization search – Autocustomization is the mode here
Posted Date:- 2021-10-01 06:59:19
It is a BC4J(Business Component for Java) object which encapsulates the query results. View objects will support the display of the content to user in the Page.
Posted Date:- 2021-10-01 06:58:41
It is a .dbc file which is specified in the project properties. The location of this file on the server is $FND_TOP/secure
Posted Date:- 2021-10-01 06:58:26
It is a .dbc file that is specified in the project properties. The location of this file on the server is $FND_TOP/secure
Posted Date:- 2021-10-01 06:53:24
They are the VVO’s used in the validation of attributes, they are the BC4J components and have their AM ie VAM Validation Application Module.
Posted Date:- 2021-10-01 06:53:00
OAPageBean is responsible for creating the bean hierarchy structure at runtime after calling ProcessRequest() of each of the beans in the hierarchy.
Posted Date:- 2021-10-01 06:52:45
For a ‘POST’ request the data on the page is bound to the view object in this method
Posted Date:- 2021-10-01 06:52:22
ProcessRequest() method of the Controller file is the right place.
Posted Date:- 2021-10-01 06:52:07
The controller is the object. The code present in ProcessFormRequest gets executed upon the user action.
Posted Date:- 2021-10-01 06:51:52
Tokens
eg. vname={@AttributeName}
Hash Maps
eg. HashMap variablename=nre HashMap();
variablename.add(“ParameterName”,ParameterValue);
ThroughSession
eg. pageContext.putSessionvalue(“ParamterName”,ParameterValue)
Posted Date:- 2021-10-01 06:50:58
The root AM is loaded first and after that, the MDS Substitutions are parsed.
Hence ROOT AM gets loaded even before the time the substitutions definition from the MDS layer gets worked out.
Obviously, the root am cant substitute itself, hence it can’t be extended
Posted Date:- 2021-10-01 06:50:43
No. Root AM cannot be extended.
Posted Date:- 2021-10-01 06:50:18
Personalization enables you to declaratively tailor the UI look-and-feel, layout, or visibility of page content to suit a business need or a user preference. Using Personalization we can:
1. Tailor the order in which table columns are displayed.
2. Tailor a query result.
3. Tailor the color scheme of the UI.
4. Folder Forms
5. Do Forms Personalization
Posted Date:- 2021-10-01 06:50:05
Customization is under direct user control. The user explicitly selects between certain options. Using customization a user can:
1. Altering the functionality of an application
2. Altering existing UI
3. Altering existing business logic
The extension is about extending the functionality of an application beyond what can be done through personalization. Using extension we can:
1. Add new functional flows
2. Extend or override existing business logic
3. Create a New application/module
4. Create a New page
5. Create New attribute
6. Extend/Override defaults & validations
Posted Date:- 2021-10-01 06:49:39