| Getting program name in PL/SQL [message #348227] |
Tue, 16 September 2008 02:24  |
Derek N
Messages: 80 Registered: September 2002
|
Member |
|
|
Hi
In a trigger I want to store the application name that did a change (update,insert or delete) on a table.
I have used program and module from table v$session, however this does not return any values if the user does a change via the menu ie. if the user changed a field using form XYZ.frm, XYZ is not returned through v$session.
Any ideas how I can get the application name from the menu.
Thks.
|
|
|
|
|
|
|
|
|
|
|
|