Good Afternoon
I created a custom form and I need to get the responsibility name to check and display information according to this responsibility, I assigned the value to a variable as follows
responsability_profile varchar2(100):= fnd_profile.value('RESP_NAME');
After the value is assigned to the variable I can do some checks but the value is null and is not getting any values, please could you help me with that, thanks in advance
Regards
Arnaldo Sanchez