|
|
FND_PROFILE.VALUE('USER_ID') not working in forms [message #549401 is a reply to message #549243] |
Fri, 30 March 2012 04:22 |
maggy_ashee
Messages: 70 Registered: May 2007
|
Member |
|
|
Hi Guys,
I am trying to insert FND_PROFILE.VALUE('USER_ID') into a custom table and it says below error. Please advice.
I am preety sure I need to initialise something in R12 to make below statment work. Please let me know how to initailise and in which trigger.
insert into table_name
( Order_no, creation_date , CREATed_by) values ( :block_name.order_number, sysdate , FND_PROFILE.VALUE('USER_ID'))
Error:
=====
function fnd_profile.value may not be used in sql
|
|
|
|
|