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
EXPORTING DETAIL SEARCH RESULTS (AS CSV) USING OAF AND XML PUBLISHER
Uploading Excel Spreadsheet into EBS
Uploading Excel Spreadsheet into EBS
Regions
DB:3.67:Getting The Total Column Value As Displayed In Advanced Table Oaf 10g px
OAF Multiple Selection on Table to delete / update rows
OAF Multiple Selection on Table to delete / update rows
PageForward
ReadOnly Page
Master Detail Page
isDirty Method
How to check ifdirty is modified for view object
:OLD and :NEW values comparision in OAF
when-validate-record trigger in OAF
How to check whether ADF table row is modified or not.
How to Identify a View Object is modified
:OLD and :NEW values comparision in OAF
when-validate-record trigger in OAF
How to check whether ADF table row is modified or not.
How to Identify a View Object is modified
Show/Hide Region
DML in OAF Page
Create Method
Data Type Conversion
Double value = Double.parseDouble(getAmount().toString());
validateEntity() Method
doDML Method
ADF 11g : What is doDML()?
Generate id using dbsequence in Oracle ADF Without Losing it .
Overriding Entity doDML or prepareForDml Causes Locking Issues
oracle.jbo.RowAlreadyDeletedException: JBO-25019
Generate id using dbsequence in Oracle ADF Without Losing it .
Overriding Entity doDML or prepareForDml Causes Locking Issues
oracle.jbo.RowAlreadyDeletedException: JBO-25019
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.
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
To create primary key next value from Table and not from Sequence
Create Data Entry OAF Page
ADF 11G : Generate Primary Key from Sequence Number (Good)
Create Data Entry OAF Page
ADF 11G : Generate Primary Key from Sequence Number (Good)
Set WHO Column
Events in OAF
JDR_UTIL – OAF Development Utility
Import Setting in Personlizations
OAF Personalization: How to Sort Table Results
Sorting the Time Card List in OTL
Personalizing Column and Sort Order within the Pagelet Grids
Import Setting in Personlizations
OAF Personalization: How to Sort Table Results
Sorting the Time Card List in OTL
Personalizing Column and Sort Order within the Pagelet Grids
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
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
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
OAF attachment - set insert allowed update allowed and delete allowed programatically
Oracle EBS OAF attachment to be updated / deleted by creator only
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
HOW TO CREATE TAB PAGE IN OAF
Adding Level-1 Tab page to existing Oracle Screen
Adding HTML Tab/Menu to the standard OAF page.
How to create TAB Page in OAF
Adding Level-1 Tab page to existing Oracle Screen
Adding HTML Tab/Menu to the standard OAF page.
How to create TAB Page in OAF
Descriptive Flex Field (DFF)
Re: How to enable the DFF in OAF page(where Dff is based on the custom table).
Adding Descriptive Flex Field (DFF) through OAF Personalization
How to add a context dependent descriptive flex-field on OAF Control Item page?
Adding Descriptive Flex Field (DFF) through OAF Personalization
How to add a context dependent descriptive flex-field on OAF Control Item page?
Loop in OAF
If Condition
WHERE Clause
OAF - Conditionally show data by dynamically setting VO query
Creating and Changing View Object Queries in Code
Adding "where" clause to VO
OAF - Dynamic Where clause in VO - executequery() not executing
vo.isPreparedForExecution())
Creating and Changing View Object Queries in Code
Adding "where" clause to VO
OAF - Dynamic Where clause in VO - executequery() not executing
vo.isPreparedForExecution())
FormValue in OAF
LOV in OAF
Create Dynamically Attributes
Dependent messageChoice
Get EO based VO State
Launch Workflow
Callable Statements
Calling Procedures
CallableStatement: Calling PL/SQL Procedure from OAF
oaf: putting validation in VO based on sql query - OA Framework
How to call a pl/sql function from oaf
CallableStatement: Calling PL/SQL Procedure from OAF
oaf: putting validation in VO based on sql query - OA Framework
How to call a pl/sql function from oaf
Call Concurrent Program from OAF
calling concurrent requests from oaf page - OA Framework
submitting Concurrent program from oaf page - OA Framework
submitting Concurrent program from oaf page - OA Framework
SQL in OAF
Partial Event in OAF
Capture Current Row in OAF
How to capute current row in Table Region
alling Custom Entity Method From View Object Implementation Class
How to Capture Current row in Table Region
alling Custom Entity Method From View Object Implementation Class
How to Capture Current row in Table Region
Set/Get the Value
SPEL in OAF
How to Make Selected row Read Only in Table
Delete Excercise {Delete row from Table}
how-to-make-read-only-selected-row-in.table
Delete Excercise {Delete row from Table}
how-to-make-read-only-selected-row-in.table
Property Setting
CSS Styles (Formatting Fonts of Attributes)
Text (CSS) Standards
Oracle Application Framework (OAF) Predefined CSS Classes List
OAF - Useful Page Params
Oracle Application Framework (OAF) Predefined CSS Classes List
OAF - Useful Page Params
findChildRecursive
Message/Exceptions in OAF
Passing Parameter From One Page to Another
Validation on Attribute
Search Page
Bounce Apache Server
Deploy the Page
Tutorials
Anil Oracle Application Framework Blog
OA FRAMWORK TUTORIALS TRAINING
OA Framework Tutorials Training
OA FRAMWORK TUTORIALS TRAINING
OA Framework Tutorials Training
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
ReplyDeleteMaxMunus 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
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