Posts

Showing posts from July, 2014

OAF SWITCHER FUNCTIONALITY

Image
      1) Creation of Attribute in VO( View attribute = UpdateSwitcher)       2) creation of column 3) Creation of switcher region     View attribute = UpdateSwitcher 4) ID: UpdateDisable  this value should be equal to the value of  View attribute (UpdateSwitcher) 5) ID: UpdateEnable  this value should be equal to the value of View attribute         (UpdateSwitcher) 6) Prompt: Record needs Correction  

OAF Basic Concepts

This post will explains some terminologies that is used in Oracle Application Framework (OAF). Entity Object - business component entity objects maps to database table or view that allow DML operations and that used to cache data result set and perform validation before post changes to database. Association Object - business component association objects implement the relationships between different entity objects and can mapped to database referential integrity constraint or non existing referential integrity constraint and this case constrain will be validated in OAF but not in database. View Object - business component view objects are used to display data in UI pages and it can be based on 1- Entity Object or many entity objects and this case it supports DML operations. 2- SQL queries : that's doesn't support DML operations 3- Static : Programmer create structure of view object attributes and can add static data also. 4- Programmatic : Programme...

How to move .jpx file from one environment to anothr using personalization

JPXImporter command to import the jpx to other environment. and move the extended class files and xml files to $JAVA_TOP java oracle.jrad.tools.xml.importer.JPXImporter $AP_TOP/xxx/Setup.jpx -username apps -password -username <data base user name> -password <data base password> -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp)(host =<hostname> (port = <port id>)))(connect_data = (sid = <sid>)))"