Anil's Oracle Application Framework Blog_ How to Return Array From Application Module
Anil's Oracle Application Framework Blog_ How to Return Array From Application Module
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import oracle.apps.fnd.framework.OAException;
try
{
Connection conn = getOADBTransaction().getJdbcConnection();
Contact Me String query = "sselect user_id, user_name from fnd_user where employee_id=:1";
Sele
Power
Contact Me! PreparedStatement stmt = conn.prepareStatement(query);
stmt.setInt(1, employee_id);
{
Debug.write(oadbtransaction, this, "Exception " + e.getMessage(), 1); Sear
}
return result; // Returning result array to Controller
Follow
}
Sear
Find us on Facebook Posted by Anil Sharma at 11:15 AM
No comments:
https://oracleanil.blogspot.com/2009/04/custrespco-wf.html 1/4
2/21/25, 1:54 PM Anil's Oracle Application Framework Blog: How to return array from Application Module
► 2020 (1) Note: Only a member of this blog may post a comment.
► 2019 (7) To leave a comment, click the button below to sign in with Google.
► 2016 (2)
SIGN IN WITH GOOGLE
► 2015 (1)
► 2013 (5)
► 2012 (2) Newer Post Home Older Post
► 2011 (7)
▼ 2009 (44)
► May (14)
▼ April (30) Labe
RADIO
GROUP .rcx (
EVENT
Array
TO Find @ in Calling
column Row (
date (
Setting
WhereClau DFF
se in Duplic
VOImpl FirePa
(1) Jd
The JDBC Login
Tutorial: Page
Chapter 3 - Read
Advanced Acces
Tutorial table t
Important
Profile
Options in
OAF
Onion
Architectur
e of OA
Framework
How to
capute
current row
in Table
Region
How to
compare
two dates
Prepared
Statement
- Controller
Callable
Statement
in
Controller
How to return
array from
Application
Module
Creating VO
at
RunTime
in
Controller
OR
Dynamicall
...
Getting &
Setting
Value
Convert
dateToStrin
g|
stringToDat
e
https://oracleanil.blogspot.com/2009/04/custrespco-wf.html 2/4
2/21/25, 1:54 PM Anil's Oracle Application Framework Blog: How to return array from Application Module
https://oracleanil.blogspot.com/2009/04/custrespco-wf.html 3/4
2/21/25, 1:54 PM Anil's Oracle Application Framework Blog: How to return array from Application Module
Copy Restricted
Copyright © 2010 Anil's Blog. All rights reserved.. Awesome Inc. theme. Powered by Blogger.
https://oracleanil.blogspot.com/2009/04/custrespco-wf.html 4/4