| get value [message #259024] |
Tue, 14 August 2007 03:54  |
Rafeek
Messages: 159 Registered: April 2007 Location: egypt
|
Senior Member |
|
|
hi all
i use NAME_IN function to get the value of variable in from 6i
example
V_LANGUAGE VARCHAR2(250); BOOLEAN;
BEGIN
V_LANGUAGE := NAME_IN('GLOBAL.LANGUAGE_ID');
end;
can i find any function in pl sql like it ?
thax
raeek
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: get value [message #260751 is a reply to message #259385] |
Mon, 20 August 2007 19:11  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Please post all of the code that is in the trigger or procedure. Also post both the error code and the error message that the system is displaying to YOU. We can't see it and unless you tell us what you are seeing we can't help you!
David
|
|
|
|