Hi guys,
Can anyone help me in capturing the function id & form id from Apps front end...
SELECT fnd_profile.VALUE ('FORM_ID')
FROM DUAL;
SELECT fnd_profile.VALUE ('FUNCTION_ID')
FROM DUAL;
I used the above query in my Pl/sql function .. But when try to retrieve this function and form id i'm getting null value..
I'm able to retrieve the responsibility id .. Is there any alternative way to fetch the form id & function id... Appreciate your help...
Regards,
Archana