Search Community
Articles
Playlists
Chola - Search - Videos
Chola - Search - Channel
Forums
Attachments

OracleArea51 Blog

Serving Oraclelites Globally ...
User Rating:  / 0

 

View (Pages in OAF)

Metadata Service (MDS)

User Rating:  / 0

 

What is Framework ?

Difference b/w API and Framework

User Rating:  / 0

Hi All,

 

Any one can help me out to create hgrid(custom application).

User Rating:  / 0

Indexes

 
  There are 4 types of indexes in Oracle8-

a) Btree index

b) Btree index clusters

c) Hash cluster index

User Rating:  / 0

1. Introduction

 

Programs containing a large number of codes of line and complex structure may consume more time for processing leading to a downfall of performance.

 

User Rating:  / 0

Requirement was to build an OAF page which will display the files stored in the filesystem.OA Framework doesn't support this functionality natively.But core java comes in handy during these situations.

Challenges:

1) Dynamically read the files from a specific directory.
2) Create the link items dynamically and provide action type programatically
3) Filter the files by name
4) Open the pdf file using a custom function(OA Framework supports FileDownload from a blob but we need to show that from file-system).

Below code addresses all the challenges above and creates a seamless approach to read the file from filesystem and display them in an OAF Page.

User Rating:  / 0

I got this requirement recently with one of my client to send an email as well as save the pdf on the file system for future audit purpose.The existing program was sending the email attachment with the bursting Control file,but now we have to include the option to save it to the file system after the email is sent.I went with the multiple delivery channel approach to get the functionality working..the code snippet for the bursting file is available below.

User Rating:  / 0

I am learning JAVA for OA Framework. From the DOS command prompt I need to compile the JAVA programs in the online video. I need the url to download the JAVA
compiler. After than how do I set the environmental variables so as to compile the JAVA program in notepad from the C: command prompt in DOS.

User Rating:  / 0

Recently I had this requirement to update the project start date and end date on a oracle project.This requires lot of validations before update can be performed but the below API really simplified my work..Have a look at the below API sample Call

Dec 09
2010
Aarthi

How to test an Oracle Apps Web Service using SOAP UI

Posted by Aarthi in Untagged 

User Rating:  / 0

Soap UI tool is used for testing the web service. It can be downloaded from the below link:

http://www.soapui.org/

Below are the steps for testing the Web Service using Soap UI tool:

 

Advertisements