Questions tagged [oracleapplications]

Use this tag for questions related to Oracle Applications, which comprise the applications software or business software of the Oracle Corporation.

Since is used in its general meaning, you are strongly encouraged to use one or more additional tags to better describe your specific case.

60 questions
8
votes
1 answer

Why doesn't Oracle have foreign keys in Oracle Apps/ E-Business Suite?

Why doesn't Oracle have foreign keys in Oracle Apps/ E-Business Suite? I observed that Oracle doesn't have/use referential constraints on the Oracle Apps 11i Schema. All the logic is contained in PL/SQL packages. This seems odd coming from a RDBMS…
Padmarag
  • 7,067
  • 1
  • 25
  • 29
5
votes
1 answer

Working with jDeveloper OAF and EBS

I have a new project and need modify a web page in ebusiness suite created with oaf, but dont know where to start. Just now. I have the jDeveloper with the corresponding patch to oaf framework, I set the .DBC file in my secure folder to connect to…
4
votes
3 answers

How to disable edit mode of oracle apex interactive grid on double click?

I am using an interactive grid in oracle apex. When we double click the grid it goes into an edit mode. I want to get rid of this functionality because my grid is not editable this way.
Gorupria
  • 61
  • 1
  • 7
3
votes
1 answer

SOA Gateway xml output when using refcursor as a parameter type

I'm trying to use a webservice in my Oracle Application. In my Pl/SQL procedure i have an out parameter of type refcursor PROCEDURE LISTE_FOURNISSEUR (liste_fournisseurs out SYS_REFCURSOR) But when i call the webservice i get the response in this…
Chaymae
  • 427
  • 4
  • 7
  • 16
3
votes
1 answer

How to restrict the access of concurrent program(Oracle report) to few users only?

I need to give Oracle XML report access to only some users and not responsibility specific.For eg only 3 users can run a particular concurrent program and no one else. Please suggest all the possible ways to achieve it.
Nikhil
  • 151
  • 1
  • 3
  • 20
2
votes
1 answer

Selenium automation on Oracle applications

Is there a way we can perform selenium automation(with Java) on Oracle applications? On the Oracle website they have given ways by which we can convert the Oracle applications into Oracle ADF faces applications and then automate it with selenium or…
Tom
  • 411
  • 12
  • 28
2
votes
2 answers

Saving Checkbox data in a DB column

I created an item P1_checkbox in Oracle APEX, using LOV(select ename, empno from emp WHERE ename LIKE 's%';) which gives multiple checkboxes. When I check the boxes, I want to INSERT the checked boxes data into another table "emp_selected". Then,…
Neurotic
  • 210
  • 5
  • 14
2
votes
4 answers

Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR

I need help in configuring Java on my machine because, when I try loading Forms, the loader just goes in circles and gives this error: java.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class at…
2
votes
1 answer

Make my oracle apex application point to website home page url

I have my oracle apex database application built in a oracle web hosting server. For ex, it is like http://www.myapexhostingserver.com/pls/apex/f?p=4550:1:13225322000472 Here I have created many apex database applications. Now I have specific…
Uma Ilango
  • 968
  • 4
  • 16
  • 31
2
votes
1 answer

Find programs whose schedule is lost/skipped/missed

I have around 350 concurrent programs which run with different schedules in Oracle varying from once in a week to once every minute. In the 350 programs, few programs have more than one schedule with different parameters. There is a weekly…
zephyrus
  • 261
  • 1
  • 6
  • 18
2
votes
1 answer

cannot find symbol symbol : method getDBTransaction()

I was trying to call a Concurrent Program from OA Framework. And here is the code. But I am getting following error: Error:: cannot find symbol symbol : method getDBTransaction() location: class _myclass OADBTransaction tx =…
Nidheesh
  • 4,390
  • 29
  • 87
  • 150
2
votes
1 answer

Tomcat session.ser

im using apache-tomcat6.0.24..and Enterprise Linux Enterprise Linux Server release 5.6 to install my EGRCM application.when im restarting my tomcat it will araise some exceptions..the problem is when redeploy my appplication it could not…
janani
  • 61
  • 1
  • 1
  • 6
2
votes
1 answer

Oracle GRCC Tcg data type issue

I am working with oracle GRCC Tcg Application version 8.6.4. I have created business object successfully on this Tcg application. After that I have created a model using that business object. While I'm trying to save the model, the following…
1
vote
1 answer

opening oracle application in a browser

Is it possible to open oracle applications inside a browser itself instead of it opening a separate window? because if this is done than we can automate oracle applications using selenium. I'm using oracle applications 11.5 . Thank you
Tom
  • 411
  • 12
  • 28
1
vote
1 answer

Oracle application - files missing in the Mount point

My oracle application test instance is down, When I browse through the Unix server, I couldn’t find any files in the mount point,U01 U06 or U10, when I put BDF command it shows the following $ bdf Filesystem kbytes used avail %used…
arun_V
  • 21
  • 4
1
2 3 4