Good afternoon,
I am searching for a way to identify the name of a db-object (package / view) dynamically. Specifically, I have got something in mind that works like "THIS" in Java or "ME" in VBA.
The code should, in principal, look like:
v_name varchar2(x);
v_name := THIS.get_name;
I am working with Oracle 9i.
Many thanks in advance,
FINARIS
Start Free Trial