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.VAL UE('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
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.VAL UE('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
Comment