ORACLE APPLICATION FRAMEWORK (OAF)

javadecompilers

D2K vs OAF Commands

Reusable Code in OAF

Dialog Message

 

FND_MESSAGES in OAF

 

Format Mask

Question in OAF


Export Button

 

Data Load from CSV/Text and Excel File

Regions


PageForward

ReadOnly Page


Master Detail Page

 isDirty Method

DML in OAF Page

Create Method

Data Type Conversion

Double value = Double.parseDouble(getAmount().toString());
 

validateEntity()  Method

 

doDML Method

JAVA Classes

 FND_PROFILE.VALUE in OAF

 
If you need to get the ORG_ID in a MOAC enabled instance, 
use FND_GLOBAL.org_id or MO_GLOBAL.get_current_org_id instead.
 
To get the org_id in OA Framework code:
use appModule.getOADBTransaction().getOrgId() or pageContext.getOrgId()
instead of pageContext.getProfile("ORG_ID").

Primary Key with DB Sequence

Set WHO Column

Events in OAF

Picklist 

DELETE PERSONLIZATION

1) Login to Oracle Applications with the system administrator responsibility
2) Update the Profile Option: "Disable Self-Service Personal" = YES
- This disables the rendering of all personalization that have been created.
- You can set this at the site or user level.
3) Navigate to the page you personalized.
4) Enter the personalization UI in the same way you did to create the personalization initially
5) Click the Delete button at the bottom of the page.
- This will remove the personalization from the page.
6) Go back to Oracle Apps with the system administrator responsibility
7) Re-enable personalization's by setting the "Disable Self-Service Personal" profile option to NO

Date Conversion

Changing Date Format in OAF(java coding)
How to convert TimeStamp to Date in Java?
Convert java.sql.Date to oracle.jbo.domain.Date in oaf - OA Framework
--
PreparedStatement ps=pageContext.createPreparedStatement("select sysdate from dual");
ResultSet rs=ps.executeQuery();
if (rs!=null && ps.next()
{
java.sql.Date sqlDate= rs.getDate(1);
}
--

How to compare dates in Java
 

Attachment File in OAF

Extension

When is processFormRequest method called?
processFormRequest method is called when we perform some action on the screen like click of submit button or click on lov

 CO Extensions

 

Region Extensions

VO Extensions

AM in OAF

Serializable in OAF

 
 

SELFSERVICE PAGES

 

PutSessionValue

pageContext.putSessionValue("MySessionProjectNO",ProjNo);
pageContext.getSessionValue("MySessionProjectNO);
 

Custom Page Call from the Standard Page

Create Home Page and Tab Pages via Functions

Descriptive Flex Field (DFF)

Loop in OAF

If Condition

WHERE Clause

FormValue in OAF

 

LOV in OAF

 

Create Dynamically Attributes

Dependent messageChoice

Get EO based VO State

Launch Workflow

Callable Statements

Call Concurrent Program from OAF

 SQL in OAF

 

Partial Event in OAF

 

Capture Current Row in OAF

Set/Get the Value

SPEL in OAF

Property Setting

CSS Styles (Formatting Fonts of Attributes)

 

findChildRecursive


Message/Exceptions in OAF

Passing Parameter From One Page to Another

 

Validation on Attribute

Search Page

 

Bounce Apache Server

Deploy the Page

 Tutorials

OAF Personalization Basics

 
 
 

2 comments:

  1. I really appreciate information shared above. It’s of great help. If someone want to learn Online (Virtual) instructor lead live training in Oracle OAF, kindly contact us http://www.maxmunus.com/contact
    MaxMunus Offer World Class Virtual Instructor led training on Oracle OAF. We have industry expert trainer. We provide Training Material and Software Support. MaxMunus has successfully conducted 100000+ trainings in India, USA, UK, Australlia, Switzerland, Qatar, Saudi Arabia, Bangladesh, Bahrain and UAE etc.

    For Free Demo Contact us:
    Name : Arunkumar U
    Email : arun@maxmunus.com
    Skype id: training_maxmunus
    Contact No.-+91-9738507310
    Company Website –http://www.maxmunus.com


    ReplyDelete
  2. I feel really happy to have seen your webpage and look forward to so many more entertaining times reading here.Same as your blog i found another one Oracle Fusion Financials.Actually I was looking for the same information on internet for Oracle Financials Cloud and came across your blog. I am impressed by the information that you have on this blog. Thanks once more for all the details.


    ReplyDelete