473,387 Members | 1,440 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

PLS-00201 and ORA-00942 when creating a package

Hi,
I am trying to create a package under the apps schema, and I keep
getting PLS-00201 and ORA-00942 when refering to types from other
apps-packages and other views / tables.

I even get this error when calling a quite simple:
MY_NUM := FND_PROFILE.VALUE('MY_PROFILE_NAME');

Any ideas what I can be doing wrong?
This same code was originally part of a trigger code, and worked just
fine.

-Per Magnus
Jul 19 '05 #1
1 5428
From a DBA standpoint:

The descriptions of these errors in the manual will explain that the schema
in which you're attempting to create the package does not have appropriate
permissions on the objects that your referencing. Note that these
permissions must be granted directly to the schema (not via a role)

Verify the permissions by checking the USER_TAB_PRIVS_RECD data dictionary
view which, despite the name, lists the user's received privileges for all
types of database objects

Perhaps someone that has worked directly with Oracle Apps can give some
insight on what is and is not recommended when customizing the apps.
--
Mark C. Stock
mcstock -> enquery(dot)com
www.enquery.com training & consulting

"Per Magnus L?vold" <pm******@broadpark.no> wrote in message
news:a0*************************@posting.google.co m...
| Hi,
| I am trying to create a package under the apps schema, and I keep
| getting PLS-00201 and ORA-00942 when refering to types from other
| apps-packages and other views / tables.
|
| I even get this error when calling a quite simple:
| MY_NUM := FND_PROFILE.VALUE('MY_PROFILE_NAME');
|
| Any ideas what I can be doing wrong?
| This same code was originally part of a trigger code, and worked just
| fine.
|
| -Per Magnus
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Michael Hogan | last post by:
I want to pars a playlist file for three different varibles, so I can save them as mp3 files. I am using: strTEMPURL = GetUrlSource(Text1.Text) to put the entire .pls file into a strTEMPURL...
1
by: manish | last post by:
Hi, I am a fresher in the programming field i.e although I have done programming at the basic level but at professional level I am very new and I am facing many problems. These probllems are...
6
by: ritagoldman101 | last post by:
Pls help - how to find Domain owner For most people this may be an easy question...but not for me. How can I find out who the owner of a domain is so I can write to her / him and ask if she /...
4
by: Zamolxe | last post by:
fter creating a Office prj in C# this error appears is the wordDoc is oppened, if the prj is compiled and runed from the IDE the WORD is opening and after a nanosec it closes. How can I fix this. ...
8
by: Raghu Raman | last post by:
Hi , i want to compile my asp.net app from the commandline window.could you please tell me how. With thanks Drop in the ocean.
3
by: bangaw | last post by:
i'm currently using c++ on windowsXP, unistd.h doesnt work for windows what other substitute for it could i use to replace it Pls. Help me Pls pls the code goes as follows #include <stdio.h>...
0
by: naheed javaid | last post by:
I m student and doing my final project. My project is related to screen capturing. my project captures screen and save the captured screen as bitmaps in a folder. while the screen recording audio...
0
by: sathyakvani | last post by:
hi al i wrote a code (LOgin form) that checks the user id and if it exists validates the password but this is not all validating and simply displaying user does not exist i am sending the code...
17
by: Riaaaa | last post by:
Pls check my code for the stored procedure which i created for the companydetails including companyid P.K. Not Null int(4), companyname Not Null varchar (20), address varchar(30) where...
1
by: vbsoft | last post by:
Hello My Name is Mike Am from Nigeria a student of computer Science, Pls i want your You to help in Using VISUAL BASIC 6.0 AND MS SQL SERVER AS DATABASE AS A CLIENT SERVER SIDE pLS: I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.