Getting current form function name [message #569778] |
Thu, 01 November 2012 08:01 |
Nshan
Messages: 62 Registered: February 2009
|
Member |
|
|
Hi All,
Oracle apps release version is 12.1.3.
I am doing some forms personalization at function level. (Help -> Diagnostics -> Custom Code -> Personalize)
My requirement is that i need to change window title based on function name through which one particular form is being launched.
I am trying to execute below procedure based on google results.. At the same time i dont see any current_form_function function in fnd_function package.
begin
:global.L_FUNC_RETURN := FND_FUNCTION.Current_Form_Function;
End
Is there any way to get current function name.
Please help me on this.
Thanks,
Nshan
|
|
|
|
Re: Getting current form function name [message #572115 is a reply to message #570975] |
Thu, 06 December 2012 03:43 |
Nshan
Messages: 62 Registered: February 2009
|
Member |
|
|
I was trying to use FND_FUNCTION.Current_Form_Function; at personalization setup it does not return any value.
If i use the same function in pll then able to get the function name used to open the form.
I realized personalization can be done at function level and helped me solving the issue.
|
|
|
|