Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

fnd_profile.value('RESP_NAME') function not returning any value

User_TUDWDApr 6 2018 — edited Apr 7 2018

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2018
Added on Apr 6 2018
5 comments
1,544 views