Skip to Main Content

SQL & PL/SQL

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!

How to get the fnd_profile.value in host program

UvaDec 30 2014 — edited Dec 30 2014

Hi All,

How to get the FND_PROFILE.VALUE('ORG_ID')  in host program.

I did like below but it failed.

v_return='$ORACLE_HOME/bin/sqlplus -s $FCP_LOGIN <<END

                  set pagesize 0

                 set echo off

                 fnd_profile.value('ORG_ID');

                EXIT;

END'

echo $v_return

but it error with message:  Retrun Value SP -0734 : Unknow command beginning "fnd_profile...."

Regards,

Uva

This post has been answered by John Stegeman on Dec 30 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2015
Added on Dec 30 2014
9 comments
1,931 views