暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
Import Data from Excel sheet to DB Table through OAF page .pdf
198
9页
1次
2023-04-29
免费下载
Import Data from Excel sheet to DB Table through OAF page
1. Create a New Workspace and Project
File > New > General > Workspace Configured for Oracle Applications
File Name PrajkumarImportxlsDemo
Automatically a new OA Project will also be created
Project Name -- ImportxlsDemo
Default Package -- prajkumar.oracle.apps.fnd.importxlsdemo
2. Add JAR file jxl-2.6.3.jar to Apache Library
Download jxl-2.6.3.jar from following link
http://www.findjar.com/jar/net.sourceforge.jexcelapi/jars/jxl-2.6.jar.html
Steps to add jxl.jar file in Local Machine
Right Click on ImportxlsDemo > Project Properties > Libraries > Add jar/Directory and browse to directory where jxl-2.6.3.jar
has been downloaded and select the JAR file
Click here to know Steps to Add JAR file into R12 server in OA
How to deploy JAR file into R12 server in OA
Steps to add JAR file into R12 server in OA --
1. Deploy your JAR file at some custom location in R12 server
i.e.
/u01/app/apnac03r12/XX_TEST/
2. Openorion-application.xml file present at path
$ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacore/
3. Edit orion-application.xml file to add JAR file path
i.e. –
<library path="/u01/app/apnac03r12/XX_TEST/jxl.jar" />
4. Bounce Apache Server
3. Create a New Application Module (AM)
Right Click on ImportxlsDemo > New > ADF Business Components > Application Module
Name -- ImportxlsAM
Package -- prajkumar.oracle.apps.fnd.importxlsdemo.server
Check Application Module Class: ImportxlsAMImpl Generate JavaFile(s)
of 9
免费下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。